bc_wall_bouzidi_type Derived Type

type, private :: bc_wall_bouzidi_type

Wall bouzidi data for one level


Inherited by

type~~bc_wall_bouzidi_type~~InheritedByGraph type~bc_wall_bouzidi_type bc_wall_bouzidi_type type~boundary_type boundary_type type~boundary_type->type~bc_wall_bouzidi_type bouzidi 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

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(:)