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