.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 2024-12-03T19:25:34Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos