My Project
programmer's documentation
|
Enthalpy-temperature conversion law definition. More...
Functions/Subroutines | |
subroutine | usthht (mode, enthal, temper) |
Enthalpy-temperature conversion law definition.
Enthalpy -> Temperature law (mode = 1)
Temperature -> Enthalpy law (mode = -1)
See Examples of enthalpy-temperature conversion law (usthht.f90) for examples.
subroutine usthht | ( | integer | mode, |
double precision | enthal, | ||
double precision | temper | ||
) |
[in] | mode | mode -1 : t -> h ; 1 : h -> t |
[in] | enthal | enthalpie |
[in] | temper | temperature |