bc_inlet_bouzidi_type Derived Type

type, private :: bc_inlet_bouzidi_type

Provides bouzidi coefficients and q-values needed for link-wise implementation of certain inlet boundary conditions.


Components

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

size is links(iLevel)%nVals

real(kind=rk), public, allocatable :: cIn(:)
real(kind=rk), public, allocatable :: cOut(:)
real(kind=rk), public, allocatable :: cNgh(:)
integer, public, allocatable :: inPos(:)

size is links(iLevel)%nVals set in routine: mus_set_bouzidi

integer, public, allocatable :: outPos(:)
integer, public, allocatable :: nghPos(:)
real(kind=rk), public, allocatable :: cVel(:)

size is links(iLevel)%nVals

integer, public, allocatable :: iDir(:)

size is links(iLevel)%nVals set in routine: mus_set_bouzidi

integer, public, allocatable :: posInBuffer(:)