CE 3305 Engineering Fluid Mechanics
Spring 2024 Exercise Set 4

LAST NAME, FIRST NAME

R00000000


Purpose :

Application of static pressure to find forces on submerged plates.

Assessment Criteria :

Completion, plausible solutions, use of Jupyter Notebook as a calculator/documentation method


Problem 1.

Figure 1 is a schematic of a panel at the bottom of a tank filled with water. The panel is square. The distance from the free surface to the top of the panel is d = 1 m, and h = 2 m.

Figure 1. Panel at bottom of a tank

Find:

  • the depth to the centroid of the panel.
  • the resultant force on the panel.
  • the distance from the centroid to the center of pressure.
In [22]:
# sketch here
In [23]:
# list known quantities
In [24]:
# list unknown quantities
In [25]:
# governing principles
In [26]:
# solution (step-by-step)
In [27]:
# discussion

Problem 2.

Figure 2 is a schematic of a hinged gate with the hinge at the waterline. The gate is 4 ft high and 8 ft wide. The specific weight of water is $62.4~\frac{lbf}{ft^3}$

Figure 2: Hinged gate

Find the required force (in lbf) applied at the bottom of the gate to keep it shut.

In [43]:
# sketch here
In [44]:
# list known quantities
In [45]:
# list unknown quantities
In [5]:
# governing principles
In [6]:
# solution (step-by-step)
In [7]:
# discussion
In [ ]: