bc_nonEqExpol_type Derived Type

type, private :: bc_nonEqExpol_type

Provides coefficients needed for link-wise implementation of nonEquilibrium extrapolation scheme for boundary conditions.


Components

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

size is links(iLevel)%nVals

real(kind=rk), public, allocatable :: c_f(:)
real(kind=rk), public, allocatable :: c_ff(:)
real(kind=rk), public, allocatable :: c_neq_f(:)
real(kind=rk), public, allocatable :: c_neq_ff(:)
integer, public, allocatable :: iDir(:)

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

integer, public, allocatable :: posInBuffer(:)
integer, public, allocatable :: posInNeighBuf(:)
integer, public, allocatable :: posInBCelems(:)