|
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.
|
Input data for the bag measurement method. More...
#include <compressed_air_reduction.h>
Public Attributes | |
| double | bag_fill_time = 0.0 |
| Time to fill the bag with compressed air \([\unit{\second}]\). | |
| double | bag_volume = 0.0 |
| Internal volume of the bag \([\unit{\cubic\foot}]\). | |
The bag method estimates compressed air flow rate by measuring how long it takes to fill a known-volume bag. The bag volume divided by the fill time (converted to minutes) gives the flow rate in scfm.
Definition at line 79 of file compressed_air_reduction.h.
| double compressed_air_reduction::BagMethodData::bag_fill_time = 0.0 |
Definition at line 80 of file compressed_air_reduction.h.
| double compressed_air_reduction::BagMethodData::bag_volume = 0.0 |
Definition at line 81 of file compressed_air_reduction.h.