.AixLib.Media.Refrigerants.Interfaces.PartialHybridTwoPhaseMediumFormula.specificEnthalpy_dT_der

Information

Calculates time derivative of specificEnthalpy_dT

Interface

function specificEnthalpy_dT_der
  input Density d "Density";
  input Temperature T "Temperature";
  input FixedPhase phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known";
  input Real der_d "Time derivative of density";
  input Real der_T "Time derivative of temperature";
  output Real der_h "Time derivative of specific enthalpy";
end specificEnthalpy_dT_der;

Generated at 2024-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos