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