Stores time average values of density and velocity for dynamic absorbLayer
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 |