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