![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
Header file for AnnualCost class. More...
#include <AnnualCost.h>
Public Member Functions | |
AnnualCost (double annualEnergy, double kwhRate) | |
double | calculate () |
Contains the definition of functions of AnnualCost class. calculate(): Calculates the annual energy cost. More... | |
double | getAnnualEnergy () const |
void | setAnnualEnergy (double annualEnergy) |
double | getKwhRate () const |
void | setKwhRate (double kwhRate) |
AnnualCost (double annualEnergy, double kwhRate) | |
double | calculate () |
double | getAnnualEnergy () const |
void | setAnnualEnergy (double annualEnergy) |
double | getKwhRate () const |
void | setKwhRate (double kwhRate) |
AnnualCost (double annualEnergy, double kwhRate) | |
double | calculate () |
double | getAnnualEnergy () const |
void | setAnnualEnergy (double annualEnergy) |
double | getKwhRate () const |
void | setKwhRate (double kwhRate) |
Header file for AnnualCost class.
This contains the prototypes of AnnualCost calculator including getters and setters for the important fields.
This contains the prototypes of AnnualCost calculator including getters and setters for the important fields.
This contains the prototypes of AnnualCost calculator including getters and setters for the important fields.
Definition at line 16 of file AnnualCost.h.
|
inline |
Constructor
annualEnergy | double, annual energy consumption in MWh/year |
kwhRate | double, rate in $/kWh |
Definition at line 23 of file AnnualCost.h.
|
inline |
Constructor
annualEnergy | double, annual energy consumption in MWh/year |
kwhRate | double, rate in $/kWh |
Definition at line 23 of file AnnualCost.h.
|
inline |
Constructor
annualEnergy | double, annual energy consumption in MWh/year |
kwhRate | double, rate in $/kWh |
Definition at line 23 of file AnnualCost.h.
double AnnualCost::calculate | ( | ) |
Contains the definition of functions of AnnualCost class. calculate(): Calculates the annual energy cost.
Calculates the annual energy cost
Calculate Annual energy cost. Annual energy cost = MWh/year * 1000 * energy cost rate ($/kWh) 1000 in above equation is not used in excel version of the tool.
Definition at line 20 of file AnnualCost.cpp.
double AnnualCost::calculate | ( | ) |
Calculates the annual energy cost
double AnnualCost::calculate | ( | ) |
Calculates the annual energy cost
|
inline |
Getter for annual energy.
Definition at line 41 of file AnnualCost.h.
|
inline |
Getter for annual energy.
Definition at line 41 of file AnnualCost.h.
|
inline |
Getter for annual energy.
Definition at line 41 of file AnnualCost.h.
|
inline |
Getter for the rate in $/kWh
Definition at line 57 of file AnnualCost.h.
|
inline |
Getter for the rate in $/kWh
Definition at line 57 of file AnnualCost.h.
|
inline |
Getter for the rate in $/kWh
Definition at line 57 of file AnnualCost.h.
|
inline |
Setter for annual energy
annualEnergy | double, annual energy consumption in MWh/year |
Definition at line 49 of file AnnualCost.h.
|
inline |
Setter for annual energy
annualEnergy | double, annual energy consumption in MWh/year |
Definition at line 49 of file AnnualCost.h.
|
inline |
Setter for annual energy
annualEnergy | double, annual energy consumption in MWh/year |
Definition at line 49 of file AnnualCost.h.
|
inline |
Setter for rate in $/kWh
kwhRate | double, rate in $/kwh |
Definition at line 65 of file AnnualCost.h.
|
inline |
Setter for rate in $/kWh
kwhRate | double, rate in $/kwh |
Definition at line 65 of file AnnualCost.h.
|
inline |
Setter for rate in $/kWh
kwhRate | double, rate in $/kwh |
Definition at line 65 of file AnnualCost.h.