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 ThermalSeparation.Media.WaterBasedLiquid.BaseClasses.Common.IF97BaseTwoPhase properties "auxiliary record"; output SI.Temperature T "temperature"; end T_props_ps;