|
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 estimate method compressed air leak calculation. More...
#include <estimate_method.h>
Public Attributes | |
| double | operating_time = 0.0 |
| Annual system operating time \([\unit{\hour}]\). | |
| double | leak_rate_estimate = 0.0 |
| Estimated leak rate from visual/audible assessment \([\unit{\scfm}]\). | |
Definition at line 37 of file estimate_method.h.
| double estimate_method::Input::leak_rate_estimate = 0.0 |
Definition at line 39 of file estimate_method.h.
| double estimate_method::Input::operating_time = 0.0 |
Definition at line 38 of file estimate_method.h.