Variables | |
| double precision | tkelvi |
| Temperature in Kelvin correponding to 0 degrees Celsius (= +273,15) More... | |
| double precision | stephn |
| Stephan constant for the radiative module | |
| real(c_double), pointer, save | gy |
| Gravity. More... | |
| real(c_double), pointer, save | gz |
| real(c_double), pointer, save | rair |
| Perfect gas constant for air (mixture) More... | |
| real(c_double), pointer, save | rvsra |
| ratio gas constant h2o/ dry air More... | |
| real(c_double), pointer, save | p0 |
| reference pressure for the total pressure. More... | |
| real(c_double), pointer, save | t0 |
| reference temperature. More... | |
| real(c_double), pointer, save | cp0 |
| reference specific heat. More... | |
| real(c_double), pointer, save cp0 |
reference specific heat.
Useful with a thermal model. Unless the user specifies the specific heat in the user function cs_user_physical_properties with the compressible module or coal combustion, cp0 is also needed even when there is no user scalar.
| real(c_double), pointer, save gy |
Gravity.
| real(c_double), pointer, save gz |
| real(c_double), pointer, save p0 |
reference pressure for the total pressure.
| real(c_double), pointer, save rair |
Perfect gas constant for air (mixture)
| real(c_double), pointer, save rvsra |
ratio gas constant h2o/ dry air
| double precision stephn |
Stephan constant for the radiative module
in
.
| real(c_double), pointer, save t0 |
reference temperature.
Useful for the specific physics gas or coal combustion (initialization of the density), for the electricity modules to initialize the domain temperature and for the compressible module (initializations). It must be given in Kelvin.
| double precision tkelvi |
Temperature in Kelvin correponding to 0 degrees Celsius (= +273,15)