Function for isentropic specific enthalpy and specific entropy in region 2
function handsofpT2 extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.Temperature T "Temperature (K)"; output SI.SpecificEnthalpy h "Specific enthalpy"; output SI.SpecificEntropy s "Specific entropy"; end handsofpT2;