atl_materialData_type Derived Type

type, public :: atl_materialData_type

Datatype to provide material parameter information


Components

Type Visibility Attributes Name Initial
type(atl_elemMaterialData_type), public :: elemMaterialData(2)

Material parameter information for each fluid element. \n First entry covers all the constant material parameters, second entry covers all non-constant material parmaters. \sa atl_ConstMatIdx \sa atl_VarMatIdx

type(atl_faceMaterialData_type), public :: faceMaterialData(3,2)

Material parameter information for the compute faces.\n First dimension is the number of face directions, i.e. x y and z. Second dimension covers the material combinations, i.e.: First entry covers all the constant material parameters, second entry covers all non-constant material parmaters.

logical, public, allocatable :: mode_reducable(:)

Indicates whether this element fulfills all prerequisites to be computed with a lower resolution.