|
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.
|
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. | |
Calculates compressed air velocity by nominal pipe size from airflow, pipe pressure, and atmospheric pressure. All calculations use U.S. customary units.
Definition in file air_velocity.h.