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.


Inherited by

type~~bc_inlet_bouzidi_type~~InheritedByGraph type~bc_inlet_bouzidi_type bc_inlet_bouzidi_type type~boundary_type boundary_type type~boundary_type->type~bc_inlet_bouzidi_type inletUbbQVal, inletBFL 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:: qVal(:)

size: links(iLevel)%nVals

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

set in routine: mus_set_bouzidi

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

size: links(iLevel)%nVals

integer, private, allocatable:: iDir(:)

set in routine: mus_set_bouzidi

integer, private, allocatable:: posInBuffer(:)