.HelmholtzMedia.Interfaces.PartialHelmholtzMedium.specificEnthalpy_pT_der

time derivative of specificEnthalpy_pT

Interface

function specificEnthalpy_pT_der
  extends Modelica.Icons.Function;
  input AbsolutePressure p;
  input Temperature T;
  input ThermodynamicState state;
  input Real p_der "time derivative of pressure";
  input Real T_der "time derivative of temperature";
  output Real h_der "time derivative of specific Enthalpy";
end specificEnthalpy_pT_der;

Generated at 2026-07-22T21:16:24Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos