atl_init_material_type Derived Type

type, public :: atl_init_material_type

This type is used to set the material up. It contains information from each equation systems that are used to process the information from the configuration file. Once the materials are added to the variable system, the information contained in here are not needed anymore, thus are not stored in another, longer persisting type.


Components

Type Visibility Attributes Name Initial
type(tem_possible_variable_type), public :: poss_materialVars

The possible material property.

type(grw_stringkeyvaluepairarray_type), public :: materialDict

This dictionary is used to map variables from the variable system to source variables to be used as data source.