Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(type_materials_hydraulic), | public | :: | hydraulic | ||||
integer(kind=int32), | public | :: | id | ||||
logical, | public | :: | is_dispersed | ||||
logical, | public | :: | is_frozen | ||||
character(len=:), | public, | allocatable | :: | name | |||
integer(kind=int32), | public | :: | phase | ||||
type(type_materials_thermal), | public | :: | thermal |
type :: type_material_settings integer(int32) :: id character(:), allocatable :: name integer(int32) :: phase logical :: is_frozen logical :: is_dispersed type(type_materials_thermal) :: thermal type(type_materials_hydraulic) :: hydraulic end type type_material_settings