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 | |
}; | |
int | has_kinetic_st |
int | cflt |
int | cflp |
bool | has_pdivu |
bool | has_dissipation |
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 { ... } |
cflp |
Take kinetic source terme in energy equation into account (see Amino, Flageul, Carissimo, Tiselj, Benhamadouche, Ferrand 2022)
cflt |
Take kinetic source terme in energy equation into account (see Amino, Flageul, Carissimo, Tiselj, Benhamadouche, Ferrand 2022)
has_dissipation |
Add to the right hand side the thermal dissipation term
has_kinetic_st |
Take kinetic source terme in energy equation into account (see Amino, Flageul, Carissimo, Tiselj, Benhamadouche, Ferrand 2022)
has_pdivu |
Add to the right hand side the term equal to -p div(u)
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.