.HelmholtzMedia.Interfaces.PartialHelmholtzMedium.temperature_ph_der

Information

time derivative of temperature_ph

Interface

function temperature_ph_der
  input AbsolutePressure p;
  input SpecificEnthalpy h;
  input ThermodynamicState state;
  input Real p_der "time derivative of pressure";
  input Real h_der "time derivative of specific enthalpy";
  output Real T_der "time derivative of temperature";
end temperature_ph_der;

Generated at 2024-12-03T19:25:34Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos