.Buildings.Media.Air.specificEnthalpy_pTX

Information

Specific enthalpy as a function of temperature and species concentration. The pressure is input for compatibility with the medium models, but the specific enthalpy is independent of the pressure.

Interface

function specificEnthalpy_pTX
  extends Modelica.Icons.Function;
  input Modelica.Units.SI.Pressure p "Pressure";
  input Modelica.Units.SI.Temperature T "Temperature";
  input Modelica.Units.SI.MassFraction X[:] "Mass fractions of moist air";
  output Modelica.Units.SI.SpecificEnthalpy h "Specific enthalpy at p, T, X";
end specificEnthalpy_pTX;

Revisions


Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos