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
Classes | Public Types | Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
SludgeVolumeIndex Class Reference

Classes

struct  GraphDataPoint
 
struct  Output
 

Public Types

enum  SVIParameter {
  SVISN , SVIGN , SVIGS , SVISS ,
  VoK
}
 

Public Member Functions

 SludgeVolumeIndex (SVIParameter sviParameter, double sviValue, int numberOfClarifiers, double areaOfClarifier, double MLSS, double influentFlow, double rasFlow, double sludgeSettlingVelocity)
 
Output calculate ()
 

Static Private Member Functions

static double Round (double value)
 

Private Attributes

SVIParameter sviParameter = SVIParameter::SVISN
 
double sviValue = 0
 
int numberOfClarifiers = 0
 
double areaOfClarifier = 0
 
double MLSS = 0
 
double influentFlow = 0
 
double rasFlow = 0
 
double sludgeSettlingVelocity = 0
 

Detailed Description

Definition at line 15 of file SludgeVolumeIndex.h.

Member Enumeration Documentation

◆ SVIParameter

enum SludgeVolumeIndex::SVIParameter

Definition at line 17 of file SludgeVolumeIndex.h.

Constructor & Destructor Documentation

◆ SludgeVolumeIndex()

SludgeVolumeIndex::SludgeVolumeIndex ( SVIParameter  sviParameter,
double  sviValue,
int  numberOfClarifiers,
double  areaOfClarifier,
double  MLSS,
double  influentFlow,
double  rasFlow,
double  sludgeSettlingVelocity 
)
inline
Parameters
sviParameterdouble
sviValuedouble, units L/g
numberOfClarifiersdouble
areaOfClarifierdouble, units m2
MLSSdouble, units kg/L
influentFlowdouble, units L/h
rasFlowdouble, units L/h
sludgeSettlingVelocitydouble, units m/h

Definition at line 57 of file SludgeVolumeIndex.h.

Member Function Documentation

◆ calculate()

Output SludgeVolumeIndex::calculate ( )
Returns
Output
Parameters
TotalAreaClarifierdouble, units m2
SurfaceOverflowdouble, units l/m2h
AppliedSolidsLoadingdouble, units kf/m2h
RasConcentrationdouble, units kg/L
UnderFlowRateX2double, units g/L
UnderFlowRateY1double, units kg/m2h
OverFlowRateX2double, units g/L
OverFlowRateY2double, units kg/m2h
StatePointXdouble
StatePointYdouble
GraphData(Computes and populates that can be retrieved)
SolidsConcentrationdouble
SolidsFluxdouble

◆ Round()

static double SludgeVolumeIndex::Round ( double  value)
inlinestaticprivate

Definition at line 94 of file SludgeVolumeIndex.h.

Member Data Documentation

◆ areaOfClarifier

double SludgeVolumeIndex::areaOfClarifier = 0
private

Definition at line 88 of file SludgeVolumeIndex.h.

◆ influentFlow

double SludgeVolumeIndex::influentFlow = 0
private

Definition at line 90 of file SludgeVolumeIndex.h.

◆ MLSS

double SludgeVolumeIndex::MLSS = 0
private

Definition at line 89 of file SludgeVolumeIndex.h.

◆ numberOfClarifiers

int SludgeVolumeIndex::numberOfClarifiers = 0
private

Definition at line 87 of file SludgeVolumeIndex.h.

◆ rasFlow

double SludgeVolumeIndex::rasFlow = 0
private

Definition at line 91 of file SludgeVolumeIndex.h.

◆ sludgeSettlingVelocity

double SludgeVolumeIndex::sludgeSettlingVelocity = 0
private

Definition at line 92 of file SludgeVolumeIndex.h.

◆ sviParameter

SVIParameter SludgeVolumeIndex::sviParameter = SVIParameter::SVISN
private

Definition at line 85 of file SludgeVolumeIndex.h.

◆ sviValue

double SludgeVolumeIndex::sviValue = 0
private

Definition at line 86 of file SludgeVolumeIndex.h.


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