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