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.
Loading...
Searching...
No Matches

The heat loss is calculated by multiplying the gas flow rate, density, specific heat, temperature rise, and correction factor. The factor of 60 converts from standard cubic feet per minute to standard cubic feet per hour.

\begin{equation}\label{eq:gas-cooling-heat-loss} Q_\text{cool} = FR \cdot 60 \cdot \rho_{g,lb/ft^3} \cdot SH \cdot \Delta T \cdot CF\end{equation}

Symbols
\(Q_\text{cool}\)Gas cooling heat loss \([\unit{ \btu\per\hour}]\)
\(FR\)Gas flow rate \([\unit{ \cubicFoot\per\minute}]\)
\(60\)Minutes per hour (SCFM to SCFH conversion) - see physics::conversions::kMinutesPerHour \([\unit{ \unitless}]\)
\(\rho_{g,lb/ft^3}\)Gas density \([\unit{ \pound\per\cubicFoot}]\)
\(SH\)Specific heat of gas \([\unit{ \btu\per\pound\degreeFahrenheit}]\)
\(\Delta T\)Temperature rise (outlet - inlet) \([\unit{ \degreeFahrenheit}]\)
\(CF\)Correction factor \([\unit{ \unitless}]\)