|
MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Given the measured O2 percentage in the flue gas and fuel composition, this algorithm iteratively estimates the fraction of excess air supplied to the combustion process. The calculation uses stoichiometric relationships and mass balance.
The implementation uses the shared process_heat::calculateExcessAir function from the Process Heat Utilities namespace as the initial estimate, then iteratively refines it based on the fuel composition and measured flue gas properties.
| \(EA\) | Excess air fraction \([\unit{ \unitless}]\) |
| \(O_2\) | Measured flue gas oxygen percentage \([\unit{ \percent}]\) |