My Project
programmer's documentation
|
Convert enthalpy to temperature at cells. More...
Functions/Subroutines | |
subroutine | c_h_to_t (h, t) |
Convert enthalpy to temperature at cells.
This handles both user and model enthalpy conversions, so can be used safely whenever conversion is needed.
subroutine c_h_to_t | ( | double precision, dimension(ncelet) | h, |
double precision, dimension(ncelet) | t | ||
) |
[in] | h | enthalphy |
[out] | t | temperature |