.AixLib.Media.Refrigerants.Interfaces.PartialHybridTwoPhaseMediumFormula.temperature_ph_der

Calculates time derivative of temperature_ph

Interface

function temperature_ph_der
  extends Modelica.Icons.Function;
  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_T "Time derivative of density";
end temperature_ph_der;

Generated at 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos