|
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density |
| | Density.
|
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_extrapolated |
| |
| type(t_face_field) | fields_material_properties::density_face |
| |
| type(t_face_field) | fields_material_properties::density_face_n |
| |
| type(t_face_field) | fields_material_properties::density_face_nm1 |
| |
| type(t_face_field) | fields_material_properties::density_extrapolated_face |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_gravity_term_boussinesq |
| | Density associated to the gravity term (function of temperature for instance) according to the Boussinesq approximation.
|
| |
| type(t_face_field) | fields_material_properties::density_gravity_term_boussinesq_face |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::thermal_expansion |
| | Thermal expansion coefficient.
|
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::thermal_expansion_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::thermal_expansion_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::thermal_expansion_extrapolated |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat |
| | Specific Heat.
|
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat_cp |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat_cp_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat_cp_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat_cp_extrapolated |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat_cv |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat_cv_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat_cv_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::specific_heat_cv_extrapolated |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_x_specific_heat_cp |
| | Density x specific_heat.
|
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_x_specific_heat_cp_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_x_specific_heat_cp_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_x_specific_heat_cp_extrapolated |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::isothermal_compressibility |
| | Isothermal compressibility.
|
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::isothermal_compressibility_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::isothermal_compressibility_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::isothermal_compressibility_extrapolated |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::speed_of_sound |
| | Celerity.
|
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::speed_of_sound_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::speed_of_sound_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::speed_of_sound_extrapolated |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_x_speed_of_sound_squared |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_x_speed_of_sound_squared_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_x_speed_of_sound_squared_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::density_x_speed_of_sound_squared_extrapolated |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::viscosity |
| | Viscosity.
|
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::viscosity_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::viscosity_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::viscosity_extrapolated |
| |
| type(t_edge_field) | fields_material_properties::viscosity_edge |
| |
| type(t_edge_field) | fields_material_properties::viscosity_extrapolated_edge |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::conductivity |
| | Conductivity.
|
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::conductivity_n |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::conductivity_nm1 |
| |
| double precision, dimension(:,:,:), allocatable | fields_material_properties::conductivity_extrapolated |
| |
| type(t_face_field) | fields_material_properties::conductivity_face |
| |
| type(t_face_field) | fields_material_properties::conductivity_extrapolated_face |
| |