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
bag_method::Result Struct Reference

Result of the bag method leak flow rate calculation. More...

#include <bag_method.h>

Public Attributes

double flow_rate = 0.0
 Measured 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 49 of file bag_method.h.

Member Data Documentation

◆ annual_consumption

double bag_method::Result::annual_consumption = 0.0

Definition at line 51 of file bag_method.h.

◆ flow_rate

double bag_method::Result::flow_rate = 0.0

Definition at line 50 of file bag_method.h.


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