Numerical Methods of Thermo-Fluid Dynamics I: Deliverable Task Ii: Numerical Solution of Boundary Layer Equation
Numerical Methods of Thermo-Fluid Dynamics I: Deliverable Task Ii: Numerical Solution of Boundary Layer Equation
Deliverable Task II
The goal of the second deliverable task is to solve the boundary layer equation over a flat plate:
u v
+ =0 (1)
x y
u u 1 2 u
u +v = . (2)
x y Re y2
The Reynolds number is defined as Re = u L/, where is the kinematic viscosity, L is the plate
length and u is the free-stream velocity of the outer flow. Here the velocity components u and
v are dimensionless, u = u/u and v = v/u , where u and v are the dimensional velocities.
Lengths have been made dimensionless by using the plate length, e.g. x = x/L. The boundary
conditions are as follows:
Discretise y ,
v
write the iterative formula for v based on your schemes, show the order of
accuracy. Note that you could choose other schemes to approximate x .
u
(10p) Discretise equation (2), write the iterative formula for u, give comments on your
scheme (explicit/implicit, order of accuracy, stability constraint, etc.)
(25p) Write a MATLAB/OCTAVE program that solves the boundary layer equation (0 x
1 and 0 y 2, where = 5 is the boundary layer thickness at x = 1).
Re
(30p) Calculate the solution for Re = 10000, generate 2 figures for the numerical results of
u and v of the whole domain, explain your results.
(30p) Consider u = 10[m/s] and L = 1[m]. For Re = 10000, compare your u and v
velocity profiles obtained above at x = 0.0005 and x = 0.5 with the results you obtained
from the Blasius equation in Exercise Sheet. Is there a good agreement between the two?
Why? Explain the results and state your conclusions.
The Deliverable Task II contains one report and one matlab code file, which must be submitted to
[email protected] before January 8th, 2018, 10:00am.