specific enthalpy in region 5 h(p,T)
function hofpT5 extends Modelica.Icons.Function; input Units.SI.Pressure p "pressure"; input Units.SI.Temperature T "temperature (K)"; output Units.SI.SpecificEnthalpy h "specific enthalpy"; end hofpT5;