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 Member Functions | Public Attributes | List of all members
CHP::CostInfoOutput Class Reference

Public Member Functions

 CostInfoOutput (double annualOperationSavings, double totalInstalledCostsPayback, double simplePayback, double fuelCosts, double thermalCredit, double incrementalOandMDollarsKwH, double totalOperatingCostsToGenerate)
 

Public Attributes

double annualOperationSavings
 
double totalInstalledCostsPayback
 
double simplePayback
 
double fuelCosts
 
double thermalCredit
 
double incrementalOandMDollarsKwH
 
double totalOperatingCostsToGenerate
 

Detailed Description

Definition at line 18 of file CHP.h.

Constructor & Destructor Documentation

◆ CostInfoOutput()

CHP::CostInfoOutput::CostInfoOutput ( double  annualOperationSavings,
double  totalInstalledCostsPayback,
double  simplePayback,
double  fuelCosts,
double  thermalCredit,
double  incrementalOandMDollarsKwH,
double  totalOperatingCostsToGenerate 
)
inline
Parameters
annualOperationSavingsdouble
totalInstalledCostsPaybackdouble
simplePaybackdouble
fuelCostsdouble
thermalCreditdouble
incrementalOandMDollarsKwHdouble
totalOperatingCostsToGeneratedouble

Definition at line 30 of file CHP.h.

Member Data Documentation

◆ annualOperationSavings

double CHP::CostInfoOutput::annualOperationSavings

Definition at line 38 of file CHP.h.

◆ fuelCosts

double CHP::CostInfoOutput::fuelCosts

Definition at line 41 of file CHP.h.

◆ incrementalOandMDollarsKwH

double CHP::CostInfoOutput::incrementalOandMDollarsKwH

Definition at line 43 of file CHP.h.

◆ simplePayback

double CHP::CostInfoOutput::simplePayback

Definition at line 40 of file CHP.h.

◆ thermalCredit

double CHP::CostInfoOutput::thermalCredit

Definition at line 42 of file CHP.h.

◆ totalInstalledCostsPayback

double CHP::CostInfoOutput::totalInstalledCostsPayback

Definition at line 39 of file CHP.h.

◆ totalOperatingCostsToGenerate

double CHP::CostInfoOutput::totalOperatingCostsToGenerate

Definition at line 44 of file CHP.h.


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