|
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.
|
Output data for a compressed air reduction calculation. More...
#include <compressed_air_reduction.h>
Public Attributes | |
| double | energy_use = 0.0 |
| Annual electrical energy use \([\unit{\kilo\watt\hour\per\year}]\). | |
| double | energy_cost = 0.0 |
| Annual energy cost \([\unit{\dollar\per\year}]\). | |
| double | flow_rate = 0.0 |
| Total compressed air flow rate \([\unit{\cubic\foot\per\minute}]\). | |
| double | single_nozzle_flow_rate = 0.0 |
| Flow rate per individual nozzle (pressure method only) \([\unit{\cubic\foot\per\minute}]\). | |
| double | consumption = 0.0 |
| Annual compressed air consumption \([\unit{\cubic\foot\per\year}]\). | |
Contains the accumulated annual energy use, annual energy cost, total flow rate, per-nozzle flow rate (pressure method only), and total consumption across all measures passed to compressedAirReduction.
Definition at line 142 of file compressed_air_reduction.h.
| double compressed_air_reduction::CompressedAirReductionOutput::consumption = 0.0 |
Definition at line 147 of file compressed_air_reduction.h.
| double compressed_air_reduction::CompressedAirReductionOutput::energy_cost = 0.0 |
Definition at line 144 of file compressed_air_reduction.h.
| double compressed_air_reduction::CompressedAirReductionOutput::energy_use = 0.0 |
Definition at line 143 of file compressed_air_reduction.h.
| double compressed_air_reduction::CompressedAirReductionOutput::flow_rate = 0.0 |
Definition at line 145 of file compressed_air_reduction.h.
| double compressed_air_reduction::CompressedAirReductionOutput::single_nozzle_flow_rate = 0.0 |
Definition at line 146 of file compressed_air_reduction.h.