Definition at line 15 of file AirVelocity.h.
◆ AirVelocity()
AirVelocity::AirVelocity |
( |
double |
airFlow, |
|
|
double |
pipePressure, |
|
|
double |
atmosphericPressure |
|
) |
| |
|
inline |
Constructor for AirVelocity - This calculator finds the velocity of compressed air through all the different piping involved in the system.
- Attention
- Constraints - For main and branch lines, recommended maximum velocity is 20 fps, and it should not exceed 30fps. For line drops, feed lines or branch lines, the recommended velocity is 30 fps with an upper limit of 50 fps.
- Parameters
-
airFlow | double, Volumetric flow rate of air in the compressor system, referenced to the compressor inlet conditions - scfm |
pipePressure | double, Pressure of air flowing through the pipe - psig |
atmosphericPressure | double, Generally it will be 14.7 - psia |
Definition at line 28 of file AirVelocity.h.
◆ calculate()
◆ airFlow
double AirVelocity::airFlow |
|
private |
◆ atmosphericPressure
double AirVelocity::atmosphericPressure |
|
private |
◆ pipePressure
double AirVelocity::pipePressure |
|
private |
The documentation for this class was generated from the following file: