|
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.
|
Result of the decibels method leak flow rate calculation. More...
#include <decibels_method.h>
Public Attributes | |
| double | leak_rate_estimate = 0.0 |
| Estimated compressed air leak flow rate \([\unit{\scfm}]\). | |
| double | annual_consumption = 0.0 |
| Estimated annual air loss from the leak \([\unit{\kscf}]\). | |
Definition at line 64 of file decibels_method.h.
| double decibels_method::Result::annual_consumption = 0.0 |
Definition at line 66 of file decibels_method.h.
| double decibels_method::Result::leak_rate_estimate = 0.0 |
Definition at line 65 of file decibels_method.h.