This function returns saturation temperature as function of p according to TTSE.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function Tsat_p import SI = Modelica.SIunits; input SI.Pressure p "Pressure"; output SI.Temperature Tsat "Temperature"; end Tsat_p;