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
Classes | Namespaces | Functions
orifice_method.h File Reference

Declarations for the orifice method compressed air leak flow rate estimation. More...

#include <cmath>
#include "physics/constants.h"

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.
 

Detailed Description

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.

See also
Orifice Method Calculator for formula derivations and symbol definitions.

Definition in file orifice_method.h.