This function returns the partial derivative of saturation temperature wrt p according to TTSE.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function Tsat_p_dp import SI = Modelica.SIunits; input SI.Pressure p "Pressure"; output Real dTsat_dp "Pressure derivative of saturation temperature"; end Tsat_p_dp;