|
EPANET
3.0
EPANET Development Project
|
The model used to compute mixing behavior within a storage tank. More...
#include <tankmixmodel.h>
Public Types | |
| enum | MixingModel { MIX1, MIX2, FIFO, LIFO } |
Public Member Functions | |
| void | init (Tank *tank, SegPool *segPool, double _cTol) |
| double | findQuality (double vNet, double vIn, double wIn, SegPool *segPool) |
| double | react (Tank *tank, QualModel *qualModel, double tstep) |
| double | storedMass () |
Public Attributes | |
| int | type |
| type of mixing model | |
| double | cTol |
| concentration tolerance (mass/ft3) | |
| double | fracMixed |
| mixing zone extent for MIX2 model | |
Static Public Attributes | |
| static const char * | MixingModelWords [] = {"MIXED", "2COMP", "FIFO", "LIFO", 0} |
The model used to compute mixing behavior within a storage tank.
1.8.11