intermediate function for isentropic specific enthalpy in region 2
function hofpT2 extends Modelica.Icons.Function; input SI.Pressure p "pressure"; input SI.Temperature T "temperature (K)"; output SI.SpecificEnthalpy h "specific enthalpy"; end hofpT2;