tsnet.simulation package¶
Submodules¶
tsnet.simulation.initialize module¶
The tsnet.simulation.initialize contains functions to 1. Initialize the list containing numpy arrays for velocity and head. 2. Calculate initial conditions using Epanet engine. 3. Calculate D-W coefficients based on initial conditions. 4. Calculate demand coefficients based on initial conditions.
tsnet.simulation.main module¶
The tsnet.simulation.main module contains function to perform the workflow of read, discretize, initial, and transient simulation for the given .inp file.
tsnet.simulation.single module¶
tsnet.simulation.solver module¶
Module contents¶
The tsnet.simulation package contains methods to run transient simulation using MOC method