Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.51 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.51 KB

WNTR: Water Network Tool for Resilience

TravisCI Coverage Status Documentation Status

WNTR is a python package designed to simulate and analyze resilience of water distribution networks. The software includes capability to:

  • Generate water network models
  • Modify network structure and operations
  • Add disruptive events including pipe leaks
  • Add response/repair strategies
  • Simulate pressure driven demand and demand driven hydraulics
  • Simulate water quality
  • Evaluate resilience
  • Visualize results

For more information, go to http://wntr.readthedocs.io

License

WNTR is released under the Revised BSD license. See the LICENSE.txt file.

WNTR includes pyepanet, a separate python package licensed through Sandia Corporation, copyright 2011. pyepanet is released under the BSD license. See wntr/pyepanet/init.py

Organization

Directories

  • wntr - The root directory for WNTR source code
  • documentation - user manual
  • examples - examples and network files

Contact