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 Member Functions | Private Attributes | List of all members
WasteWater_Treatment Class Reference

Classes

struct  CalculationsTable
 
struct  Output
 
struct  OutputWithoutTable
 

Public Member Functions

 WasteWater_Treatment (double Temperature, double So, double Volume, double FlowRate, double InertVSS, double OxidizableN, double Biomass, double InfluentTSS, double InertInOrgTSS, double EffluentTSS, double RASTSS, double MLSSpar, double FractionBiomass, double BiomassYeild, double HalfSaturation, double MicrobialDecay, double MaxUtilizationRate, double MaxDays, double TimeIncrement, double OperatingDO, double Alpha, double Beta, double SOTR, double Aeration, double Elevation, double OperatingTime, int TypeAerators, double Speed, double EnergyCostUnit, double DefinedSRT=1)
 
Output calculate ()
 
OutputWithoutTable calculateGivenSRT ()
 

Private Attributes

double Temperature
 
double So
 
double Volume
 
double FlowRate
 
double InertVSS
 
double OxidizableN
 
double Biomass
 
double InfluentTSS
 
double InertInOrgTSS
 
double EffluentTSS
 
double RASTSS
 
double MLSSpar
 
double FractionBiomass
 
double BiomassYeild
 
double HalfSaturation
 
double MicrobialDecay
 
double MaxUtilizationRate
 
double MaxDays
 
double TimeIncrement
 
double OperatingDO
 
double Alpha
 
double Beta
 
double SOTR
 
double Aeration
 
double Elevation
 
double OperatingTime
 
int TypeAerators
 
double Speed
 
double EnergyCostUnit
 
double DefinedSRT
 

Detailed Description

Definition at line 17 of file WasteWater_Treatment.h.

Constructor & Destructor Documentation

◆ WasteWater_Treatment()

WasteWater_Treatment::WasteWater_Treatment ( double  Temperature,
double  So,
double  Volume,
double  FlowRate,
double  InertVSS,
double  OxidizableN,
double  Biomass,
double  InfluentTSS,
double  InertInOrgTSS,
double  EffluentTSS,
double  RASTSS,
double  MLSSpar,
double  FractionBiomass,
double  BiomassYeild,
double  HalfSaturation,
double  MicrobialDecay,
double  MaxUtilizationRate,
double  MaxDays,
double  TimeIncrement,
double  OperatingDO,
double  Alpha,
double  Beta,
double  SOTR,
double  Aeration,
double  Elevation,
double  OperatingTime,
int  TypeAerators,
double  Speed,
double  EnergyCostUnit,
double  DefinedSRT = 1 
)
inline
Parameters
Temperature,double
So,double
Volume,double
FlowRate,double
InertVSS,double
Biomass,double
InfluentTSS,double
InertInOrgTSS,double
EffluentTSS,double
RASTSS,double
MLSSpar,double
FractionBiomass,double
BiomassYeild,double
HalfSaturation,double
MicrobialDecay,double
MaxUtilizationRate,double
MaxDays,double
TimeIncrement,double
OperatingDO,double
Alpha,double
Beta,double
SOTR,double
Aeration,double
Elevation,double
OperatingTime,double
TypeAerators,double
Speed,double
EnergyCostUnit,double
Returns
WasteWater_Treatment::Output results from calculat() function

Definition at line 223 of file WasteWater_Treatment.h.

Member Data Documentation

◆ Aeration

double WasteWater_Treatment::Aeration
private

Definition at line 267 of file WasteWater_Treatment.h.

◆ Alpha

double WasteWater_Treatment::Alpha
private

Definition at line 264 of file WasteWater_Treatment.h.

◆ Beta

double WasteWater_Treatment::Beta
private

Definition at line 265 of file WasteWater_Treatment.h.

◆ Biomass

double WasteWater_Treatment::Biomass
private

Definition at line 249 of file WasteWater_Treatment.h.

◆ BiomassYeild

double WasteWater_Treatment::BiomassYeild
private

Definition at line 256 of file WasteWater_Treatment.h.

◆ DefinedSRT

double WasteWater_Treatment::DefinedSRT
private

Definition at line 273 of file WasteWater_Treatment.h.

◆ EffluentTSS

double WasteWater_Treatment::EffluentTSS
private

Definition at line 252 of file WasteWater_Treatment.h.

◆ Elevation

double WasteWater_Treatment::Elevation
private

Definition at line 268 of file WasteWater_Treatment.h.

◆ EnergyCostUnit

double WasteWater_Treatment::EnergyCostUnit
private

Definition at line 272 of file WasteWater_Treatment.h.

◆ FlowRate

double WasteWater_Treatment::FlowRate
private

Definition at line 246 of file WasteWater_Treatment.h.

◆ FractionBiomass

double WasteWater_Treatment::FractionBiomass
private

Definition at line 255 of file WasteWater_Treatment.h.

◆ HalfSaturation

double WasteWater_Treatment::HalfSaturation
private

Definition at line 257 of file WasteWater_Treatment.h.

◆ InertInOrgTSS

double WasteWater_Treatment::InertInOrgTSS
private

Definition at line 251 of file WasteWater_Treatment.h.

◆ InertVSS

double WasteWater_Treatment::InertVSS
private

Definition at line 247 of file WasteWater_Treatment.h.

◆ InfluentTSS

double WasteWater_Treatment::InfluentTSS
private

Definition at line 250 of file WasteWater_Treatment.h.

◆ MaxDays

double WasteWater_Treatment::MaxDays
private

Definition at line 260 of file WasteWater_Treatment.h.

◆ MaxUtilizationRate

double WasteWater_Treatment::MaxUtilizationRate
private

Definition at line 259 of file WasteWater_Treatment.h.

◆ MicrobialDecay

double WasteWater_Treatment::MicrobialDecay
private

Definition at line 258 of file WasteWater_Treatment.h.

◆ MLSSpar

double WasteWater_Treatment::MLSSpar
private

Definition at line 254 of file WasteWater_Treatment.h.

◆ OperatingDO

double WasteWater_Treatment::OperatingDO
private

Definition at line 263 of file WasteWater_Treatment.h.

◆ OperatingTime

double WasteWater_Treatment::OperatingTime
private

Definition at line 269 of file WasteWater_Treatment.h.

◆ OxidizableN

double WasteWater_Treatment::OxidizableN
private

Definition at line 248 of file WasteWater_Treatment.h.

◆ RASTSS

double WasteWater_Treatment::RASTSS
private

Definition at line 253 of file WasteWater_Treatment.h.

◆ So

double WasteWater_Treatment::So
private

Definition at line 244 of file WasteWater_Treatment.h.

◆ SOTR

double WasteWater_Treatment::SOTR
private

Definition at line 266 of file WasteWater_Treatment.h.

◆ Speed

double WasteWater_Treatment::Speed
private

Definition at line 271 of file WasteWater_Treatment.h.

◆ Temperature

double WasteWater_Treatment::Temperature
private

Definition at line 243 of file WasteWater_Treatment.h.

◆ TimeIncrement

double WasteWater_Treatment::TimeIncrement
private

Definition at line 261 of file WasteWater_Treatment.h.

◆ TypeAerators

int WasteWater_Treatment::TypeAerators
private

Definition at line 270 of file WasteWater_Treatment.h.

◆ Volume

double WasteWater_Treatment::Volume
private

Definition at line 245 of file WasteWater_Treatment.h.


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