|
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 parameters for the bag method compressed air leak calculation. More...
#include <bag_method.h>
Public Attributes | |
| double | operating_time = 0.0 |
| Annual system operating time \([\unit{\hour}]\). | |
| double | bag_fill_time = 0.0 |
| Time for the measurement bag to fill with leaked air \([\unit{\second}]\). | |
| double | bag_volume = 0.0 |
| Pre-measured volume of the measurement bag \([\unit{\cubicFoot}]\). | |
Definition at line 38 of file bag_method.h.
| double bag_method::Input::bag_fill_time = 0.0 |
Definition at line 40 of file bag_method.h.
| double bag_method::Input::bag_volume = 0.0 |
Definition at line 41 of file bag_method.h.
| double bag_method::Input::operating_time = 0.0 |
Definition at line 39 of file bag_method.h.