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