Download this file as a Jupyter Notebook@ http://54.243.252.9/ce-3372-webroot/2-Exercises/ES7/ES7.ipynb


ES-7

Copyright © 2021 Theodore G. Cleveland


Purpose:

Demonstrate application of EPANET for analysis of pressure and flow in water distribution systems.

Purpose:

  • Compute flow distribution in pipeline networks.
  • Introduction to use of professional software (EPANET)
  • Develop expertise in interpreting output to answer specific hydraulic questions

Background

Figure 1 is a five-pipe network with a water supply source (a reservoir, not shown) connected at Node 1, and demands at Nodes 1-5.
Table 1 is a list of the relevant pipe and node data.


Exercise 1

Using the Hazen-Williams head loss model of the network:

  1. Write the node equations of continuity for Nodes 1-4.

  2. Write the head loss equations for each of the pipes in the system.


Exercise 2

Build an EPANET model, using the Hazen-Williams head loss model of the network. Using the model:

  1. Make a screen capture of the EPANET program showing your network map, with the Node ID and Node Pressures displayed on the map, and with the Pipe ID and Pipe Flow Rates on the map.

  2. Make a table that lists each node name, node elevation, and the resultant pressurein U.S. Customary units.

  3. Make a table that lists each pipe name, length, diameter, Hazen-Williams coefficient, and the resultant flow rate in U.S. Customary units.

  4. Determine the flow rate in each pipe of the network, for the case where the total head at Node 1 is 100 feet.

  5. Determine the Darcy-Weisbach friction factor in each pipe of the network.

  6. Using the results of your flow distribution, determine the head loss from Node 1 to Node 4.

  7. Determine the head at Node 4

  8. Identify the node with the lowest pressure in your solution.


Deliverables:

A brief report with your solution, showing the requested equations, screen captures, tables and head loss calculations.


References

  1. Rossman, L. (2000). EPANET 2 users manual. Technical Report EPA/600/R-00/057,U.S. Environmental Protection Agency, National Risk Management Research LaboratoryCincinnati, OH 45268.

Hints

EZ Button Link to ES-7 sample .net input file

EZ Button Link to ES-7 sample solution

In [ ]: