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