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;