programmer's documentation
Variables
Collaboration diagram for model:

Variables

integer(c_int), pointer, save itherm
 thermal model More...
 
integer(c_int), pointer, save itpscl
 temperature scale More...
 
integer(c_int), pointer, save iscalt
 index of the thermal scalar (temperature, energy of enthalpy), the index of the corresponding variable is isca(iscalt) More...
 

Detailed Description

Variable Documentation

integer(c_int), pointer, save iscalt

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

integer(c_int), pointer, save itherm

thermal model

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

temperature scale

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