This function returns the pressure 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 p_rhoh import SI = Modelica.SIunits; input SI.Density rho "Density"; input SI.SpecificEnthalpy h "Specific enthalpy"; output SI.Pressure p "Pressure"; end p_rhoh;