|
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 specific heat of air increases with temperature. This linear correlation provides the specific heat as a function of temperature for use in air correction calculations.
\begin{equation}\label{eq:energy-input-exhaust-gas-specific-heat-air-cpp} SH_{air} = 0.017828518 + 0.000002556 \cdot T_{air}\end{equation}
| \(SH_{air}\) | Specific heat of air \([\unit{ \btu\per\pound\degreeFahrenheit}]\) |
| \(0.017828518\) | Base specific heat of air - see physics::us::kSpecificHeatAirBase \([\unit{ \btu\per\pound\degreeFahrenheit}]\) |
| \(0.000002556\) | Specific heat temperature coefficient - see physics::us::kSpecificHeatAirCoeff \([\unit{ \btu\per\pound\degreeFahrenheit\per\degreeFahrenheit}]\) |
| \(T_{air}\) | Combustion air temperature \([\unit{ \degreeFahrenheit}]\) |