This function returns the partial derivative of rho wrt h versus p and h according to TTSE.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function T_rhoh_dh import SI = Modelica.SIunits; input SI.Density rho "Density"; input SI.SpecificEnthalpy h "Specific Enthalpy"; output Real dT_dh "Partial derivative drho/dh"; end T_rhoh_dh;