absorbLayer_config_type Derived Type

type, private :: absorbLayer_config_type

Contains additional information for absorblayer source


Components

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

target pressure

real(kind=rk), public :: target_velocity(3)

target velocityX, velocityY and velocityZ

logical, public :: isPressDyn = .false.

Use time average for pressure. Default: false.

logical, public :: isVelDyn = .false.

Use time average for Velocity. Default: false.

integer, public :: nRecord = 100

Number of iterations to record for time-averaging