CE 3305 Engineering Fluid Mechanics
Spring 2024 Exercise Set 10

LAST NAME, FIRST NAME

R00000000


Purpose :

Application of mass and energy balances

Assessment Criteria :

Completion, plausible solutions, use JupyterLab as a calculator.


Problem 1.

The figure is a schematic of a balloon rocket held in place by a force $F$.
The nozzle is a 0.8 $cm$ diameter tube, and an air jet exits the nozzle with a speed of 45 $m/s$ and a density of 1.2 $kg/m^3$.

Determine:

  1. The force $F$ needed to hold the balloon stationary.

In [1]:
# sketch here
In [2]:
# list known quantities
In [3]:
# list unknown quantities
In [4]:
# governing principles
In [5]:
# solution (step-by-step)
In [6]:
# discussion

Problem 2.

Below is a schematic of an elbow fitting in a pipe system.

The gage pressure throughout the horizontal 90$^o$ bend (the elbow lies in the horizontal plane -- the figure is a plan view of the bend) is 300 $kPa$. The pipe diameter is 1 $m$ and the water (at 10 $^oC$) flow rate is 10 $m^3/s$

Determine:

  1. The $x-$component of force must be applied to the bend to hold in in place against the water action.

In [26]:
# sketch here
In [27]:
# list known quantities
In [28]:
# list unknown quantities
In [29]:
# governing principles
In [30]:
# solution (step-by-step)
In [31]:
# discussion

Problem 3.

Figure 2 is a schematic of a pumped-storage system. How much power must be supplied to the water by the pump (in kilowatts) to pump water at $0.085~m^3/s$ at 20$^o$C from the lower to the upper reservoir?

The head loss in the pipes is $h_l = 0.018 \frac{L}{D} \frac{V^2}{2g}$ , where $L$ is the length of the pipe in meters, and $D$ is the diameter of the pipe in meters.

Sketch the HGL and EGL for the system.


In [32]:
# sketch here
In [33]:
# list known quantities
In [34]:
# list unknown quantities
In [35]:
# governing principles
In [36]:
# solution (step-by-step)
In [37]:
# discussion

Problem 4.

Figure 1 is a schematic of a pipe with a series of holes used to sparge (introduce gas bubbles) gas into a larger volume.

The volumetric flow rate through each hole depends on the pressure difference across the hole and is given by $$Q = 0.67A_0(\frac{2 \Delta p}{\rho})^{1/2} $$ where $A_0$ is the area of the hole, $\Delta p$ is the pressure difference across the hole, and $\rho$ is the density of gas in the pipe. If the pipe is sufficiently large, the pressure will be uniform along the pipe.

A distribution pipe for air at 20$^o~C$ is 0.5 meters in diameter and 10 m long. The gage pressure in the pipe is 100 Pa. The pressure outside the pipe is atmospheric at 1 bar. The hole diameter is 2.5 cm, and there are 50 holes per meter length of pipe. The pressure is constant in the pipe.

Determine

  1. The velocity of air entering the pipe
In [38]:
# sketch here
In [39]:
# list known quantities
In [40]:
# list unknown quantities
In [41]:
# governing principles
In [42]:
# solution (step-by-step)
In [43]:
# discussion
In [ ]: