.AixLib.Media.Refrigerants.Interfaces.PartialHybridTwoPhaseMediumFormula.density_ph_der

Information

Calculates time derivative of density_ph

Interface

function density_ph_der
  input AbsolutePressure p "Pressure";
  input SpecificEnthalpy h "Specific Enthalpy";
  input FixedPhase phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known";
  input Real der_p "Time derivative of pressure";
  input Real der_h "Time derivative of specific enthalpy";
  output Real der_d "Time derivative of density";
end density_ph_der;

Generated at 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos