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
Public Member Functions | Private Attributes | List of all members
AirVelocity Class Reference

Public Member Functions

 AirVelocity (double airFlow, double pipePressure, double atmosphericPressure)
 
PipeData calculate ()
 

Private Attributes

double airFlow
 
double pipePressure
 
double atmosphericPressure
 

Detailed Description

Definition at line 15 of file AirVelocity.h.

Constructor & Destructor Documentation

◆ 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
airFlowdouble, Volumetric flow rate of air in the compressor system, referenced to the compressor inlet conditions - scfm
pipePressuredouble, Pressure of air flowing through the pipe - psig
atmosphericPressuredouble, Generally it will be 14.7 - psia

Definition at line 28 of file AirVelocity.h.

Member Function Documentation

◆ calculate()

PipeData AirVelocity::calculate ( )
inline

Definition at line 31 of file AirVelocity.h.

Member Data Documentation

◆ airFlow

double AirVelocity::airFlow
private

Definition at line 41 of file AirVelocity.h.

◆ atmosphericPressure

double AirVelocity::atmosphericPressure
private

Definition at line 41 of file AirVelocity.h.

◆ pipePressure

double AirVelocity::pipePressure
private

Definition at line 41 of file AirVelocity.h.


The documentation for this class was generated from the following file: