|
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.
|
Aggregate result of a compressed air leak survey. More...
#include <compressed_air_leak_survey.h>
Public Attributes | |
| double | annual_total_electricity = 0.0 |
| Total annual electrical energy consumed by all leaks \([\unit{\kilo\watt\hour}]\). | |
| double | annual_total_electricity_cost = 0.0 |
| Total annual utility cost of all leaks \([\unit{\dollar\per\year}]\). | |
| double | total_flow_rate = 0.0 |
| Combined instantaneous flow rate of all leaks \([\unit{\scfm}]\). | |
| double | annual_total_flow_rate = 0.0 |
| Combined annual air volume lost to leaks \([\unit{\scf}]\). | |
Accumulates the individual contributions of each leak entry across all measurement methods and both utility types.
Definition at line 109 of file compressed_air_leak_survey.h.
| double compressed_air_leak_survey::Result::annual_total_electricity = 0.0 |
Definition at line 110 of file compressed_air_leak_survey.h.
| double compressed_air_leak_survey::Result::annual_total_electricity_cost = 0.0 |
Definition at line 111 of file compressed_air_leak_survey.h.
| double compressed_air_leak_survey::Result::annual_total_flow_rate = 0.0 |
Definition at line 113 of file compressed_air_leak_survey.h.
| double compressed_air_leak_survey::Result::total_flow_rate = 0.0 |
Definition at line 112 of file compressed_air_leak_survey.h.