Skip to content

01 Installation and Run

kai edited this page Dec 5, 2020 · 6 revisions

Requirements: 1) Python3 2) scipy

PooPyLab is still in its early development. So most of the available code is for the underlying classes that can be used to build process units in a wastewater treatment plant flow sheet (or flow diagram). As a result, the definitions and implementations of the classes are subject to frequent revisions.

For testing purpose, one can clone the project. The class libraries and global utilities can be imported into user's Python script. The user would have to define his/her process flow diagrams by coding in Python. Please see the examples in the project's tests and examples folders for more details.

Before the GUI becomes available, a biological wastewater treatment plant will have to be simulated (for steady state) by using two files, one is the configuration of the process flow (e.g. MLE.py in the /examples folder), the other the main loop script (e.g. MLE_test.py in the /examples folder).

Clone this wiki locally