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.


Inherits

type~~atl_init_material_type~~InheritsGraph type~atl_init_material_type atl_init_material_type type~grw_stringkeyvaluepairarray_type grw_stringkeyvaluepairarray_type type~atl_init_material_type->type~grw_stringkeyvaluepairarray_type materialDict type~tem_possible_variable_type tem_possible_variable_type type~atl_init_material_type->type~tem_possible_variable_type poss_materialVars

Contents


Components

TypeVisibilityAttributesNameInitial
type(tem_possible_variable_type), private :: poss_materialVars

The possible material property.

type(grw_stringkeyvaluepairarray_type), private :: materialDict

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