e_CO2

버전 1.0.9 (5.01 MB) 작성자: Miika Wallius
This script calculates standard emissivity, total emissivity and pressure correction for CO2 mixtures with nitrogen or air.
다운로드 수: 18
업데이트 날짜: 2022/2/24

라이선스 보기

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.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2021a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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