Datatype to provide material parameter information
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(atl_elemMaterialData_type), | private | :: | 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), | private | :: | 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, | private, | allocatable | :: | mode_reducable(:) | Indicates whether this element fulfills all prerequisites to be computed with a lower resolution. |