Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | freezing_temperature | ||||
type(type_materials_gcc), | public | :: | gcc | ||||
real(kind=real64), | public | :: | latent_heat_fusion | ||||
type(type_materials_wrf), | public | :: | wrf |
type :: type_materials_phase_change real(real64) :: latent_heat_fusion real(real64) :: freezing_temperature type(type_materials_wrf) :: wrf type(type_materials_gcc) :: gcc end type type_materials_phase_change