.ThermalSeparation.Media.IdealGasMixtures.BaseClasses.BaseIdealGasMixture.h_TX_der

Information

Return specific enthalpy derivative

Interface

function h_TX_der
  import ThermalSeparation.Media.IdealGasMixtures.BaseClasses.PartialMedium.Choices;
  extends Modelica.Icons.Function;
  input SI.Temperature T "Temperature";
  input MassFraction X[nX] "Independent Mass fractions of gas mixture";
  input Boolean exclEnthForm = excludeEnthalpyOfFormation "If true, enthalpy of formation Hf is not included in specific enthalpy h";
  input Choices.ReferenceEnthalpy.Temp refChoice = referenceChoice "Choice of reference enthalpy";
  input SI.SpecificEnthalpy h_off = h_offset "User defined offset for reference enthalpy, if referenceChoice = UserDefined";
  input Real dT "Temperature derivative";
  input Real dX[nX] "independent mass fraction derivative";
  output Real h_der "Specific enthalpy at temperature T";
end h_TX_der;

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos