.HelmholtzMedia.Interfaces.PartialHelmholtzMedium.specificEnthalpy_dT_der

Interface

function specificEnthalpy_dT_der
  extends Modelica.Icons.Function;
  input Density d "Density";
  input Temperature T "Temperature";
  input ThermodynamicState state;
  input Real der_d "Density derivative";
  input Real der_T "Temperature derivative";
  output Real der_h "Time derivative of enthalpy";
end specificEnthalpy_dT_der;

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