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.


Components

Type Visibility Attributes Name Initial
integer, public :: nBCs
character(len=LabelLen), public, allocatable :: label(:)

Label for each boundary condition

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

The kind of each boundary condition

integer, public, 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.