.Modelica.Media.IdealGases.Common.MixtureGasNasa.T_hX

Information

Return temperature from specific enthalpy and mass fraction

Interface

function T_hX
  extends Modelica.Icons.Function;
  input SpecificEnthalpy h "Specific enthalpy";
  input MassFraction[nX] X "Mass fractions of composition";
  input Boolean exclEnthForm = excludeEnthalpyOfFormation "If true, enthalpy of formation Hf is not included in specific enthalpy h";
  input Modelica.Media.Interfaces.Choices.ReferenceEnthalpy refChoice = referenceChoice "Choice of reference enthalpy";
  input SI.SpecificEnthalpy h_off = h_offset "User defined offset for reference enthalpy, if referenceChoice = UserDefined";
  output Temperature T "Temperature";
end T_hX;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos