MEASUR-Tools-Suite v1.2.4
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
Classes | Namespaces | Functions

Declarations for compressed air velocity calculations. More...

#include "compressedAir/pipe_data.h"

Go to the source code of this file.

Classes

struct  air_velocity::Input
 Input parameters for the air velocity calculation. More...
 

Namespaces

namespace  air_velocity
 Compressed air velocity calculator.
 

Functions

pipe_data::PipeData air_velocity::calculate (const Input &input)
 Calculates compressed air velocities by nominal pipe size.
 

Detailed Description

Calculates compressed air velocity by nominal pipe size from airflow, pipe pressure, and atmospheric pressure. All calculations use U.S. customary units.

See also
Air Velocity Calculator for formula derivations and symbol definitions.

Definition in file air_velocity.h.