Contains additional information for absorblayer source
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | target_pressure | target pressure |
|||
real(kind=rk), | private | :: | target_velocity(3) | target velocityX, velocityY and velocityZ |
|||
logical, | private | :: | isPressDyn | = | .false. | Use time average for pressure. Default: false. |
|
logical, | private | :: | isVelDyn | = | .false. | Use time average for Velocity. Default: false. |
|
integer, | private | :: | nRecord | = | 100 | Number of iterations to record for time-averaging |