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
SludgeVolumeIndex::Output Struct Reference

Public Member Functions

 Output (double TotalAreaClarifier, double SurfaceOverflow, double AppliedSolidsLoading, double RasConcentration, double UnderFlowRateX2, double UnderFlowRateY1, double OverFlowRateX2, double OverFlowRateY2, double StatePointX, double StatePointY, std::vector< GraphDataPoint > GraphData)
 

Public Attributes

double TotalAreaClarifier = 0
 
double SurfaceOverflow = 0
 
double AppliedSolidsLoading = 0
 
double RasConcentration = 0
 
double UnderFlowRateX2 = 0
 
double UnderFlowRateY1 = 0
 
double OverFlowRateX2 = 0
 
double OverFlowRateY2 = 0
 
double StatePointX = 0
 
double StatePointY = 0
 
std::vector< GraphDataPointGraphData
 

Detailed Description

Definition at line 27 of file SludgeVolumeIndex.h.

Constructor & Destructor Documentation

◆ Output()

SludgeVolumeIndex::Output::Output ( double  TotalAreaClarifier,
double  SurfaceOverflow,
double  AppliedSolidsLoading,
double  RasConcentration,
double  UnderFlowRateX2,
double  UnderFlowRateY1,
double  OverFlowRateX2,
double  OverFlowRateY2,
double  StatePointX,
double  StatePointY,
std::vector< GraphDataPoint GraphData 
)
inline

Definition at line 28 of file SludgeVolumeIndex.h.

Member Data Documentation

◆ AppliedSolidsLoading

double SludgeVolumeIndex::Output::AppliedSolidsLoading = 0

Definition at line 38 of file SludgeVolumeIndex.h.

◆ GraphData

std::vector<GraphDataPoint> SludgeVolumeIndex::Output::GraphData

Definition at line 41 of file SludgeVolumeIndex.h.

◆ OverFlowRateX2

double SludgeVolumeIndex::Output::OverFlowRateX2 = 0

Definition at line 39 of file SludgeVolumeIndex.h.

◆ OverFlowRateY2

double SludgeVolumeIndex::Output::OverFlowRateY2 = 0

Definition at line 39 of file SludgeVolumeIndex.h.

◆ RasConcentration

double SludgeVolumeIndex::Output::RasConcentration = 0

Definition at line 38 of file SludgeVolumeIndex.h.

◆ StatePointX

double SludgeVolumeIndex::Output::StatePointX = 0

Definition at line 39 of file SludgeVolumeIndex.h.

◆ StatePointY

double SludgeVolumeIndex::Output::StatePointY = 0

Definition at line 40 of file SludgeVolumeIndex.h.

◆ SurfaceOverflow

double SludgeVolumeIndex::Output::SurfaceOverflow = 0

Definition at line 38 of file SludgeVolumeIndex.h.

◆ TotalAreaClarifier

double SludgeVolumeIndex::Output::TotalAreaClarifier = 0

Definition at line 38 of file SludgeVolumeIndex.h.

◆ UnderFlowRateX2

double SludgeVolumeIndex::Output::UnderFlowRateX2 = 0

Definition at line 39 of file SludgeVolumeIndex.h.

◆ UnderFlowRateY1

double SludgeVolumeIndex::Output::UnderFlowRateY1 = 0

Definition at line 39 of file SludgeVolumeIndex.h.


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