Download (right-click, save target as ...) this page as a Jupyterlab notebook from: CHYD-1


CE 3305 Engineering Fluid Mechanics
Summer 2022 Computational Hydraulics Exercise Set 1

LAST NAME, FIRST NAME

R00000000


Purpose :

Apply computational thinking (ENGR 1330) principles and hydraulics/fluid mechanics principles to analyze flow distribution in a pipe network.

Assessment Criteria :

Completion, plausible solutions, use JupyterLab as a calculator.


Problem 1.

Figure 1 is a gravity-flow pipe network with water supplied from a fixed-grade reservoir (pool elevation 100 meters) connected to node N2. All pipes are ductile iron.

Figure 1. Network Layout (Plan View)

The pipe dimensions and node demands are shown in the tables below.

Pipe ID Length(m) Diameter(mm)
1 1,220 254
2 1,829 254
3 1,829 305
4 1,982 610
5 2,134 254
6 915 457
7 1,524 254
8 91 305
Node ID Elevation(m) Demand(liters/sec)
N1 51.8 31.5
N2 54.9 31.5
N3 50.3 31.5
N4 47.3 94.6
N5 45.7 63.1
N6 44.2 94.6

Determine:

  1. The flow rate (and direction of flow) for each pipe in the network, for the case where the total head at the supply reservoir is 100 meters.
  2. The resultant pressure in SI units at each node.
  3. The Darcy-Weisbach friction factor for each ductile iron pipe of the network.
  4. The head loss from Node 2 to Node 6.
  5. The node with the lowest pressure.
In [ ]:
# sketch here
In [ ]:
# list known quantities
In [ ]:
# list unknown quantities
In [ ]:
# governing principles (fluid mechanics)
In [ ]:
# solution (using JupyterLab notebook) (computational thinking/algorithm development)
In [ ]:
# discussion