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;