\begin{equation}\label{eq:gas-composition-estimate-excess-air-from-o2-cpp} EA = \frac{8.52381 \cdot O_2}{2 - (9.52381 \cdot O_2)}\end{equation}
| \(EA\) | Excess air fraction \([\unit{ \unitless}]\) |
| \(O_2\) | Flue gas oxygen percentage \([\unit{ \unitless}]\) |
◆ estimateExcessAirFromO2()
| double gas_composition::GasComposition::estimateExcessAirFromO2 |
( |
double |
flue_gas_o2_percentage | ) |
|
See Estimate Excess Air From O2 Formula for formula and symbols.
- Parameters
-
| [in] | flue_gas_o2_percentage | Oxygen percentage in flue gas \([\unit{\percent}]\) |
- Returns
- Estimated excess air percentage \([\unit{\percent}]\)
◆ excessAirFromO2()
| double gas_composition::GasComposition::excessAirFromO2 |
( |
double |
flue_gas_o2_percentage | ) |
|
See Estimate Excess Air From O2 Formula for formula and symbols.
- Parameters
-
| [in] | flue_gas_o2_percentage | Oxygen percentage in flue gas \([\unit{\percent}]\) |
- Returns
- Excess air percentage \([\unit{\percent}]\)