region 4 saturation temperature as a function of pressure
function tsat extends Modelica.Icons.Function; input Units.SI.Pressure p "pressure"; output Units.SI.Temperature t_sat "temperature"; end tsat;