tem_bc_header_type Derived Type

type, public :: tem_bc_header_type

This type describes the general, not solver specific, header information given in the Lua configuration of the solvers.


Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: nBCs
character(len=LabelLen), private, allocatable:: label(:)

Label for each boundary condition

character(len=LabelLen), private, allocatable:: BC_kind(:)

The kind of each boundary condition

integer, private, allocatable:: BC_ID(:)

ID of the boundary in the mesh property, as defined by the bc_prop If an entry is not positive, there is no corresponding boundary condition found.