computer aided design lecture 5 finite...

96
Computer Aided Design Lecture 5 Finite Difference Dr./ Ahmed Nagib Elmekawy

Upload: others

Post on 20-Jul-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Computer Aided DesignLecture 5

Finite Difference

Dr./ Ahmed Nagib Elmekawy

Page 2: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

2

Leonhard Euler (1707-1783)

• In 1768, Leonhard Euler introduced the finite difference technique based on Taylor series expansion.

Page 3: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

3

Lewis Fry Richardson (1881-1953)• In 1922, Lewis Fry Richardson developed the first numerical

weather prediction system.

• Division of space into grid cells and the finite difference approximations of Bjerknes's "primitive differential equations.”

• His own attempt to calculate weather for a single eight-hour period took six weeks and ended in failure.

• His model's enormous calculation requirements led Richardson to propose a solution he called the “forecast-factory.”

• The "factory" would have filled a vast stadium with 64,000 people.

• Each one, armed with a mechanical calculator, would perform part of the calculation.

• A leader in the center, using colored signal lights and telegraph communication, would coordinate the forecast.

Page 4: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

4

1930s to 1950s

• Earliest numerical solution: for flow past a cylinder (1933).• A.Thom, ‘The Flow Past Circular Cylinders at Low Speeds’, Proc. Royal Society, A141, pp.

651-666, London, 1933

• Kawaguti obtained a solution for flow around a cylinder, in 1953 by using a mechanical desk calculator, working 20 hours per week for 18 months, citing: “a considerable amount of labour and endurance.”

• M. Kawaguti, ‘Numerical Solution of the NS Equations for the Flow Around a Circular Cylinder at Reynolds Number 40’, Journal of Phy. Soc. Japan, vol. 8, pp. 747-757, 1953.

Page 5: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

5

1960s and 1970s• During the 1960s the theoretical division at Los Alamos contributed many numerical

methods that are still in use today, such as the following methods:• Particle-In-Cell (PIC).• Marker-and-Cell (MAC).• Vorticity-Streamfunction Methods.• Arbitrary Lagrangian-Eulerian (ALE).• k- turbulence model.

• During the 1970s a group working under D. Brian Spalding, at Imperial College, London, develop:• Parabolic flow codes (GENMIX).• Vorticity-Streamfunction based codes.• The SIMPLE algorithm and the TEACH code.• The form of the k- equations that are used today.• Upwind differencing.• ‘Eddy break-up’ and ‘presumed pdf’ combustion models.

• In 1980 Suhas V. Patankar publishes Numerical Heat Transfer and Fluid Flow, probably the most influential book on CFD to date.

Page 6: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

6

1980s and 1990s• Previously, CFD was performed using academic, research

and in-house codes. When one wanted to perform a CFD calculation, one had to write a program.

• This is the period during which most commercial CFD codes originated that are available today:• Fluent (UK and US).• CFX (UK and Canada).• Fidap (US).• Polyflow (Belgium).• Phoenix (UK).• Star CD (UK).• Flow 3d (US).• ESI/CFDRC (US).• SCRYU (Japan).• and more, see www.cfdreview.com.

Page 7: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

7

Navier-Stokes Equation Derivation

• Refer to

• Ch. 3 and Appendix A of• Jiyuan Tu, Computational Fluid Dynamics -A Practical Approach, Second Edition,

2013.

• Ch. 2• Wendt, Anderson, Computational Fluid Dynamics - An Introduction, 3rd edition 2009.

Page 8: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

4

LAGRANGIAN AND EULERIAN DESCRIPTIONS

Kinematics: The study of motion.

Fluid kinematics: The study of how fluids flow and how to describe fluidmotion.

With a small number of objects, such

as billiard balls on a pool table,

individual objects can be tracked.

In the Lagrangian description, one

must keep track of the position and

velocity of individual particles.

There are two distinct ways to describe motion: Lagrangian and Eulerian

Lagrangian description: To follow the path of individual objects.

This method requires us to track the position and velocity of each individual

fluid parcel (fluid particle) and take to be a parcel of fixedidentity.

8

Page 9: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• A more common method is Eulerian description of fluid motion.

• In the Eulerian description of fluid flow, a finite volume called a flow domain

or control volume is defined, through which fluid flows in and out.

• Instead of tracking individual fluid particles, we define field variables,

functions of space and time, within the control volume.

• The field variable at a particular location at a particular time is the value of

the variable for whichever fluid particle happens to occupy that location at

that time.

• For example, the pressure field is a scalar field variable. We define the

velocity field as a vector field variable.

Collectively, these (and other) field variables define the flow field. The

velocity field can be expanded in Cartesian coordinates as

9

9

Page 10: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

In the Eulerian description, one

defines field variables, such as

the pressure field and the

velocity field, at any location

and instant in time.

10

• In the Eulerian description we

don’t really care what happens to

individual fluid particles; rather we

are concerned with the pressure,

velocity, acceleration, etc., of

whichever fluid particle happens

to be at the location of interest at

the time of interest.

• While there are many occasions in

which the Lagrangian description

