function saturationTemperature extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.Temperature T_min = 190 "Lower boundary of solution"; input SI.Temperature T_max = 647 "Upper boundary of solution"; output SI.Temperature T "Saturation temperature"; end saturationTemperature;