This function returns the time derivative of bulb density with the help of TTSE functions.
Author: | Julien Bonifay | SCD |
Checked by: | ||
Protection class: | internal |
function der_rho1s_p import SI = Modelica.SIunits; input SI.Pressure p "Pressure"; input Real der_p "Time derivative of p"; output Real der_rho1s "Time derivative of bulb density"; end der_rho1s_p;