is useful, the Eulerian description

is often more convenient for fluid

mechanics applications.

• Experimental measurements are

generally more suited to the

Eulerian description.

10

Page 11: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

CONSERVATION OF MASS—THE CONTINUITYEQUATION

To derive a differential

conservation equation, we

imagine shrinking a control

volume to infinitesimal size.

11

The net rate of change of mass within the

control volume is equal to the rate at

which mass flows into the control volume

minus the rate at which mass flows out of

the control volume.

11

Page 12: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

12

Page 13: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

13

Page 14: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson
Page 15: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson
Page 16: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson
Page 17: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Conservation of Mass: Alternative forms

• Use product rule on divergence term

kz

jy

ix

kwjviuV

+

+

=

++=

Page 18: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Conservation of Mass: Cylindrical coordinates

• There are many problems which are simpler to solve if the equations are written in cylindrical-polar coordinates

• Easiest way to convert from Cartesian is to use vector form and definition of divergence operator in cylindrical coordinates

Page 19: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Conservation of Mass: Cylindrical coordinates

Page 20: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Conservation of Mass: Special Cases

• Steady compressible flow

Cartesian

Cylindrical

0)()()(=

+

+

z

w

y

v

x

u

Page 21: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Conservation of Mass: Special Cases

• Incompressible flow

Cartesian

Cylindrical

= constant, and hence

0=

+

+

z

w

y

v

x

u

kz

jy

ix

kwjviuV

+

+

=

++=

Page 22: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Conservation of Mass• In general, continuity equation cannot be used by

itself to solve for flow field, however it can be used to

1. Determine if a velocity field represents a flow.

2. Find missing velocity component

equation. continuity hesatisfy t torequired , w: Determine

?

flow ibleincompressan For

Example

222

=

++=

++=

w

zyzxyv

zyxu

),(2

3 :Solution2

yxcz

xzw +−−=

Page 23: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Conservation of MomentumTypes of forces:

1. Surface forces: include all forces acting on the boundaries of a medium though direct contact such as pressure, friction,…etc.

2. Body forces are developed without physical contact and distributed over the volume of the fluid such as gravitational and electromagnetic.

• The force F acting on A may be resolved into two components, one normal and the other tangential to the area.

Page 24: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

If the differential fluid

element is a material

element, it moves with the

flow and Newton’s second

law applies directly.

24

Page 25: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Positive components of the stress

tensor in Cartesian coordinates on the

positive (right, top, and front) faces of

an infinitesimal rectangular control

volume. The blue dots indicate the

center of each face. Positive

components on the negative (left,

bottom, and back) faces are in the

opposite direction of those shown here.

Body Forces

25

Page 26: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Stresses (forces per unit area)

Double subscript notation for stresses.• First subscript refers to the surface• Second subscript refers to the direction• Use for normal stresses and for tangential stresses

Surface of constant xSurface of

constant -x

Page 27: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

27

Page 28: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

28

Page 29: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

29

Page 30: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

30

Page 31: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

31

Page 32: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

32

Page 33: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

33

Page 34: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

34

Complete Navier–Stokes equations

Page 35: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Newtonian versus Non-Newtonian Fluids

Rheological behavior of fluids—shear

stress as a function of shear strain rate.

35

Rheology: The study of the deformation of flowing fluids.

Newtonian fluids: Fluids for which the shear stress is linearly proportional to the shear strain rate.

Non-Newtonian fluids: Fluids for which the shear stress is not linearly related to the shear strain rate.

Viscoelastic: A fluid that returns (either fully or partially) to its original shape after the applied stress is released.

Some non-Newtonian fluids are called

shear thinning fluids or

pseudoplas t ic fluids, because the

more the fluid is sheared, the less

viscous it becomes.

Plastic fluids are those in which the

shear thinning effect is extreme.

In some fluids a finite stress called the

yield s t ress is required before the

fluid begins to flow at all; such fluids

are called Bingham plastic fluids.

Page 36: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

36

Page 37: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Derivation of the Navier–Stokes Equation for Incompressible, Isothermal Flow

The incompressible flow

approximation implies constant

density, and the isothermal

approximation implies constant

viscosity.

37

Page 38: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

38

Page 39: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Navier-Stokes Equations

)()]([)]([

)].3

22([)(

az

u

x

w

zy

u

x

v

y

Vx

u

xx

pg

z

uw

y

uv

x

uu

t

ux

+

+

+

+

+

−=

+

+

+

)()]([)].3

22([

)]([)(

by

w

z

v

zV

y

v

y

y

u

x

v

xy

pg

z

vw

y

vv

x

vu

t

vy

+

+−

+

+

+

−=

+

+

+

)()].3

