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