Return specific enthalpy from p and s
function specificEnthalpy_ps extends Modelica.Icons.Function; input AbsolutePressure p "Pressure"; input SpecificEntropy s "Specific entropy"; output SpecificEnthalpy h "Specific enthalpy"; end specificEnthalpy_ps;