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::ProcessWaterUseOutput Struct Reference

Public Member Functions

 ProcessWaterUseOutput (double recirculatedWater, double incomingWater, double wasteDischargedAndRecycledOther)
 

Public Attributes

double recirculatedWater = 0
 
double incomingWater = 0
 
double wasteDischargedAndRecycledOther = 0
 

Detailed Description

Definition at line 18 of file WaterAssessment.h.

Constructor & Destructor Documentation

◆ ProcessWaterUseOutput()

WaterAssessment::ProcessWaterUseOutput::ProcessWaterUseOutput ( double  recirculatedWater,
double  incomingWater,
double  wasteDischargedAndRecycledOther 
)
inline

Definition at line 19 of file WaterAssessment.h.

Member Data Documentation

◆ incomingWater

double WaterAssessment::ProcessWaterUseOutput::incomingWater = 0

Definition at line 24 of file WaterAssessment.h.

◆ recirculatedWater

double WaterAssessment::ProcessWaterUseOutput::recirculatedWater = 0

Definition at line 24 of file WaterAssessment.h.

◆ wasteDischargedAndRecycledOther

double WaterAssessment::ProcessWaterUseOutput::wasteDischargedAndRecycledOther = 0

Definition at line 24 of file WaterAssessment.h.


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