LectureNotesWeek1 IntroToCFD 2014-2015
LectureNotesWeek1 IntroToCFD 2014-2015
LectureNotesWeek1 IntroToCFD 2014-2015
Numerical
analysis
Branch
of
applied
mathema1cs
that
deals
with
issues
of
accuracy,
stability
and
convergence
proper1es
of
numerical
schemes
Mathema1cal formula1on
Governing
equa1on
(an
ODE
or
PDE)
Discre1sa1on
Algebraic equa1on
Programming
Numerical soRware
E relative
x approx x exact
=
x exact
(for
simple
model
problems
the
true
value
is
the
analy1cal
solu1on
of
the
governing
equa1on,
which
is
not
aected
by
trunca1on
error)
Computers
use
a
binary
system,
where
the
only
digits
allowed
are
0
and
1
Each
binary
number
is
stored
in
a
bit.
8
bits
make
one
byte
Single
precision:
32
bits;
double
precision:
64
bits
Machine
precision
The
absolute
value
of
the
rela1ve
error
due
to
round-o
is
given
by
the
machine
precision
(also
called
machine
epsilon):
oa$ng-point
(computer)
representa$on
of
x
fl(x) x
mach
x
a
generic
quan$ty
(e.g.
streamwise
velocity)
Test
u
2
( + u u) = p + u
t
1)
Describe
the
physical
meaning
of
the
term
in
parenthesis
2
2)
Write
the
Laplace
operator
in
Cartesian
coordinates
u u
(you
can
use
the
symbols
u,v,
and
w
to
denote
the
x,
y,
and
z
components
of
the
velocity
vector)