22([)]([

)]([)(

cVz

w

zy

w

z

v

y

z

u

x

w

xz

pg

z

ww

y

wv

x

wu

t

wz

+

+

+

+

+

−=

+

+

+

x-momentum

y-momentum

z-momentum

Page 40: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Navier-Stokes Equations• For incompressible fluids, constant µ:

• Continuity equation: .V = 0

uz

u

y

u

x

u

z

w

y

v

x

u

xz

u

y

u

x

u

zx

w

yx

v

x

u

z

u

y

u

x

u

z

u

x

w

zy

u

x

v

yx

u

x

z

u

x

w

zy

u

x

v

yV

x

u

x

2

2

2

2

2

2

2

2

2

2

2

2

2

22

2

2

2

2

2

2

2

2

)(

)()(

)()(

)]}[()][()]2[({

)]([)]([)].3

22([

=

+

+

=

+

+

+

+

+

=

+

+

+

+

+

=

+

+

+

+

=

+

+

+

+−

Page 41: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Navier-Stokes Equations• For incompressible flow with constant dynamic viscosity:

• x- momentum

• Y- momentum

• z-momentum

• In vector form, the three equations are given by:

)()(2

2

2

2

2

2

az

u

y

u

x

u

x

pg

Dt

Dux

+

+

+

−=

)()(2

2

2

2

2

2

bz

v

y

v

x

v

y

pg

Dt

Dvy

+

+

+

−=

)()(2

2

2

2

2

2

cz

w

y

w

x

w

z

pg

Dt

Dwz

+

+

+

−=

VpgDt

VD

2+−= Incompressible NSEwritten in vector form

Page 42: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Navier-Stokes Equations

)()]([)]([

)].3

22([)(

az

u

x

w

zy

u

x

v

y

Vx

u

xx

pg

z

uw

y

uv

x

uu

t

ux

+

+

+

+

+

−=

+

+

+

)()]([)].3

22([

)]([)(

by

w

z

v

zV

y

v

y

y

u

x

v

xy

pg

z

vw

y

vv

x

vu

t

vy

+

+−

+

+

+

−=

+

+

+

)()].3

22([)]([

)]([)(

cVz

w

zy

w

z

v

y

z

u

x

w

xz

pg

z

ww

y

wv

x

wu

t

wz

+

+

+

+

+

−=

+

+

+

x-momentum

y-momentum

z-momentum

Page 43: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Navier-Stokes Equations• For incompressible fluids, constant µ:

• Continuity equation: .V = 0

uz

u

y

u

x

u

z

w

y

v

x

u

xz

u

y

u

x

u

zx

w

yx

v

x

u

z

u

y

u

x

u

z

u

x

w

zy

u

x

v

yx

u

x

z

u

x

w

zy

u

x

v

yV

x

u

x

2

2

2

2

2

2

2

2

2

2

2

2

2

22

2

2

2

2

2

2

2

2

)(

)()(

)()(

)]}[()][()]2[({

)]([)]([)].3

22([

=

+

+

=

+

+

+

+

+

=

+

+

+

+

+

=

+

+

+

+

=

+

+

+

+−

Page 44: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Navier-Stokes Equations• For incompressible flow with constant dynamic viscosity:

• x- momentum

• Y- momentum

• z-momentum

• In vector form, the three equations are given by:

)()(2

2

2

2

2

2

az

u

y

u

x

u

x

pg

Dt

Dux

+

+

+

−=

)()(2

2

2

2

2

2

bz

v

y

v

x

v

y

pg

Dt

Dvy

+

+

+

−=

)()(2

2

2

2

2

2

cz

w

y

w

x

w

z

pg

Dt

Dwz

+

+

+

−=

VpgDt

VD

2+−= Incompressible NSEwritten in vector form

Page 45: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Navier-Stokes Equation• The Navier-Stokes equations for incompressible flow in

vector form:

• This results in a closed system of equations!• 4 equations (continuity and 3 momentum equations)• 4 unknowns (u, v, w, p)

• In addition to vector form, incompressible N-S equation can be written in several other forms including:• Cartesian coordinates• Cylindrical coordinates• Tensor notation

Incompressible NSEwritten in vector form

Page 46: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Euler Equations• For inviscid flow (µ = 0) the momentum equations are given by:

• x- momentum

• Y- momentum

• z-momentum

• In vector form, the three equations are given by:

)()( ax

pg

z

uw

y

uv

x

uu

t

ux

−=

+

+

+

pgDt

VD−=

Euler equationswritten in vector form

)()( by

pg

z

vw

y

vv

x

vu

t

vy

−=

+

+

+

)()( cz

pg

z

ww

y

wv

x

wu

t

wz

−=

+

+

+

Page 47: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Differential Analysis of Fluid Flow Problems

• Now that we have a set of governing partial differential equations, there are 2 problems we can solve• Calculate pressure (P) for a known velocity field

• Calculate velocity (U, V, W) and pressure (P) for known geometry, boundary conditions (BC), and initial conditions (IC)

• There are about 80 known exact solutions to the NSE

• Solutions can be classified by type or geometry, for example:1. Couette shear flows

2. Steady duct/pipe flows (Poisseulle flow)

Page 48: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Exact Solutions of the NSE

1. Set up the problem and geometry, identifying all relevant dimensions and parameters

2. List all appropriate assumptions, approximations, simplifications, and boundary conditions

3. Simplify the differential equations as much as possible

4. Integrate the equations

5. Apply BCs to solve for constants of integration

6. Verify results

• Boundary conditions are critical to exact, approximate, and computational solutions.▪ BC’s used in analytical solutions are

• No-slip boundary condition• Interface boundary condition

Procedure for solving continuity and NSE

Page 49: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Summary of Fluid Dynamic Equations in CFD Analysis

49

Page 50: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

50

3D Compressible Navier–Stokes EquationsC.E. in conservative form

Complete Navier–Stokes equations in conservation form

Page 51: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

51

3D Compressible Navier–Stokes EquationsC.E. in conservative form

0)()()(=

+

+

+

z

w

y

v

x

u

t

By expanding

Page 52: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

52

3D Compressible Navier–Stokes EquationsMomentum Equations in conservative form

Page 53: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

53

3D Compressible Navier–Stokes Equationswhen expanded using Stokes’ hypothesis (λ= - 2/3 μ) gives

Page 54: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

54

3D Incompressible Navier–Stokes Equations

Continuity Equation

X-Momentum

Y-Momentum

Z-Momentum

𝜕𝑢

𝜕𝑥+𝜕𝑣

𝜕𝑦+𝜕𝑤

𝜕𝑧= 0

𝜌𝜕𝑢

𝜕𝑡+ 𝑢

𝜕𝑢

𝜕𝑥+ 𝑣

𝜕𝑢

𝜕𝑦+ 𝑤

𝜕𝑢

𝜕𝑧= 𝜌𝑔𝑥 −

𝜕𝑝

𝜕𝑥+ 𝜇

𝜕2𝑢

𝜕𝑥2+𝜕2𝑢

𝜕𝑦2+𝜕2𝑢

𝜕𝑧2

𝜌𝜕𝑣

𝜕𝑡+ 𝑢

𝜕𝑣

𝜕𝑥+ 𝑣

𝜕𝑣

𝜕𝑦+ 𝑤

𝜕𝑣

𝜕𝑧= 𝜌𝑔𝑦 −

𝜕𝑝

𝜕𝑦+ 𝜇

𝜕2𝑣

𝜕𝑥2+𝜕2𝑣

𝜕𝑦2+𝜕2𝑣

𝜕𝑧2

𝜌𝜕𝑤

𝜕𝑡+ 𝑢

𝜕𝑤

𝜕𝑥+ 𝑣

𝜕𝑤

𝜕𝑦+ 𝑤

𝜕𝑤

𝜕𝑧= 𝜌𝑔𝑧 −

𝜕𝑝

𝜕𝑧+ 𝜇

𝜕2𝑤

𝜕𝑥2+𝜕2𝑤

𝜕𝑦2+𝜕2𝑤

𝜕𝑧2

Page 55: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

55

2D Incompressible Navier–Stokes Equations

Continuity Equation

X-Momentum

Y-Momentum

𝜕𝑢

𝜕𝑥+𝜕𝑣

𝜕𝑦= 0

𝜌𝜕𝑢

𝜕𝑡+ 𝑢

𝜕𝑢

𝜕𝑥+ 𝑣

𝜕𝑢

𝜕𝑦= 𝜌𝑔𝑥 −

𝜕𝑝

𝜕𝑥+ 𝜇

𝜕2𝑢

𝜕𝑥2+𝜕2𝑢

𝜕𝑦2

𝜌𝜕𝑣

𝜕𝑡+ 𝑢

𝜕𝑣

𝜕𝑥+ 𝑣

𝜕𝑣

𝜕𝑦= 𝜌𝑔𝑦 −

𝜕𝑝

𝜕𝑦++𝜇

𝜕2𝑣

𝜕𝑥2+𝜕2𝑣

𝜕𝑦2

Page 56: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

56

Euler Equations

Continuity Equation

X-Momentum

Y-Momentum

Z-Momentum

𝜕𝑢

𝜕𝑥+𝜕𝑣

𝜕𝑦+𝜕𝑤

𝜕𝑧= 0

𝜌𝜕𝑢

𝜕𝑡+ 𝑢

𝜕𝑢

𝜕𝑥+ 𝑣

𝜕𝑢

𝜕𝑦+ 𝑤

𝜕𝑢

𝜕𝑧= 𝜌𝑔𝑥 −

𝜕𝑝

𝜕𝑥

𝜌𝜕𝑣

𝜕𝑡+ 𝑢

𝜕𝑣

𝜕𝑥+ 𝑣

𝜕𝑣

𝜕𝑦+𝑤

𝜕𝑣

𝜕𝑧= 𝜌𝑔𝑦 −

𝜕𝑝

𝜕𝑦

𝜌𝜕𝑤

𝜕𝑡+ 𝑢

𝜕𝑤

𝜕𝑥+ 𝑣

𝜕𝑤

𝜕𝑦+ 𝑤

𝜕𝑤

𝜕𝑧= 𝜌𝑔𝑧 −

𝜕𝑝

𝜕𝑧

Page 57: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

57

Poisson Equation

𝜕2𝑢

𝜕𝑥2+𝜕2𝑢

𝜕𝑦2= 𝑓 𝑥, 𝑦

or 𝜕2𝜓

𝜕𝑥2+𝜕2𝜓

𝜕𝑦2= 𝑓 𝑥, 𝑦

Laplace Equation𝜕2𝑢

𝜕𝑥2+𝜕2𝑢

𝜕𝑦2= 0

or 𝜕2𝜓

𝜕𝑥2+𝜕2𝜓

𝜕𝑦2= 0

Page 58: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

58

2D Viscous Burgers’ Equation (Convection)

2D Heat Equation (Diffusion)

𝜕𝑢

𝜕𝑡+ 𝑢

𝜕𝑢

𝜕𝑥+ 𝑣

𝜕𝑢

𝜕𝑦= 𝜐

𝜕2𝑢

𝜕𝑥2+𝜕2𝑢

𝜕𝑦2

𝜕𝑣

𝜕𝑡+ 𝑢

𝜕𝑣

𝜕𝑥+ 𝑣

𝜕𝑣

𝜕𝑦= 𝜐

𝜕2𝑣

𝜕𝑥2+𝜕2𝑣

𝜕𝑦2

𝜕𝑢

𝜕𝑡= 𝜐

𝜕2𝑢

𝜕𝑥2+𝜕2𝑢

𝜕𝑦2

Page 59: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

59

2D Inviscid Burgers’ Equation (Convection)

2D Wave Equation (Linear Convection)

𝜕𝑢

𝜕𝑡+ 𝑢

𝜕𝑢

𝜕𝑥+ 𝑣

𝜕𝑢

𝜕𝑦= 0

𝜕𝑣

𝜕𝑡+ 𝑢

𝜕𝑣

𝜕𝑥+ 𝑣

𝜕𝑣

𝜕𝑦= 0

𝜕𝑢

𝜕𝑡+ 𝑐

𝜕𝑢

𝜕𝑥+ 𝑐

𝜕𝑢

𝜕𝑦= 0

Page 60: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

60

1D Viscous Burgers’ Equation

1D Heat Equation (Diffusion)

𝜕𝑢

𝜕𝑡+ 𝑢

𝜕𝑢

𝜕𝑥= 𝜐

𝜕2𝑢

𝜕𝑥2

𝜕𝑢

𝜕𝑡= 𝜐

𝜕2𝑢

𝜕𝑥2

1D Inviscid Burgers’ Equation (Convection)

1D Wave Equation (Linear Convection)𝜕𝑢

𝜕𝑡+ 𝑐

𝜕𝑢

𝜕𝑥= 0

𝜕𝑢

𝜕𝑡+ 𝑢

𝜕𝑢

𝜕𝑥= 0

Page 61: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Basics of Finite Difference Formulations

Refer to

Ch. 2Hoffmann, A., Chiang, S., Computational Fluid Dynamics for Engineers, Vol. I, 4th ed., Engineering Education System, 2000.

Ch. 3, 4 and 5Pletcher, R. H., Tannehill, J. C., Anderson, D., Computational Fluid Mechanics and Heat Tranfer, 3rd ed., CRC Press, 2011.

Ch. 5Wendt, Anderson, Computational Fluid Dynamics - An Introduction, 3rd edition 2009.

Page 62: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• First step in obtaining a numerical solution is to discretize the geometric domain→

to define a numerical grid

• Each node has one unknown and needs one algebraic equation, which is a relation

between the variable value at that node and those at some of the neighboring

nodes.

• The approach is to replace each term of the PDE at the particular node by a finite-

difference approximation.

• Numbers of equations and unknowns must be equal

Discretization methods (Finite Difference)

Page 63: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• Numerical solutions can give answers at only discrete points in the domain, called grid points.

• If the PDEs are totally replaced by a system of algebraic equations which can be solved for the values of the flow-field variables at the discrete points only, in this sense, the original PDEs have been discretized.

• Moreover, this method of discretization is called the method of finite differences.

Discretization (Grid Generation)

Page 64: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• A partial derivative replaced with a suitable algebraic difference quotient is called finite difference.

• Most finite-difference representations of derivatives are based on Taylor’s series expansion.

• Taylor’s series expansion:Consider a continuous function of x, namely, f(x), with all derivatives defined at x. Then, the value of f at a location x+Δx can be estimated from a Taylor series expanded about point x, that is,

• In general, to obtain more accuracy, additional higher-order terms must be included.

Taylor’s series expansion

( ) ( ) ...)(!

1...

!3

1

!2

1)()(

3

3

32

2

2

+

++

+

+

+=+ n

n

n

xx

f

nx

x

fx

x

fx

x

fxfxxf

...)(!

1...)(

!3

1)(

!2

1)()()( 1

3

13

32

12

2

11 +−

++−

+−

+−

+= +++++

n

iin

n

iiiiiiii xxx

f

nxx

x

fxx

x

fxx

x

fxfxf

Page 65: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Taylor’s series expansion

n

n

iii

n

iii

iiiii

Rxxn

xf

xxxf

xxxfxfxf

+−+

+−

+−+

+

+++

)(!

)(

)(!2

)())(()()(

1

)(

2

111

(xi+1-xi)= Δx step size (define first)

• The term, Rn, accounts for all terms from (n+1) to infinity, Truncation error.

)(!

)()(

!

)(

!2

)()()()(

1

)(

2

1

i

nn

in

ni

n

iiii

xfn

xxfRx

n

xf

xxf

xxfxfxf

+

+=++

+

++

Page 66: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Taylor’s series expansion

𝑥𝑖+1 − 𝑥𝑖 = ∆𝑥 = ℎ

Page 67: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• Need to determine f n+1(x), to do this you need f'(x).

• If we knew f(x), there wouldn’t be any need to perform the

Taylor series expansion.

• However, R=O(Δxn+1), (n+1)th order, the order of truncation

error is Δxn+1.

• O(Δx), halving the step size will halve the error.

• O(Δx2), halving the step size will quarter the error.

Truncation Error

Page 68: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

(1) Forward difference:

Neglecting higher-order terms,

we can get

Forward, Backward and Central Differences:

( )

...)(!

)(...

)(!3

)(!2

)()()()()(

1

3

33

1

2

22

111

+

−++

−+

−+−

+=

+

++++

in

nn

ii

iii

iii

iiiii

x

f

n

xx

x

fxx

x

fxxxx

x

fxfxf

Solve for , we geti

x

f)(

Page 69: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Recall the Definition of a derivative:

𝜕𝑦

𝜕𝑥= lim

∆𝑥→0

𝑦2 − 𝑦1𝑥2 − 𝑥1

𝜕𝑦

𝜕𝑥= lim

∆𝑥→0

𝑦2 − 𝑦1∆𝑥

Finite Differences:

Page 70: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Recall the Definition of a derivative:𝜕𝑢

𝜕𝑥 𝑥𝑖= lim

∆𝑥→0

𝑢 𝑥𝑖+∆𝑥 −𝑢 𝑥𝑖

∆𝑥

Finite Differences:

𝑢

𝑥

Page 71: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

(1) Backward difference:

Forward, Backward and Central Differences:

𝑥

𝑢

Page 72: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

(2) Forward difference:

Forward, Backward and Central Differences:

𝑥

𝑢

Page 73: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

(3) Central difference:

Forward, Backward and Central Differences:

𝑥

𝑢

Page 74: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

74

Page 75: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• This equation is known as the first forward difference approximation of of order (Δx).

• It is obvious that as the step size decreases, the error term is reduced and therefore the accuracy of the approximation is increased.

(1) Forward difference:( )

...)()(!

)(...

)()(!3

)()(!2

)(

)(

)()()(

1

1

3

3

1

3

1

2

2

1

2

1

1

1

−−−

−−

−−

−=

+

+

+

+

+

+

+

+

in

n

ii

n

ii

i

ii

iii

ii

ii

ii

iii

x

f

xxn

xx

x

f

xx

xx

x

f

xx

xx

xx

xfxf

x

f

)()(

...)(!

...)(6

)(2

)(

1

1

3

32

2

2

1

axOx

ff

x

f

n

x

x

fx

x

fx

x

ff

x

f

ii

in

nn

iiii

i

+

−=

−−

−=

+

+

x

f

Page 76: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Taylor series expansion:

Neglecting higher-order terms, we can get

Solve for , we get

(2) Backward difference

( )

n

n

n

nn

in

nn

iin

iii

iii

iiiii

x

f

n

xxf

x

f

n

xx

x

fxx

x

fxxxx

x

fxfxf

−+=+

−−++

−−

−+−

−=

=

−−−−

1

1

3

33

1

2

22

111

!

)()1()(...)(

!

)()1(...

)(!3

)(!2

)()()()()(

ix

f)(

( )

)()(..)(!

)()1(...

)(6

)(2

)(

)(

)()()(

1

1

1

3

32

1

2

2

1

1

1

bxOx

ff

x

f

n

xx

x

fxx

x

fxx

xx

xfxf

x

f

iiin

nn

iin

iii

iii

ii

iii

+

−=+

−−++

−−

−+

−=

−−

Page 77: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• which represents the slope of the function at B using the values of the function at points A and B, as shown in Figure 2-2.

• Equation (2-6) is the first backward difference approximation

of of order (Δx).

(2) Backward difference

x

f

Figure 2-2. Illustration of grid points used in Equation (2-6).

Page 78: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• Adind (a)+(b) and neglecting higher-order terms, we can get

(3) Central difference:

HOTx

fx

x

ffff

x

f iiiii +

−+−=

−+

3

32

11

3)(2

)()(

...)(!

...)(6

)(2

)(

1

1

3

32

2

2

1

axOx

ff

x

f

n

x

x

fx

x

fx

x

ff

x

f

ii

in

nn

iiii

i

+

−=

−−

−=

+

+

)()(

..)(!

)()1(...)(

6)(

2)(

1

1

3

32

2

2

1

bxOx

ff

x

f

n

x

x

fx

x

fx

x

ff

x

f

ii

in

nnn

iiii

i

+

−=

+

−++

+

−=

)()(2

)( 211 cxOx

ff

x

f iii +

−=

−+

Page 79: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

• which represents the slope of the function f at point B using the values of the function at points A and C, as shown in Figure 2-3.

• This representation of is known as the central difference approximation of order (Δx)2•

(3) Central difference:

x

f

Page 80: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

The higher-order term neglecting in Eqs. (a), (b), (c) constitute the truncation error.

Forward:

Backward:

Central:

Truncation error:

)()( 1 xOx

ff

x

f iii +

−=

+

)()( 1 xOx

ff

x

f iii +

−=

211 )(2

)( xOx

ff

x

f iii +

−=

−+

Page 81: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

if , then (a)+(b) becomes

* Central difference:

Second derivatives:

xxx ii == +1

2

2

11

2

2

)()(

2)( xO

x

fff

x

f iiii +

+−=

−+

( )...)(

!

)(...)(

!3)(

!2

)()(

3

33

2

22

1 +

++

+

+

+=+ in

nn

iiiiix

f

n

x

x

fx

x

fxx

x

fff

( )...)(

!

)()1(...)(

!3)(

!2

)()()(

3

33

2

22

1 +

−++

+

−=− in

nnn

iiiiix

f

n

x

x

fx

x

fxx

x

fff

HOTxOx

fxfff iiii ++

+=+ −+

4

2

22

11 )()()(2

Page 82: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

If , then (b)-2(a) becomes

* Forward difference:

Second derivatives:

xxx ii == +1

)()(

2)(

2

12

2

2

xOx

fff

x

f iiii +

+−=

++

( ) ( )HOT

x

fx

x

fx

x

fx

x

fxffff iiiiii +

+

+−=− ++ )(

!32)(

!3

2)(

!2

)(2)(

!2

)2(22

3

33

3

33

2

22

2

22

12

3

2

22

12 )()(2 xOx

fxfff iiii +

=+− ++

( )...)(

!

)(...)(

!3)(

!2

)()(

3

33

2

22

1 +

++

+

+

+=+ in

nn

iiiiix

f

n

x

x

fx

x

fxx

x

fff

( )...)(

!

)2(...)(

!3

2)(

!2

)2(2)(

3

33

2

22

2 +

++

+

+

+=+ n

nn

iiix

f

n

x

x

fx

x

fxx

x

fff

Page 83: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

If , then (b)-2(a) becomes

* Backward difference:

Second derivatives:

xxx ii == +1

)()(

2)(

2

21

2

2

xOx

fff

x

f iiii +

+−=

−−

( )...)(

!

)2(...)(

!3

2)(

!2

)2(2)(

3

33

2

22

2 +

++

+

−=− n

nn

iiix

f

n

x

x

fx

x

fxx

x

fff

( ) ( )HOT

x

fx

x

fx

x

fx

x

fxffff iiiiii +

+

+−=− −− )(

!32)(

!3

2)(

!2

)(2)(

!2

)2(22

3

33

3

33

2

22

2

22

12

3

2

22

12 )()(2 xOx

fxfff iiii +

=+− −−

( )...)(

!

)()1(...)(

!3)(

!2

)()()(

3

33

2

22

1 +

−++

+

−=− in

nnn

iiiiix

f

n

x

x

fx

x

fxx

x

fff

Page 84: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

1-D Wave equation

𝜕𝑢

𝜕𝑡+ 𝑐

𝜕𝑢

𝜕𝑥= 0

By applying Forward in time and central in space (FTCS)

𝑢𝑖𝑛+1 − 𝑢𝑖

𝑛

∆𝑡+ 𝑐

𝑢𝑖+1𝑛 − 2𝑢𝑖

𝑛 + 𝑢𝑖−1𝑛

∆𝑥= 0

By rearranging

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝑐∆𝑡

∆𝑥× 𝑢𝑖+1

𝑛 − 2𝑢𝑖𝑛 + 𝑢𝑖−1

𝑛

84

Page 85: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

1-D Wave equation

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝑐∆𝑡

∆𝑥× 𝑢𝑖+1

𝑛 − 2𝑢𝑖𝑛 + 𝑢𝑖−1

𝑛

Assume initial conditions of

𝑢 = 2@ 0.5 ≤ 𝑥 ≤ 1𝑢 = 1@ 𝑒𝑣𝑒𝑟𝑦𝑤ℎ𝑒𝑟𝑒 𝑒𝑙𝑠𝑒

Assume Boundary conditions𝑢 = 1@ 𝑥 = 0, 2

85

Page 86: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝑐∆𝑡

∆𝑥× 𝑢𝑖+1

𝑛 − 2𝑢𝑖𝑛 + 𝑢𝑖−1

𝑛

86

I.C.𝑢 = 2@ 0.5 ≤ 𝑥 ≤ 1

𝑢 = 1@ 𝑒𝑣𝑒𝑟𝑦𝑤ℎ𝑒𝑟𝑒 𝑒𝑙𝑠𝑒

B.C.𝑢 = 1@ 𝑥 = 0, 2

1-D Wave equation

Page 87: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

1-D Inviscid Burgers’ equation

𝜕𝑢

𝜕𝑡+ 𝑢

𝜕𝑢

𝜕𝑥= 0

By applying Forward in time and central in space (FTCS)

𝑢𝑖𝑛+1 − 𝑢𝑖

𝑛

∆𝑡+ 𝑢𝑖

𝑛 𝑢𝑖+1𝑛 − 2𝑢𝑖

𝑛 + 𝑢𝑖−1𝑛

∆𝑥= 0

By rearranging

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝑐∆𝑡

∆𝑥× 𝑢𝑖

𝑛 × 𝑢𝑖+1𝑛 − 2𝑢𝑖

𝑛 + 𝑢𝑖−1𝑛

87

Page 88: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

1-D Inviscid Burgers’ equation

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝑐∆𝑡

∆𝑥× 𝑢𝑖

𝑛 × 𝑢𝑖+1𝑛 − 2𝑢𝑖

𝑛 + 𝑢𝑖−1𝑛

Assume initial condition of

𝑢 = 2@ 0.5 ≤ 𝑥 ≤ 1𝑢 = 1@ 𝑒𝑣𝑒𝑟𝑦𝑤ℎ𝑒𝑟𝑒 𝑒𝑙𝑠𝑒

Assume Boundary condition𝑢 = 1@ 𝑥 = 0, 2

88

Page 89: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝑐∆𝑡

∆𝑥× 𝑢𝑖

𝑛 × 𝑢𝑖+1𝑛 − 2𝑢𝑖

𝑛 + 𝑢𝑖−1𝑛

89

I.C.𝑢 = 2@ 0.5 ≤ 𝑥 ≤ 1

𝑢 = 1@ 𝑒𝑣𝑒𝑟𝑦𝑤ℎ𝑒𝑟𝑒 𝑒𝑙𝑠𝑒

B.C.𝑢 = 1@ 𝑥 = 0, 2

1-D Inviscid Burgers’ equation

Page 90: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

1-D Diffusion equation

𝜕𝑢

𝜕𝑡= 𝜐

𝜕2𝑢

𝜕𝑦2

By applying Forward in time and central in space (FTCS)

𝑢𝑖𝑛+1 − 𝑢𝑖

𝑛

∆𝑡= 𝜐

𝑢𝑖+1𝑛 − 2𝑢𝑖

𝑛 + 𝑢𝑖−1𝑛

∆𝑥 2

By rearranging

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝜐∆𝑡

∆𝑥 2× 𝑢𝑖+1

𝑛 − 2𝑢𝑖𝑛 + 𝑢𝑖−1

𝑛

90

Page 91: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

1-D Diffusion equation𝜕𝑢

𝜕𝑡= 𝜐

𝜕2𝑢

𝜕𝑦2

By applying Forward in time and central in space (FTCS)

𝑢𝑖𝑛+1 − 𝑢𝑖

𝑛

∆𝑡= 𝜐

𝑢𝑖+1𝑛 − 2𝑢𝑖

𝑛 + 𝑢𝑖−1𝑛

∆𝑥 2

By rearranging

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝜐∆𝑡

∆𝑥 2× 𝑢𝑖+1

𝑛 − 2𝑢𝑖𝑛 + 𝑢𝑖−1

𝑛

𝑢𝑖𝑛+1 = 𝑢𝑖

𝑛 + 𝑑 × 𝑢𝑖+1𝑛 − 2𝑢𝑖

𝑛 + 𝑢𝑖−1𝑛

91

Page 92: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Application to FTCS-Explicit scheme for the parabolic model equation

92

Page 93: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Application to FTCS-Explicit scheme for the parabolic model equation

93

Page 94: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Programming Assignment Consider a fluid bounded by two parallel plates extended to infinity such that no end effects are encountered. The walls and the fluid are initially at rest. Now, the lower wall is suddenly accelerated in the x-direction. The Navier-Stokes equations for this problem may be expressed as:

𝜕𝑢

𝜕𝑡= 𝜐

𝜕2𝑢

𝜕𝑦2

It is required to compute 𝑢 𝑡, 𝑦 .

94

Page 95: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Programming Assignment 1Assume initial conditions of

𝑢 = 𝑢𝑜 @ 𝑦 = 0𝑢 = 0@ 0 < 𝑦 ≤ ℎ

where h is the distance between the two plates and equals 40 mm.

Assume Boundary conditions𝑢 = 𝑢𝑜 @ 𝑦 = 0𝑢 = 0@ 𝑦 = ℎ

Take 𝜐=0.000217 m2/s, 𝑢𝑜 =40 m/s, max time of 1.08 sec. Assume 40 nodes in y direction

95

Page 96: Computer Aided Design Lecture 5 Finite Differencedrahmednagib.com/CAD_2018/Lecture_4_Finite_Difference.pdf · difference technique based on Taylor series expansion. 3 Lewis Fry Richardson

Programming Assignment 1Apply FTCS scheme.

Calculate and plot the velocity distribution by usingMatlab by using the following time steps:

❑ dt = 0.002 sec

❑ dt = 0.00232 sec

❑ dt = 0.003 sec

Bonus points will be given to the student who

• Creates a video of the development of the flow speed with time.

96