e_CO2

This script calculates standard emissivity, total emissivity and pressure correction for CO2 mixtures with nitrogen or air.
23 Downloads
Aktualisiert 24. Feb 2022

Lizenz anzeigen

Excel-script included in the downloadable package.
This script calculates standard emissivity, total emissivity and pressure correction for CO2 mixtures with nitrogen or air. Pressure correction is calculated as total emissivity divided by standard emissivity. Both standard and total emissivities have been calculated using the HITEMP-2010 database.
Valid range:
  • T ≥ 300 K and T ≤ 3000 K
  • p_L ≥ 0.05 bar * cm and p_L ≤ 1000 bar * cm
  • p_E ≥ 0.1 bar and p_E ≤ 40 bar
This script extrapolates the emissivity if you go above or below these boundaries but these results are not reliable after certain point.
Example:
e = e_CO2(T, x_CO2, L, p_total, Output)
e = e_CO2(1000, 0.17, 100, 2, 'Standard')
Variables:
  • T is temperature in K
  • x_CO2 is the mole fraction of CO2 gas component in a gas mixture
  • L is the length in cm
  • p_total is total pressure of a gas mixture in bar
  • p_L is the pathlength in bar * cm
  • p_E is the equivalent pressure in bar
  • Output can be either 'Standard', 'Total' or 'Correction'.
Reference:
M. Alberti, R. Weber, M. Mancini. 2015. Re-creating Hottel's emissivity charts for carbon dioxide and extending them to 40 bar pressure using HITEMP-2010 data base. Combustion and Flame, Vol 162, 2015, pages 597-612.

Zitieren als

Miika Wallius (2026). e_CO2 (https://de.mathworks.com/matlabcentral/fileexchange/99009-e_co2), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2021a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Version Veröffentlicht Versionshinweise
1.0.9

Cleaned the code and comments.

1.0.8

Updated comments and Excel-file.

1.0.7

Updated description.

1.0.5

Updated description.

1.0.4

Cleaned the excel file.

1.0.3

Excel-script included in the downloadable package.

1.0.2

Added tags.

1.0.1

Fixed comments.

1.0.0