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