|
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.
|
Convert mass of combustion products to volumetric flow rates for partial pressure calculations. Conversion factors are based on standard conditions.
\begin{equation}\label{eq:gas-flue-gas-material-co2-gen-vol-cpp} V_{CO_2} = W_{CO_2} \cdot 0.022722\end{equation}
\begin{equation}\label{eq:gas-flue-gas-material-h2o-gen-vol-cpp} V_{H_2O} = W_{H_2O} \cdot 0.055506\end{equation}
| \(V_{i}\) | Generated volume of constituent i \([\unit{ \cubicFoot\per\MMBtu}]\) |
| \(W_{i}\) | Generated weight of constituent i \([\unit{ \pound\per\MMBtu}]\) |
| \(0.022722\) | CO2 weight-to-volume conversion factor \([\unit{ \cubicFoot\per\pound}]\) |
| \(0.055506\) | H2O weight-to-volume conversion factor \([\unit{ \cubicFoot\per\pound}]\) |