|
| vector< double > | tempBins = {35, 45, 55, 65, 75, 75} |
| |
| vector< double > | hours |
| |
| vector< double > | energy |
| |
Definition at line 98 of file process_cooling.h.
◆ TowerOutput() [1/2]
| ProcessCooling::TowerOutput::TowerOutput |
( |
| ) |
|
|
default |
◆ 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,constant | array {35, 45, 55, 65, 75, 75} |
| hours | array of double, @unit{\hours} |
| energy | array of double, @unit{\kWh} |
Definition at line 113 of file process_cooling.h.
◆ energy
| vector<double> ProcessCooling::TowerOutput::energy |
◆ hours
| vector<double> ProcessCooling::TowerOutput::hours |
◆ tempBins
| vector<double> ProcessCooling::TowerOutput::tempBins = {35, 45, 55, 65, 75, 75} |
The documentation for this struct was generated from the following file: