Level 4 — Application (novel problems, no hints)Time: 60 minutes | Total: 60 marks
Use γ=1.4, R=287J/kg⋅K for air unless otherwise stated.
Question 1 — De Laval Nozzle Design (14 marks)
Air is stored in a large reservoir at P0=8bar, T0=600K and is expanded through a converging–diverging nozzle. The design exit Mach number is Me=2.4.
(a) Determine the exit static pressure Pe and exit static temperature Te for isentropic flow. (4)
(b) Compute the ratio of exit area to throat area Ae/A∗. (4)
(c) The throat area is A∗=10cm2. Given the flow chokes, find the mass flow rate through the nozzle. (4)
(d) State the exit velocity Ve. (2)
Question 2 — Normal Shock in a Diffuser (12 marks)
A supersonic aircraft flies at M1=2.0 at an altitude where P1=26kPa and T1=223K. A normal shock stands ahead of an inlet.
(a) Find the Mach number M2, static pressure P2, and static temperature T2 immediately behind the shock. (6)
(b) Compute the stagnation pressure ratio P02/P01 across the shock and comment on what it represents physically. (4)
(c) Explain in one or two sentences why the entropy increases across the shock despite the flow being adiabatic. (2)
Question 3 — Oblique Shock / Expansion on a Wedge (14 marks)
A symmetric diamond (double-wedge) airfoil with half-angle 5∘ flies at M∞=3.0 at zero angle of attack.
(a) On the front (compression) surface the flow is deflected by θ=5∘. Using the θ–β–M relation, determine the weak-shock wave angle β (you may solve iteratively; state your answer to the nearest degree). (6)
(b) Behind the leading-edge shock, compute the downstream Mach number component and hence M2. (4)
(c) On the rear surface the flow expands through a Prandtl–Meyer expansion of 10∘ total turn (from the shocked flow). If ν(M2)=26.0∘, find the Mach number M3 downstream of the expansion given that ν(M3)=36.0∘ corresponds to M3≈2.38. (4)
(a) A thin symmetric airfoil (no camber) flies at α=4∘, V∞=60m/s, ρ=1.225kg/m3, chord c=1.5m. Using thin-airfoil theory, compute the lift coefficient CL and the lift per unit span L′. (5)
(b) Define the critical Mach number and briefly explain how increasing airfoil thickness affects it. (3)
(a) For M1=2.0:
M22=γM12−2γ−11+2γ−1M12=5.6−0.21+0.8=5.41.8=0.3333⇒M2=0.5774(2)P1P2=1+γ+12γ(M12−1)=1+2.42.8(3)=1+3.5=4.5⇒P2=117kPa(2)T1T2=2(γ−1)(γ+1)2M12[1+2γ−1M12][γ−12γM12−1]=1.6875⇒T2=376.3K(2)
(b)P01P02=0.7209 (standard M=2 shock table value). Physically it is a measure of the total-pressure (available energy) loss caused by the irreversible shock. (4)
(c) The shock is adiabatic (T0 conserved) but irreversible: strong gradients dissipate mechanical energy internally, so entropy rises (s2>s1) while total enthalpy is unchanged. (2)
(b) Critical Mach number: the free-stream Mach number at which the local flow first reaches M=1 somewhere on the airfoil. Increasing thickness raises local surface velocities (larger suction peak), so sonic conditions are reached at lower free-stream Mach — thicker airfoils have lower Mcr. (3)
[{"claim":"Q1a Pe = 8/2.152^3.5 bar ≈ 0.547","code":"Pe=8/(2.152**3.5); result = abs(Pe-0.547)<0.01"},{"claim":"Q1b A/A* at M=2.4 ≈ 2.403","code":"M=2.4; g=1.4; AAs=(1/M)*((2/(g+1))*(1+(g-1)/2*M**2))**((g+1)/(2*(g-1))); result = abs(AAs-2.403)<0.02"},{"claim":"Q2a P2/P1 at M1=2 = 4.5","code":"g=1.4;M1=2;r=1+2*g/(g+1)*(M1**2-1); result = abs(r-4.5)<1e-6"},{"claim":"Q4b induced drag reduction ~30%","code":"a=0.81/(pi*7);b=0.81/(pi*10);red=(a-b)/a; result = abs(red-0.30)<0.01"},{"claim":"Q5a CL = 2*pi*4deg ≈ 0.4386","code":"CL=2*pi*(4*pi/180); result = abs(CL-0.4386)<0.001"}]