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
ProcessCooling::TowerOutput Struct Reference

Public Member Functions

 TowerOutput ()=default
 
 TowerOutput (vector< double > hours, vector< double > energy)
 

Public Attributes

vector< double > tempBins = {35, 45, 55, 65, 75, 75}
 
vector< double > hours
 
vector< double > energy
 

Detailed Description

Definition at line 87 of file ProcessCooling.h.

Constructor & Destructor Documentation

◆ TowerOutput() [1/2]

ProcessCooling::TowerOutput::TowerOutput ( )
default
Parameters
noarguments

◆ TowerOutput() [2/2]

ProcessCooling::TowerOutput::TowerOutput ( vector< double >  hours,
vector< double >  energy 
)
inline
Returns
arrays of double corresponding to 6 wet bulb temp bins => <35, 35-44, 45-54, 55-64, 65-74, >=75;
Parameters
tempBins,constantarray {35, 45, 55, 65, 75, 75}
hoursarray of double, units hours
energyarray of double, units kWh

Definition at line 102 of file ProcessCooling.h.

Member Data Documentation

◆ energy

vector<double> ProcessCooling::TowerOutput::energy

Definition at line 106 of file ProcessCooling.h.

◆ hours

vector<double> ProcessCooling::TowerOutput::hours

Definition at line 105 of file ProcessCooling.h.

◆ tempBins

vector<double> ProcessCooling::TowerOutput::tempBins = {35, 45, 55, 65, 75, 75}

Definition at line 104 of file ProcessCooling.h.


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