Calculates time derivative of specific enthalpy calculated by thermodynamic state record
function specificEnthalpy_der input ThermodynamicState state "Thermodynamic state"; input ThermodynamicState der_state "Time derivative of thermodynamic state"; output Real der_h "Time derivative of specific enthalpy"; end specificEnthalpy_der;