mus_absorbLayer_dynAvg_type Derived Type

type, public :: mus_absorbLayer_dynAvg_type

Stores time average values of density and velocity for dynamic absorbLayer


Inherited by

type~~mus_absorblayer_dynavg_type~~InheritedByGraph type~mus_absorblayer_dynavg_type mus_absorbLayer_dynAvg_type type~mus_source_elems_type mus_source_elems_type type~mus_source_elems_type->type~mus_absorblayer_dynavg_type dynAvg type~mus_source_op_type mus_source_op_type type~mus_source_op_type->type~mus_source_elems_type elemLvl type~mus_source_type mus_source_type type~mus_source_type->type~mus_source_op_type method type~mus_field_type mus_field_type type~mus_field_type->type~mus_source_type source, internalSource type~mus_scheme_type mus_scheme_type type~mus_scheme_type->type~mus_source_type globSrc

Components

Type Visibility Attributes Name Initial
real(kind=rk), public, allocatable :: dens(:)

density time average in lattice unit

real(kind=rk), public, allocatable :: velX(:)

velocity time average in lattice unit

real(kind=rk), public, allocatable :: velY(:)
real(kind=rk), public, allocatable :: velZ(:)
logical, public :: isInitDens = .true.

It is used to initialiye dynamic average density with initial condition

logical, public :: isInitVel = .true.

It is used to initialiye dynamic average velocity with initial condition