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
WaterAssessment::CoolingTowerLossOutput Struct Reference

Public Member Functions

 CoolingTowerLossOutput (double grossWaterUse, double evaporationLoss, double cycleOfConcentration, double makeupWater, double blowdownLoss)
 

Public Attributes

double grossWaterUse = 0
 
double evaporationLoss = 0
 
double cycleOfConcentration = 0
 
double makeupWater = 0
 
double blowdownLoss = 0
 

Detailed Description

Definition at line 27 of file WaterAssessment.h.

Constructor & Destructor Documentation

◆ CoolingTowerLossOutput()

WaterAssessment::CoolingTowerLossOutput::CoolingTowerLossOutput ( double  grossWaterUse,
double  evaporationLoss,
double  cycleOfConcentration,
double  makeupWater,
double  blowdownLoss 
)
inline

Definition at line 28 of file WaterAssessment.h.

Member Data Documentation

◆ blowdownLoss

double WaterAssessment::CoolingTowerLossOutput::blowdownLoss = 0

Definition at line 34 of file WaterAssessment.h.

◆ cycleOfConcentration

double WaterAssessment::CoolingTowerLossOutput::cycleOfConcentration = 0

Definition at line 34 of file WaterAssessment.h.

◆ evaporationLoss

double WaterAssessment::CoolingTowerLossOutput::evaporationLoss = 0

Definition at line 34 of file WaterAssessment.h.

◆ grossWaterUse

double WaterAssessment::CoolingTowerLossOutput::grossWaterUse = 0

Definition at line 34 of file WaterAssessment.h.

◆ makeupWater

double WaterAssessment::CoolingTowerLossOutput::makeupWater = 0

Definition at line 34 of file WaterAssessment.h.


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