|
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.
|
When a sudden air demand occurs at a point distant from the compressor room, the pressure drop signal must travel back through the distribution piping to the compressor before the compressor can respond. During this transit time \(t_{transit} = d_{pipe} / v_{air}\) (in seconds), the receiver must supply all the required air. The formula converts the transit time to an equivalent tank volume using the air demand flow rate, pressure ratio, and the gallon-to-cubic-foot conversion.
\begin{equation}\label{eq:receiver-tank-bridging-size} V_{required} = \frac{d_{pipe}}{v_{air}} \cdot \frac{Q_{demand}}{60} \cdot \frac{P_{atm}}{\Delta P} \cdot k_{gal} \end{equation}
| \(V_{required}\) | Required receiver tank size \([\unit{ \gallon}]\) |
| \(d_{pipe}\) | Distance from demand event to compressor room \([\unit{ \foot}]\) |
| \(v_{air}\) | Speed of compressed air in distribution piping \([\unit{ \foot\per\second}]\) |
| \(Q_{demand}\) | Air demand at the event location \([\unit{ \cubicFoot\per\minute}]\) |
| \(60\) | Seconds per minute conversion \([\unit{ \second\per\minute}]\) |
| \(P_{atm}\) | Atmospheric pressure \([\unit{ \psi}]\) |
| \(\Delta P\) | Allowable pressure drop at the demand event \([\unit{ \psi}]\) |
| \(k_{gal}\) | Gallons per cubic foot (7.48) \([\unit{ \gallon\per\cubicFoot}]\) |