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
compressed_air_reduction::BagMethodData Struct Reference

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

Detailed Description

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.

See also
Bag Method Flow Rate and Consumption Formula

Definition at line 79 of file compressed_air_reduction.h.

Member Data Documentation

◆ bag_fill_time

double compressed_air_reduction::BagMethodData::bag_fill_time = 0.0

Definition at line 80 of file compressed_air_reduction.h.

◆ bag_volume

double compressed_air_reduction::BagMethodData::bag_volume = 0.0

Definition at line 81 of file compressed_air_reduction.h.


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