e_CO2

This script calculates standard emissivity, total emissivity and pressure correction for CO2 mixtures with nitrogen or air.
18 descargas
Actualizado 24 feb 2022

Ver licencia

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.

Citar como

Miika Wallius (2024). e_CO2 (https://www.mathworks.com/matlabcentral/fileexchange/99009-e_co2), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2021a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
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