|
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.
|
The measured volume flow rate is corrected to standard temperature (520°R = 60°F) using the ideal gas law temperature correction.
\begin{equation}\label{eq:exhaust-gas-total-vfr-cpp} VFR_{total} = VFR_{measured} \cdot \frac{T_{std}}{460 + T_{gas}}\end{equation}
| \(VFR_{total}\) | Corrected volume flow rate \([\unit{ \cubicFoot\per\minute}]\) |
| \(VFR_{measured}\) | Measured volume flow rate \([\unit{ \cubicFoot\per\minute}]\) |
| \(T_{std}\) | Standard gas temperature - see physics::us::kStandardGasTemperatureR \([\unit{ \degreeRankine}]\) |
| \(460\) | Fahrenheit to Rankine offset - see physics::conversions::kFahrenheitToRankineOffset \([\unit{ \degreeRankine}]\) |
| \(T_{gas}\) | Exhaust gas temperature \([\unit{ \degreeFahrenheit}]\) |