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::Input Struct Reference

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

Detailed Description

Definition at line 38 of file bag_method.h.

Member Data Documentation

◆ bag_fill_time

double bag_method::Input::bag_fill_time = 0.0

Definition at line 40 of file bag_method.h.

◆ bag_volume

double bag_method::Input::bag_volume = 0.0

Definition at line 41 of file bag_method.h.

◆ operating_time

double bag_method::Input::operating_time = 0.0

Definition at line 39 of file bag_method.h.


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