Special function for specific enthalpy and specific entropy in region 1
function handsofpT1 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 handsofpT1;