![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
Function prototypes for the Annual Energy. More...
#include <AnnualEnergy.h>
Public Member Functions | |
AnnualEnergy (double fieldPower, double operatingHours) | |
double | calculate () |
Contains the definition of functions of AnnualEnergy class. calculate(): Calculates the annual energy. More... | |
double | getFieldPower () const |
void | setFieldPower (double fieldPower) |
double | getoperatingHours () const |
void | setoperatingHours (double operatingHours) |
AnnualEnergy (double fieldPower, double operatingHours) | |
double | calculate () |
double | getFieldPower () const |
void | setFieldPower (double fieldPower) |
double | getoperatingHours () const |
void | setoperatingHours (double operatingHours) |
AnnualEnergy (double fieldPower, double operatingHours) | |
double | calculate () |
double | getFieldPower () const |
void | setFieldPower (double fieldPower) |
double | getoperatingHours () const |
void | setoperatingHours (double operatingHours) |
Function prototypes for the Annual Energy.
This contains the prototypes for the Annual Energy calculator including getters and setters for the important fields.
This contains the prototypes for the Annual Energy calculator including getters and setters for the important fields.
This contains the prototypes for the Annual Energy calculator including getters and setters for the important fields.
Definition at line 16 of file AnnualEnergy.h.
|
inline |
Constructor
fieldPower | double, power from field data in hp |
operatingHours | double, hours per year equipment is at conditions. |
Definition at line 23 of file AnnualEnergy.h.
|
inline |
Constructor
fieldPower | double, power from field data in hp |
operatingHours | double, hours per year equipment is at conditions. |
Definition at line 23 of file AnnualEnergy.h.
|
inline |
Constructor
fieldPower | double, power from field data in hp |
operatingHours | double, hours per year equipment is at conditions. |
Definition at line 23 of file AnnualEnergy.h.
double AnnualEnergy::calculate | ( | ) |
Contains the definition of functions of AnnualEnergy class. calculate(): Calculates the annual energy.
Calculates annual energy
Calculates annual energy Annual energy, MWh/year = kWe * operating hours/1000
Definition at line 18 of file AnnualEnergy.cpp.
double AnnualEnergy::calculate | ( | ) |
Calculates annual energy
double AnnualEnergy::calculate | ( | ) |
Calculates annual energy
|
inline |
Getter for field power
Definition at line 41 of file AnnualEnergy.h.
|
inline |
Getter for field power
Definition at line 41 of file AnnualEnergy.h.
|
inline |
Getter for field power
Definition at line 41 of file AnnualEnergy.h.
|
inline |
Getter for operating fraction
Definition at line 57 of file AnnualEnergy.h.
|
inline |
Getter for operating fraction
Definition at line 57 of file AnnualEnergy.h.
|
inline |
Getter for operating fraction
Definition at line 57 of file AnnualEnergy.h.
|
inline |
Setter for field power
fieldPower | double, power from field data in hp |
Definition at line 49 of file AnnualEnergy.h.
|
inline |
Setter for field power
fieldPower | double, power from field data in hp |
Definition at line 49 of file AnnualEnergy.h.
|
inline |
Setter for field power
fieldPower | double, power from field data in hp |
Definition at line 49 of file AnnualEnergy.h.
|
inline |
Setter for operating fraction
operatingHours | double, operating hours as hour/year |
Definition at line 67 of file AnnualEnergy.h.
|
inline |
Setter for operating fraction
operatingHours | double, operating hours as hour/year |
Definition at line 67 of file AnnualEnergy.h.
|
inline |
Setter for operating fraction
operatingHours | double, operating hours as hour/year |
Definition at line 67 of file AnnualEnergy.h.