This function returns the time derivative of the temperature as function of rho and h according to the chain rule. The partial derivatives are build with help of TTSE functions.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function der_T_rhoh import SI = Modelica.SIunits; input SI.Density rho "Density"; input SI.SpecificEnthalpy h "Specific enthalpy"; input Real der_rho "Time derivative of the density"; input Real der_h "Time derivative of the specific enthalpy"; output Real der_T "Time derivative of temperature"; end der_T_rhoh;