bc_nonEqExpol_type Derived Type

type, private :: bc_nonEqExpol_type

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


Inherited by

type~~bc_noneqexpol_type~~InheritedByGraph type~bc_noneqexpol_type bc_nonEqExpol_type type~boundary_type boundary_type type~boundary_type->type~bc_noneqexpol_type nonEqExpol type~mus_field_type mus_field_type type~mus_field_type->type~boundary_type bc type~mus_scheme_type mus_scheme_type type~mus_scheme_type->type~mus_field_type field type~mus_varsys_solverdata_type mus_varSys_solverData_type type~mus_varsys_solverdata_type->type~mus_scheme_type scheme

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: c_w(:)

size: links(iLevel)%nVals

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

set in routine: mus_set_bouzidi

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