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 type~mus_scheme_type mus_scheme_type type~mus_scheme_type->type~mus_source_type globSrc

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: dens(:)

density time average in lattice unit

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

velocity time average in lattice unit

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

It is used to initialiye dynamic average density with initial condition

logical, private :: isInitVel =.true.

It is used to initialiye dynamic average velocity with initial condition