CE 3305 Engineering Fluid Mechanics
Spring 2024 Exercise Set 9

LAST NAME, FIRST NAME

R00000000


Purpose :

Application of Bernoulli equation.

Assessment Criteria :

Completion, plausible solutions, use Excel/JupyterLab or a calculator.


Problem 1.

Figure 1: Tube for measuring velocity head

Figure 1 is a schematic of a glass tube inserted into a flowing stream of water with one opening directed upstream and the other end vertical. If the water velocity is 4 m/s, how high will the water rise in the vertical leg relative to the level of the water surface of the stream?

In [ ]:
# list known quantities
In [ ]:
# list unknown quantities
In [ ]:
# governing principles
In [ ]:
# solution (step-by-step)
In [ ]:
# sketch here
In [ ]:
# discussion

Problem 2.

Figure 2 is a schematic of a reservoir draining into a pipe. The velocity in the outlet pipe is 8 m/s and h=19m. Because of the rounded entrance to the pipe, the flow is assumed to be irrotational. What is the pressure at A?

Figure 2: Reservoir draining into a penstock (pipe)
In [ ]:
# sketch here
In [ ]:
# list known quantities
In [ ]:
# list unknown quantities
In [ ]:
# governing principles
In [ ]:
# solution (step-by-step)
In [ ]:
# discussion

Problem 3.

Figure 3 is a water jet issuing vertically from a nozzle The water velocity as it exits the nozzle is 18 m/s. Calculate how high will the jet will rise.

Figure 3: Vertical jet fountain
In [ ]:
# sketch here
In [1]:
# list known quantities
In [ ]:
# list unknown quantities
In [ ]:
# governing principles
In [ ]:
# solution (step-by-step)
In [ ]:
# discussion
In [ ]: