


























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This lecture is delivered by Prof. Dravid Mehta at Chennai Mathematical Institute for Mathematics course. Its main topics are: Applied, Computational, Fluid, Dynamics, Vector, Notation, Scalar, Vector, Gradients, Curl
Typology: Slides
1 / 34
This page cannot be seen from the preview
Don't miss anything!



























1
2
Scalar ("inner") product: X Y xi yi
Vector ("outer") product: X Y Z
Dyadic tensor product XY A aij xiyj
Multiplica tion: X f Y yi fxi
Double dot("inner") product: A Baij bji
4
Similarly, the gradient of a vector is a second order tensor, and
the gradient of a second order tensor is a third order tensor.
i j k z
f
y
f
x
f grad f f
z
y
x
div
x y z
5
y
u
x
v
x
w
z
u
z
v
y
w curl v rot v v , ,
7
(f g) f g gf
( f A ) (f) A f( A )
( f A ) (f) A f( A )
8
2
k
j
(A )B i
z
y
x
z
y
x
z
y
x
z z
z y
z x
y z
y y
y x
x z
x y
x x
whereS isthe surfacewhichbounds volume τ
d
f d f
S
S
A A da
da
10
whereS isthesurfacewhichbounds volume τ
Gauss divergence theorem d d
' : A s A
but doesnotbound a volume
opensurfaceS ie S maybea surface
whereCistheclosed curvewhichbounds the
Stokes theorem d d C S
11
most well known is the Euclidian norm.
individual elements, or the Hölder norm, which is similar to the
Euclidian norm, but uses exponents p and 1/p instead of 2 and
1/2, with p a number larger or equal to 1.
i j
aij ,
2 A
i
vi
2 V
13
system in which the matrix is written.
diagonal components: I 1 = tr A = a 11 + a 22 + a 33
combinations of the eigenvalues that do not depend on their ordering.
13 33
11 31
12 22
11 21
23 33
22 32 2 a a
a a
a a
a a
a a
a a I
14
definitions of the second invariant (which are derived from the previous
definitions):
I 2 = (1/2)*[(tr A )^2 - tr A^2 ] = a 11 a 22 + a 22 a 33 + a 33 a 11
or
I 2 = (1/6) * [ (a 11 -a 22 )^2 + (a 22 -a 33 )^2 + (a 33 -a 11 )^2 ] + a 122 + a 232 + a 312
I aij ,
2 2 A
ik ik
ii
I I a a
I a
2
2 1
2 2 1
2
16
and next for x 22 using x 12 , x 31 … xN^1 , etc.
with δ a specified small value.
32 2
1 31 1 33 33
(^13) 3 a x a x a a
x
1
1
n
Ni i NN NN
N N a x a a
x
( )
k 1 i
k xi x
17
equations is solved by applying overrelaxation, or improve the
stability if the system does not converge by applying
underrelaxation.
Seidel method, the value for iteration k+1 would be xik+1, then,
instead of using xi k+ , we consider this to be a predictor.
underrelaxation and if R>1 we use overrelaxation.
1 k i
k corrector R xi x
x x corrector
k i
k i
1
19
it from the second row. Note that C 2 then becomes C 2 -C 1 a 21 /a 11.
elements in the first column below a 11 are 0.
equation only contains one variable xn, which is readily calculated
as xn=Cn/ann.
and this process can be repeated to calculate all variables xi. This
is called backsubstitution.
proportional to n 3
. For large matrices this can be a
computationally expensive method.
20
matrices, i.e. matrices for which only the main diagonal and the
diagonals immediately above and below it are non-zero.
create an upper diagonal matrix.
be modified:
method to solve this set of equations.
ai (^) ,i 1 xi 1 ai,ixi ai,i 1 xi 1 Ci
i i
ii i i i i i
ii i i i i ii a
a C C C a
a a a a
1 ,
, 1 1
1 ,
, 1 1 , 1 , ,