Stores time average values of density and velocity for dynamic absorbLayer
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| 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 |