This function returns dew enthalpy as function of p according to TTSE.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function h2s_p import SI = Modelica.SIunits; input SI.Pressure p "Pressure"; output SI.SpecificEnthalpy h2s "Dew enthalpy"; end h2s_p;