Thermal model descriptor. More...
#include <cs_thermal_model.h>
Data Fields | |
union { | |
cs_thermal_model_variable_t thermal_variable | |
int itherm | |
}; | |
union { | |
cs_temperature_scale_t temperature_scale | |
int itpscl | |
}; | |
Thermal model descriptor.
Members of this thermal model are publicly accessible, to allow for concise syntax, as it is expected to be used in many places.
union { ... } |
union { ... } |
itherm |
itpscl |
temperature_scale |
Temperature scale The specification of the temperature scale in a consistent manner with the values used (initial and boundary conditions) is especially important in case of radiation modelling.
thermal_variable |
Thermal variable solved for this physical model.
When a particular physics module is activated (gas combustion, pulverized coal, electricity or compressible), the user must not modify thermal_variable (the choice is made automatically: the solved variable is either the enthalpy or the total energy).