TSNet performs transient simulation in water networks using Method of Characteristics (MOC).
- Free software: MIT license
- GitHub: https://github.com/glorialulu/TSNet.git
- Documentation: https://tsnet.readthedocs.io.
A number of commercial software for transient simulation in water distribution systems are available in the market; however, the use of these software for research purposes is limited. The major restriction is due to the fact that the programs are packed as black boxes, and the source code is not visible, thus prohibiting any changes, including modification of existing and implementation of new elements, in the source code. Therefore, the authors find it imperative to develop an open source package rendering easiness for interaction, modification, and extension.
TSNet is a Python package designed to perform transient simulation in water distribution networks. The software includes capabilities to:
- Create water network models based on .inp files
- Generate transient events by operating valves and pumps
- Add disruptive events including pipe bursts and leakages
- Add surge protection devices
- Choose between steady,quasi-steady, and unsteady friction models
- Perform transient simulation using MOC method
- Visualize results
For more information, go to https://tsnet.readthedocs.io.
TSNet is a ongoing research project in the University of Texas at Austin. The current version is 0.2.2, which is still a pre-release.
- Lu Xing, the University of Texas at Austin, xinglu@utexas.edu
- Lina Sela, the University of Texas at Austin, linasela@utexas.edu
No warranty, expressed or implied, is made as to the correctness of the results or the suitability of the application.
To cite TSNet, use one of the following references:
Xing, Lu, and Lina Sela. "Transient simulations in water distribution networks: TSNet python package." Advances in Engineering Software 149 (2020): 102884.
TSNet is released under the MIT license. See the LICENSE.txt file.