This function returns dew density as function of p according to TTSE.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function rho2s_p import SI = Modelica.SIunits; input SI.Pressure p "Pressure"; output SI.Density rho2s "Dew density"; end rho2s_p;