8.0
general documentation
Loading...
Searching...
No Matches
cs_thermal_model_t Struct Reference

Thermal model descriptor. More...

#include <cs_thermal_model.h>

Collaboration diagram for cs_thermal_model_t:

Data Fields

union { 
   cs_thermal_model_variable_t   thermal_variable 
   int   itherm 
}; 
union { 
   cs_temperature_scale_t   temperature_scale 
   int   itpscl 
}; 

Detailed Description

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.

Field Documentation

◆ [union]

union { ... }

◆ [union]

union { ... }

◆ itherm

int itherm
Deprecated
alias/old name for thermal_variable

◆ itpscl

int itpscl
Deprecated
alias/old name for temperature_scale

◆ temperature_scale

cs_temperature_scale_t 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

cs_thermal_model_variable_t 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).


The documentation for this struct was generated from the following files: