Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | density(:) | |||
type(type_materials_phase_change), | public | :: | phase_change | ||||
real(kind=real64), | public, | allocatable | :: | specific_heat(:) | |||
real(kind=real64), | public, | allocatable | :: | thermal_conductivity(:) | |||
real(kind=real64), | public, | allocatable | :: | thermal_conductivity_dispersity(:) |
type :: type_materials_thermal real(real64), allocatable :: density(:) real(real64), allocatable :: specific_heat(:) real(real64), allocatable :: thermal_conductivity(:) real(real64), allocatable :: thermal_conductivity_dispersity(:) type(type_materials_phase_change) :: phase_change end type type_materials_thermal