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
decibels_method.h File Reference

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

Go to the source code of this file.

Classes

struct  decibels_method::Input
 Input parameters for the decibels method compressed air leak calculation. More...
 
struct  decibels_method::Result
 Result of the decibels method leak flow rate calculation. More...
 

Namespaces

namespace  decibels_method
 Compressed air leak flow estimation using ultrasonic decibel measurements.
 

Functions

Result decibels_method::calculate (const Input &input)
 Estimates compressed air leak flow rate and annual consumption using the decibels method.
 

Detailed Description

Provides a free function to estimate compressed air leak flow rate and annual air loss using bilinear interpolation from ultrasonic decibel measurements and two reference pressure-flow data points. All calculations use U.S. customary units.

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

Definition in file decibels_method.h.