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
electricity_reduction::ElectricityReductionOutput Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ energy_cost

double electricity_reduction::ElectricityReductionOutput::energy_cost = 0.0

Definition at line 125 of file electricity_reduction.h.

◆ energy_use

double electricity_reduction::ElectricityReductionOutput::energy_use = 0.0

Definition at line 124 of file electricity_reduction.h.

◆ power

double electricity_reduction::ElectricityReductionOutput::power = 0.0

Definition at line 126 of file electricity_reduction.h.


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