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
include
compressedAir
air_velocity.h
Go to the documentation of this file.
1
#pragma once
2
13
#include "
compressedAir/pipe_data.h
"
14
21
namespace
air_velocity
{
22
28
struct
Input
{
29
double
airflow
= 0.0;
30
double
pipe_pressure
= 0.0;
31
double
atmospheric_pressure
= 0.0;
32
};
33
39
pipe_data::PipeData
calculate
(
const
Input
& input);
40
41
}
// namespace air_velocity
air_velocity
Compressed air velocity calculator.
air_velocity::calculate
pipe_data::PipeData calculate(const Input &input)
Calculates compressed air velocities by nominal pipe size.
pipe_data.h
Shared pipe-size data shape for compressed air capacity and velocity calculations.
air_velocity::Input
Input parameters for the air velocity calculation.
Definition
air_velocity.h:28
air_velocity::Input::pipe_pressure
double pipe_pressure
Pipe gauge pressure .
Definition
air_velocity.h:30
air_velocity::Input::atmospheric_pressure
double atmospheric_pressure
Atmospheric absolute pressure .
Definition
air_velocity.h:31
air_velocity::Input::airflow
double airflow
Volumetric free-air flow rate .
Definition
air_velocity.h:29
pipe_data::PipeData
Per-size values for standard compressed air pipe sizes.
Definition
pipe_data.h:31
Generated by
1.9.8