programmer's documentation
Data Fields
cs_thermal_model_t Struct Reference

Thermal model descriptor. More...

#include <cs_thermal_model.h>

Collaboration diagram for cs_thermal_model_t:
Collaboration graph

Data Fields

int itherm
 
int itpscl
 
int iscalt
 

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

iscalt

index of the thermal scalar (temperature, energy or enthalpy), the index of the corresponding variable is isca(iscalt)

itherm

thermal model

  • 0: no thermal model
  • 1: temperature
  • 2: enthalpy
  • 3: total energy (only for compressible module)
itpscl

temperature scale

  • 0: none
  • 1: Kelvin
  • 2: Celsius

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