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
ChillerEfficiency::StagingPowerConsumptionOutput Struct Reference

Public Member Functions

 StagingPowerConsumptionOutput (std::vector< double > baselinePowerList, std::vector< double > modPowerList, double baselineTotalPower, double baselineTotalEnergy, double modTotalPower, double modTotalEnergy, double savingsEnergy)
 

Public Attributes

std::vector< double > baselinePowerList
 
std::vector< double > modPowerList
 
double baselineTotalPower = 0
 
double baselineTotalEnergy = 0
 
double modTotalPower = 0
 
double modTotalEnergy = 0
 
double savingsEnergy = 0
 

Detailed Description

Definition at line 28 of file ChillerEfficiency.h.

Constructor & Destructor Documentation

◆ StagingPowerConsumptionOutput()

ChillerEfficiency::StagingPowerConsumptionOutput::StagingPowerConsumptionOutput ( std::vector< double >  baselinePowerList,
std::vector< double >  modPowerList,
double  baselineTotalPower,
double  baselineTotalEnergy,
double  modTotalPower,
double  modTotalEnergy,
double  savingsEnergy 
)
inline

Definition at line 29 of file ChillerEfficiency.h.

Member Data Documentation

◆ baselinePowerList

std::vector<double> ChillerEfficiency::StagingPowerConsumptionOutput::baselinePowerList

Definition at line 37 of file ChillerEfficiency.h.

◆ baselineTotalEnergy

double ChillerEfficiency::StagingPowerConsumptionOutput::baselineTotalEnergy = 0

Definition at line 39 of file ChillerEfficiency.h.

◆ baselineTotalPower

double ChillerEfficiency::StagingPowerConsumptionOutput::baselineTotalPower = 0

Definition at line 39 of file ChillerEfficiency.h.

◆ modPowerList

std::vector<double> ChillerEfficiency::StagingPowerConsumptionOutput::modPowerList

Definition at line 38 of file ChillerEfficiency.h.

◆ modTotalEnergy

double ChillerEfficiency::StagingPowerConsumptionOutput::modTotalEnergy = 0

Definition at line 39 of file ChillerEfficiency.h.

◆ modTotalPower

double ChillerEfficiency::StagingPowerConsumptionOutput::modTotalPower = 0

Definition at line 39 of file ChillerEfficiency.h.

◆ savingsEnergy

double ChillerEfficiency::StagingPowerConsumptionOutput::savingsEnergy = 0

Definition at line 40 of file ChillerEfficiency.h.


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