Temperature as function of pressure and specific entropy
function T_ps extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEntropy s "Specific entropy"; output SI.Temperature T "Temperature"; end T_ps;