|
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 an electricity reduction calculation. More...
#include <electricity_reduction.h>
Public Attributes | |
| double | energy_use = 0.0 |
| Annual energy use \([\unit{\kilo\watt\hour\per\year}]\). | |
| double | energy_cost = 0.0 |
| Annual energy cost \([\unit{\dollar\per\year}]\). | |
| double | power = 0.0 |
| Power draw per load (single unit) \([\unit{\kilo\watt}]\). | |
Contains the accumulated annual energy use, annual energy cost, and total power across all measures passed to electricityReduction, or the individual result from a single-method helper function.
Definition at line 123 of file electricity_reduction.h.
| double electricity_reduction::ElectricityReductionOutput::energy_cost = 0.0 |
Definition at line 125 of file electricity_reduction.h.
| double electricity_reduction::ElectricityReductionOutput::energy_use = 0.0 |
Definition at line 124 of file electricity_reduction.h.
| double electricity_reduction::ElectricityReductionOutput::power = 0.0 |
Definition at line 126 of file electricity_reduction.h.