Description
The EPANET Example Network 1 (short Net1
) constitutes a simple example of modeling chlorine decay.
Both bulk and wall reactions are included.
The network consists of 9 junctions, 12 pipes, 1 reservoir, 1 tank, and 1 pump. Only base demands but no demand pattern are given.
How to Use
Net1 is provided as an .inp file and can be loaded into EPANET or any other software package supporting .inp files.
Usage in Python
Net1 is also available in Python through the key “Network-Net1”:
network = load("Network-Net1")
net1_inp = network.load()
Detailed information about the provided functionality can be found in the documentation of
load()
.