AE 301 - Aerodynamics I - Spring 2015 Answers To Problem Set 4
AE 301 - Aerodynamics I - Spring 2015 Answers To Problem Set 4
1. A static thrust stand is being designed for testing a jet engine in the lab. The following
conditions are expected for a typical test: intake air velocity = 250 m/s, exhaust gas
velocity = 600 m/s, intake cross section area = 1 m2 , intake static pressure = −22.5
kPa (= 78.5 kPa absolute), intake static temperature = 268K, exhaust static pressure
= 0 kPa (101 kPa absolute). Estimate the thrust to design the test stand to withstand
if it must have a factor of safety of 3.
Assume that the inlet is identified as station 1 and outlet station 2. Assume also that
the exit area is the same as the inlet area. The density of the air at the inlet can be
found using
p1
ρ1 =
RT1
so
78.5 × 103
ρ1 = = 1.0206 kg m−3
(287)(268)
From continuity considerations (assume 1-dimensional, steady flow) then
Conservation of momentum (assume 1-dimensional flow) gives the force on the fluid as
F = −p1 A1 + p2 A2 + ṁ(V2 − V1 )
F = (−78.5 × 103 )(1.0) + (101.0 × 103 )(1.0) + 255.15(600.0 − 250.0) = 89, 754 N
So, the residual force on the fluid for the conditions stated must be 89.8 kN in the
direction of fluid flow and the reaction force on the test stand will be in the opposite
direction. Because there is a factor of safety requirement of 3, then the force to which
the stand should be designed is about 269 kN.
ψ = 6x2 y + y
ψ = y(6x2 + 1)
V = x2 y ~i + xy 2 ~j
∂(xy 2 ) ∂(x2 y)
− = y 2 − x2 6= 0
∂x ∂y
Therefore, the vorticity is
~γ = (y 2 − x2 )~k
and so the flow is rotational. To be physically possible then it must satisfy continuity,
i.e., ∇ · V~ = 0. In this case,
∂u ∂v ∂(x2 y) ∂(xy 2 )
+ = + = 2xy + 2xy 6= 0
∂x ∂y ∂x ∂y
so this is actually not a physically possible flow even though a velocity field exists.
∂φ ∂(4xy)
u= = = 4x
∂y ∂y
and
∂φ ∂(4xy)
v=− =− = −4y
∂x ∂x
b) To be physically possible then ∇ · V~ = 0 and in this case
∂u ∂v
+ =4−4=0
∂x ∂y
Figure 1: Example of the stream function for Q.4 obtained by plotting curves with constant
values of ψ.
d) The velocity potential can be found using
∂φ
u= = 4x
∂x
and
∂φ
v= = −4y
∂y
Integrating the first equation gives
φ = 2x2 + f1 (y)
φ = −2y 2 + f2 (x)
10
-2
-4
-6
-8
-10
-10 -8 -6 -4 -2 0 2 4 6 8 10
Figure 2: Potential function for Q.4 as a contour map obtained using Matlab.
10
-2
-4
-6
-8
-10
-10 -8 -6 -4 -2 0 2 4 6 8 10
Figure 3: Stream function for Q.4 as a contour map obtained using Matlab.
5. (5 pts) Calculate numerically some pathlines/streamlines for this flow in Q4. Note that
the pathlines/streamlines are defined by ordinary differential equations so we must use
a numerical integration scheme to trace fluid particles through the flow. Either code
your own method (and assess the errors) or use Matlab, which has a variety of solvers
for initial value problems for ordinary differential equations, e.g., ode45 and ode23,
which have automatic error control.
Streamlines and equipotential lines are not so easy to draw unless a contour mapping is
performed. We can use numerical integration to find the streamlines by tracing paths
along lines defined by
~
d(X)
= V~
dt
where V~ in this case is the velocity field. The streamlines are found by solving simul-
taneously the two differential equations
dx
=u
dt
and
dy
=v
dt
for x and y, starting from some initial points at t = 0. While several integration
methods are possible, even an explicit Euler method will do a good job of calculating
the streamlines if the time step is small enough. For example, for the x component, a
one-step explicit method for a given time step ∆t is of the form