Contains the declarations of cooling tower classes including the getters and setters as well as the calculators for cooling tower makeup water.
More...
#include <CoolingTower.h>
|
| CoolingTowerOperatingConditionsData (const double flowRate, const double coolingLoad, const int operationalHours, const double lossCorrectionFactor) |
|
double | getFlowRate () const |
|
double | getCoolingLoad () const |
|
int | getOperationalHours () const |
|
double | getLossCorrectionFactor () const |
|
void | setFlowRate (double flowRate) |
|
void | setCoolingLoad (double coolingLoad) |
|
void | setOperationalHours (int operationalHours) |
|
void | setLossCorrectionFactor (double lossCorrectionFactor) |
|
| CoolingTowerOperatingConditionsData (const double flowRate, const double coolingLoad, const int operationalHours, const double lossCorrectionFactor) |
|
double | getFlowRate () const |
|
double | getCoolingLoad () const |
|
int | getOperationalHours () const |
|
double | getLossCorrectionFactor () const |
|
void | setFlowRate (double flowRate) |
|
void | setCoolingLoad (double coolingLoad) |
|
void | setOperationalHours (int operationalHours) |
|
void | setLossCorrectionFactor (double lossCorrectionFactor) |
|
| CoolingTowerOperatingConditionsData (const double flowRate, const double coolingLoad, const int operationalHours, const double lossCorrectionFactor) |
|
double | getFlowRate () const |
|
double | getCoolingLoad () const |
|
int | getOperationalHours () const |
|
double | getLossCorrectionFactor () const |
|
void | setFlowRate (double flowRate) |
|
void | setCoolingLoad (double coolingLoad) |
|
void | setOperationalHours (int operationalHours) |
|
void | setLossCorrectionFactor (double lossCorrectionFactor) |
|
Contains the declarations of cooling tower classes including the getters and setters as well as the calculators for cooling tower makeup water.
- Author
- Colin Causey (causeyc)
- Author
- Colin Causey (causeyc)
- Author
- Colin Causey (causeyc)
Definition at line 14 of file CoolingTower.h.
◆ CoolingTowerOperatingConditionsData() [1/3]
CoolingTowerOperatingConditionsData::CoolingTowerOperatingConditionsData |
( |
const double |
flowRate, |
|
|
const double |
coolingLoad, |
|
|
const int |
operationalHours, |
|
|
const double |
lossCorrectionFactor |
|
) |
| |
|
inline |
- Parameters
-
flowRate | double, water flow rate in gpm |
coolingLoad | double, in MMBtu/h |
operationalHours | int, number of hours cooling tower operates |
lossCorrectionFactor | double, correction factor for evaporation loss |
Definition at line 23 of file CoolingTower.h.
◆ CoolingTowerOperatingConditionsData() [2/3]
CoolingTowerOperatingConditionsData::CoolingTowerOperatingConditionsData |
( |
const double |
flowRate, |
|
|
const double |
coolingLoad, |
|
|
const int |
operationalHours, |
|
|
const double |
lossCorrectionFactor |
|
) |
| |
|
inline |
- Parameters
-
flowRate | double, water flow rate in gpm |
coolingLoad | double, in MMBtu/h |
operationalHours | int, number of hours cooling tower operates |
lossCorrectionFactor | double, correction factor for evaporation loss |
Definition at line 23 of file CoolingTower.h.
◆ CoolingTowerOperatingConditionsData() [3/3]
CoolingTowerOperatingConditionsData::CoolingTowerOperatingConditionsData |
( |
const double |
flowRate, |
|
|
const double |
coolingLoad, |
|
|
const int |
operationalHours, |
|
|
const double |
lossCorrectionFactor |
|
) |
| |
|
inline |
- Parameters
-
flowRate | double, water flow rate in gpm |
coolingLoad | double, in MMBtu/h |
operationalHours | int, number of hours cooling tower operates |
lossCorrectionFactor | double, correction factor for evaporation loss |
Definition at line 23 of file CoolingTower.h.
The documentation for this class was generated from the following files: