Fluid Mechanics
Level 4 (Application — novel problems, no hints) Time: 60 minutes | Total marks: 60
Take , water density unless stated otherwise.
Q1. (12 marks) A conical drinking cup (apex pointing down, half-angle such that radius and depth are related by ) is filled with water to depth . A small circular orifice of area is punched at the apex.
(a) Using Torricelli's law with discharge coefficient , write the instantaneous efflux velocity and volumetric outflow when the water depth is . (3)
(b) Derive the differential equation governing for the draining cone, using continuity between the free surface and the orifice. (4)
(c) Determine the total time to empty the cup from to . (5)
Q2. (14 marks) An incompressible, steady, two-dimensional flow has stream function where and .
(a) Identify the flow as a superposition of two elementary potential flows and name them. (3)
(b) Compute the velocity components and show the flow is irrotational (verify ). (5)
(c) Find the location(s) of the stagnation point(s). (3)
(d) State the physical significance of the streamline and the value of . (3)
Q3. (12 marks) A model of a submarine hull is to be tested in a water tunnel. The prototype is long and travels at in sea water (, ). The model is built at scale and tested in a fresh-water tunnel (, ).
(a) State the dynamic similarity condition relevant for a fully submerged body and justify it. (2)
(b) Determine the required model test velocity . (4)
(c) If the measured drag on the model is , use the drag-coefficient equality to predict the prototype drag . (4)
(d) Comment on one practical difficulty in achieving this test velocity. (2)
Q4. (12 marks) Water (, ) flows through a horizontal pipe of radius and length under a pressure drop .
(a) Assuming fully developed laminar (Poiseuille) flow, write the velocity profile and find the maximum (centreline) velocity. (4)
(b) Compute the volumetric flow rate and the mean velocity . (4)
(c) Calculate the Reynolds number and confirm the laminar assumption is consistent. (2)
(d) Determine the wall shear stress from a force balance on the fluid column. (2)
Q5. (10 marks) A thin flat plate of length and width is aligned with an air stream (, ) at . Assume a laminar Blasius boundary layer over the whole plate.
(a) Compute and the boundary-layer thickness at the trailing edge using . (4)
(b) Using the Blasius drag coefficient (one side), find the total skin-friction drag on both sides of the plate. (4)
(c) Explain physically why the displacement thickness is smaller than . (2)
Answer keyMark scheme & solutions
Q1 (12)
(a) Efflux velocity: . (1) Outflow: . (2)
(b) Free-surface area at depth : , so . (1) Continuity (mass conservation): rate of volume loss = outflow: (2) (1)
(c) Separate: with . (1) Integrate : (2) Numbers: , . . (1) . (1)
Q2 (14)
(a) Uniform stream plus a doublet . Superposition → flow past a circular cylinder of radius . (3)
(b) In polar-free Cartesian form, , . (3) Irrotationality: . Since satisfies Laplace's equation ( for both uniform stream and doublet), . Explicit check confirms . (2)
(c) Stagnation on the -axis (): automatically; set : , . (3)
(d) contains the -axis and the circle , i.e. the cylinder surface (a streamline / solid boundary). is the cylinder radius; the doublet strength is fixed so the body radius is . (3)
Q3 (12)
(a) Reynolds-number similarity: . Viscous forces dominate for a deeply submerged body (no free surface → Froude number irrelevant), so matching ensures dynamic similarity. (2)
(b) , with . (2) (2)
(c) Equal drag coefficient: equal. (1) Ratios: ; ; . (3)
(d) is impractically high in water — cavitation and enormous power/structural loads make true matching hard (hence real tests relax it or use scaling corrections). (2)
Q4 (12)
(a) Poiseuille profile: (2) Centreline max (): (2)
(b) . ; numerator ; denom . (2) (= , as expected). (2)
(c) . This exceeds , so the assumption of laminar flow is in fact inconsistent — the flow would be turbulent. (Full marks for correctly computing and noting the inconsistency.) (2)
(d) Force balance on fluid cylinder: (2)
Q5 (10)
(a) . (2) (2)
(b) (one side). (1) Drag per side . ; area . One side . (2) Both sides: . (1)
(c) measures the deficit-equivalent displacement of the outer streamlines caused by momentum loss near the wall; it weights the velocity deficit , which is small over most of , so (Blasius) — always less than the full thickness . (2)
[
{"claim":"Q1 drain time ≈ 79.8 s","code":"Cd=0.62; A0=8e-6; g=9.81; H=Rational(15,100); k=Cd*A0*sqrt(2*g)/(0.16*pi); t=2*H**Rational(5,2)/(5*k); result = abs(float(t)-79.8)<1.0"},
{"claim":"Q3 model velocity ≈ 115.2 m/s","code":"Vp=6; Vm=Vp*(1025/998)*(1.00e-3/1.07e-3)*20; result = abs(Vm-115.2)<0.5"},
{"claim":"Q4 Q ≈ 9.82e-5 m^3/s and umax=2.5","code":"dp=800; R=0.005; mu=1e-3; L=2; Q=pi*dp*R**4/(8*mu*L); umax=dp*R**2/(4*mu*L); result = abs(float(Q)-9.82e-5)<1e-6 and abs(float(umax)-2.5)<1e-6"},
{"claim":"Q5 both-side drag ≈ 0.0270 N","code":"ReL=3.2e5; Cf=1.328/sqrt(ReL); q=0.5*1.2*16; area=0.6; F=2*Cf*q*area; result = abs(float(F)-0.0270)<0.001"}
]