Download (right-click, save target as ...) this page as a Jupyterlab notebook from: ES-12
A smooth pipe prototype designed to carry crude oil:
is to be modeled with a smooth pipe 4 inches in diameter carrying water (T =60$^o$F ).
If the mean velocity in the prototype is to be 2 ft/s, what should be the mean velocity of the water in the model to ensure dynamically similar conditions?
# sketch here
# list known quantities
# list unknown quantities
# governing principles
# solution (step-by-step)
# discussion
Flow around a bridge pier is studied using a model at $\frac{1}{12}$ scale. When the velocity in the model is 0.9 m/s, the standing wave at the pier nose is observed to be 2.5 cm in height.
What are the corresponding values of velocity and wave height in the prototype?
# sketch here
# list known quantities
# list unknown quantities
# governing principles
# solution (step-by-step)
# discussion
Experiments are performed to measure the pressure drop in a pipe with water at 20$^oC$ and crude oil at the same temperature. Data was gathered with pipes of two diameters, 5 cm and 10 cm for pressure drop per unit length of pipe, and are tabulated below:
Liquid | Pipe Diameter (cm) | Velocity (m/s) | Pressure Drop (N/m$^3$) |
---|---|---|---|
Water | 5 | 1 | 210 |
Oil | 5 | 1 | 310 |
Water | 5 | 2 | 730 |
Oil | 5 | 2 | 1040 |
Water | 5 | 5 | 3750 |
Oil | 5 | 5 | 5300 |
Water | 10 | 1 | 86 |
Oil | 10 | 1 | 130 |
Water | 10 | 2 | 320 |
Oil | 10 | 2 | 450 |
Water | 10 | 5 | 1650 |
Oil | 10 | 5 | 2210 |
The presure drop per unit length is postulated to be a function of pipe diameter, liquid density, liquid viscosity, and flow velocity as:
$$\frac{\Delta p}{L}=f(\rho,\mu,V,D)$$Perform a dimensional analysis to identify suitable $\pi-$groups and create a Jupyter Notebook to reduce the data and plot the results using the dimensionless values. Select an appropriate data model based on the plot.