Temperature as function of pressure and specific entropy
function T_props_ps extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEntropy s "Specific entropy"; input Common.IF97BaseTwoPhase properties "Auxiliary record"; output SI.Temperature T "Temperature"; end T_props_ps;