<< Chapter < Page Chapter >> Page >

The classical exact solutions of the Navier-Stokes equations are valuable for the insight they give and as an exact result that any approximate method should be able to duplicate to an acceptable precision. However, if we limit ourselves to exact solutions or even approximate perturbation or series solutions, a vast number of important engineering problems will be beyond reach. To meet this need, a number of computational fluid mechanics (CFM) codes have become commercially available. A student could use the CFM code as a virtual experiment to learn about fluid mechanics. While this may be satisfactory for someone who will become a design engineer, this is not sufficient for the researcher who may wish to solve a problem that has not been solved before. The user usually has to treat the CFM code as a "black box" and accept the result of the simulation as correct. The researcher must always be questioning if any computed result is valid and if not, what must be done to make it valid. Therefore I believe Ph.D. students should know how to develop their own numerical simulators rather than be just a user.

We will start with a working FORTAN and MATLAB code for solving very simple, generic problems in 2-D. The student should be able to examine each part of the code and understand everything with the exception of the algorithm for solving the linear system of equations. Then the student will change boundary conditions, include transient and nonlinear capabilities, include curvilinear coordinates, and compute pressure and stresses.

The stream function - vorticity method

Two-dimensional flow of an incompressible, Newtonian fluid can be formulated with the stream function and vorticity as dependent variables.

2 ψ x 2 + 2 ψ y 2 = - w D w D t = w t + v x w x + v y w y = ν 2 w x 2 + 2 w y 2 where v = ( v x , v y , 0 ) = × A = ψ y , - ψ x , 0 , A = 0 , 0 , ψ w = ( 0 , 0 , w ) = 0 , 0 , v y x - v x y

We will begin developing a generic code by assuming steady, creeping (zero Reynolds number) flow with specified velocity on the boundaries in a rectangular domain. The PDE are now,

2 ψ x 2 + 2 ψ y 2 = - w 2 w x 2 + 2 w y 2 = 0 , 0 < x < L x , 0 < y < L y , Re = 0

This is a pair of linear, elliptic PDEs. The boundary conditions with specified velocity are

v n o r m a l = specified v t a n g e n t i a l = specified = O ( U ) ψ B C = b o u n d a r y v n d s w B C = × v b o u n d a r y

The boundary conditions at a plane of symmetry are

n v = 0 n v = 0 ψ = constant w = 0

The PDE and definitions are made dimensionless with respect to reference quantities such that the variables are of the order of unity.

x * = x L x , y * = y L y , α = L x L y v * = v U , ψ * = ψ ψ o , w * = w w o ψ o L x 2 w o 2 ψ * x * 2 + ψ o L y 2 w o 2 ψ * y * 2 = - w * 2 w * x * 2 + α 2 2 w * y * 2 = 0 , 0 < x * < 1 , 0 < y * < 1 v x * = ψ o U L y ψ * y * , v y * = - ψ o U L x ψ * x *

We have four unspecified dimensionless groups and two unspecified reference quantities. We can specify two of the groups to equal unity and the other two are equal to the aspect ratio or its square.

ψ o L x 2 w o = 1 , ψ o U L x = 1 ψ o = L x U , w o = U L x

The PDE and definitions with the * dropped are now as follows.

2 ψ x 2 + α 2 2 ψ y 2 = - w 2 w x 2 + α 2 2 w y 2 = 0 , 0 < x < 1 , 0 < y < 1 v x = α ψ y , v y = - ψ x w = v y x - α v x y

Finite difference approximation

The PDE and BC will be solved using a finite difference method. A grid point formulation rather than a grid block formulation will be used since the dependent variables are specified at the boundaries rather than their flux or normal derivative. The computation domain will be discretized such that the boundary conditions and dependent variables are evaluated at x 1 , x 2 , … , x J M 1 , x J M A X and y 1 , y 2 , … , y J M 1 , y J M A X . The finite difference grid appears as follows.

Questions & Answers

what is phylogeny
Odigie Reply
evolutionary history and relationship of an organism or group of organisms
AI-Robot
ok
Deng
what is biology
Hajah Reply
the study of living organisms and their interactions with one another and their environments
AI-Robot
what is biology
Victoria Reply
HOW CAN MAN ORGAN FUNCTION
Alfred Reply
the diagram of the digestive system
Assiatu Reply
allimentary cannel
Ogenrwot
How does twins formed
William Reply
They formed in two ways first when one sperm and one egg are splited by mitosis or two sperm and two eggs join together
Oluwatobi
what is genetics
Josephine Reply
Genetics is the study of heredity
Misack
how does twins formed?
Misack
What is manual
Hassan Reply
discuss biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles
Joseph Reply
what is biology
Yousuf Reply
the study of living organisms and their interactions with one another and their environment.
Wine
discuss the biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles in an essay form
Joseph Reply
what is the blood cells
Shaker Reply
list any five characteristics of the blood cells
Shaker
lack electricity and its more savely than electronic microscope because its naturally by using of light
Abdullahi Reply
advantage of electronic microscope is easily and clearly while disadvantage is dangerous because its electronic. advantage of light microscope is savely and naturally by sun while disadvantage is not easily,means its not sharp and not clear
Abdullahi
cell theory state that every organisms composed of one or more cell,cell is the basic unit of life
Abdullahi
is like gone fail us
DENG
cells is the basic structure and functions of all living things
Ramadan
What is classification
ISCONT Reply
is organisms that are similar into groups called tara
Yamosa
in what situation (s) would be the use of a scanning electron microscope be ideal and why?
Kenna Reply
A scanning electron microscope (SEM) is ideal for situations requiring high-resolution imaging of surfaces. It is commonly used in materials science, biology, and geology to examine the topography and composition of samples at a nanoscale level. SEM is particularly useful for studying fine details,
Hilary
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Transport phenomena. OpenStax CNX. May 24, 2010 Download for free at http://cnx.org/content/col11205/1.1
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Transport phenomena' conversation and receive update notifications?

Ask