This function returns the temperature as function of rho and h. The water/steam functions are computed according to TTSE.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function T_rhoh import SI = Modelica.SIunits; input SI.Density rho "Density"; input SI.SpecificEnthalpy h "Specific enthalpy"; output Real T "Temperature"; end T_rhoh;