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
Public Attributes | List of all members
decibels_method::Result Struct Reference

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}]\).
 

Detailed Description

Definition at line 64 of file decibels_method.h.

Member Data Documentation

◆ annual_consumption

double decibels_method::Result::annual_consumption = 0.0

Definition at line 66 of file decibels_method.h.

◆ leak_rate_estimate

double decibels_method::Result::leak_rate_estimate = 0.0

Definition at line 65 of file decibels_method.h.


The documentation for this struct was generated from the following file: