function for isentropic specific enthalpy in region 3
function hofdT3 extends Modelica.Icons.Function; input Units.SI.Density d "density"; input Units.SI.Temperature T "temperature (K)"; output Units.SI.SpecificEnthalpy h "specific enthalpy"; end hofdT3;