effluent¶
The main package contains only a single function, effluent.run(), which is the
main entry point of the application.
Submodules¶
Attributes¶
The version number |
Functions¶
|
Run the simulation and save the output in the specified file. |
Package Contents¶
- effluent.__version__ = '1.5.0'¶
The version number
- effluent.run(conf)¶
Run the simulation and save the output in the specified file.
Internally, the function creates a
Modelobject using the information from the config file, and calls therunmethod of that object.- Parameters:
conf – Configuration parameters (dict object or file name).