|
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 heat capacity of air is calculated from the volumetric airflow rate converted to an hourly basis. An empirical factor of 0.0186 is applied to account for the specific heat of air at typical combustion conditions.
\begin{equation}\label{eq:air-heating-exhaust-heat-capacity-air} C_{air} = 0.0186 \cdot \dot{V}_{air} \cdot 60\end{equation}
| \(C_{air}\) | Heat capacity of air \([\unit{ \btu\per\degreeFahrenheit}]\) |
| \(\dot{V}_{air}\) | Air flow rate \([\unit{ \standardCubicFeet\per\minute}]\) |
| \(0.0186\) | Empirical factor for air heat capacity \([\unit{ \unitless}]\) |
| \(60\) | Conversion factor from minutes to hours - see physics::conversions::kMinutesPerHour \([\unit{ \minute\per\hour}]\) |