|
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.
|
Declarations for the orifice method compressed air leak flow rate estimation. More...
Go to the source code of this file.
Classes | |
| struct | orifice_method::Input |
| Input parameters for the orifice method compressed air leak calculation. More... | |
| struct | orifice_method::Result |
| Result of the orifice method leak flow rate and annual consumption calculation. More... | |
Namespaces | |
| namespace | orifice_method |
| Compressed air leak flow estimation using orifice pressure and geometry. | |
Functions | |
| Result | orifice_method::calculate (const Input &input) |
| Estimates compressed air leak flow rate and annual consumption using the orifice method. | |
Provides a free function to estimate compressed air leak flow rate and annual air loss using pressure and orifice geometry measurements. All calculations use U.S. customary units with isentropic compressible-flow theory.
Definition in file orifice_method.h.