Compute temperature from pressure and specific enthalpy
function T_ps extends Modelica.Icons.Function; input AbsolutePressure p "Pressure (unused)"; input SpecificEntropy s "Specific entropy"; output Temperature T "Temperature"; end T_ps;