Note 1_ Introduction
Note 1_ Introduction
Introduction
Chapter 1.
Introduction
I. Basic Concepts
The finite element method (FEM), or finite element analysis
(FEA), is based on the idea of building a complicated object
with simple blocks, or, dividing a complicated object into small
and manageable pieces. Application of this simple idea can be
found everywhere in everyday life, as well as in engineering.
Examples:
Lego (kids’
play) Buildings
Approximat
ion of the area of
a circle:
“Element” Si
i
R
1
Area of one triangle: Si
2 R sin
2 i
N
1 2 2
Si R N sin R2 as N
Area of the circle: SN i 1 2 N
where N = total number of triangles (elements).
Observation: Complicated or smooth objects can be
represented by geometrically simple pieces
(elements).
© 1997-2003 Yijun Liu, University of Cincinnati 1
Lecture Notes: Introduction to Finite Element Method Chapter 1. Introduction
Mechanical/Aerospace/Civil/Automobile Engineering
Structure analysis (static/dynamic, linear/nonlinear)
Thermal/fluid flows
Electromagnetics
Geomechanics
Biomechanics
...
Examples:
...
© 1997-2003 Yijun 2
Liu, University of
Cincinnati
Lecture Notes: Introduction to Finite Element Method Chapter 1. Introduction
Example:
Computer Implementations
In matrix form:
Ax (2)
b
a11 a12
where
...
A aij
a1n a21
a22 (3)
x1 ... b
x2 a2nb 1
x bi
i
:... b2
x ... ...
x...
n
:
an2 ...and x and bb are
an1 matrix,
A is called a n×n (square)
ann
(column) vectors of dimension n. n
Matrix Multiplication
For two matrices A (of size l×m) and B (of size m×n),
the product of AB is defined by
m
C AB with cij
k 1
aik bkj
Transpose of a Matrix
If A = [aij], then the transpose of A is
AT a ji
Notice that (AB)T BT AT .
Symmetric Matrix
A square (n×n) matrix A is called symmetric,
if
A AT or
aij a ji
Note that AI = A, Ix = x.
Determinant of a Matrix
The determinant of square matrix A is a scalar
number denoted by det A or |A|. For 2×2 and 3×3
matrices, their determinants are given by
a b
det ad bc
c
d
and
a12a21a33
a23a32a11
Matrix Inversion
Singular Matrix
For a square and nonsingular matrix A ( det 0), its
A
A square matrix A is singular if det A = 0, which indicates
problems
inverse A-1inisthe systems (nonunique
constructed solutions,
in such a way that degeneracy,
etc.) AA 1 A 1 A I
The cofactor matrix C of matrix A is defined
by C ( 1)i j
ij M
ij
where Mij is the determinant of the smaller matrix obtained
by eliminating the ith row and jth column of A.
Thus, the inverse of A can be determined by
1 1
A C T
det A
We can show that (AB) 1
B 1A 1 .
Examples:
1
a b 1 d b
(1)
c (ad bc) c
d a
Checking,
1
a b a b 1 d b a b 1
c d c (ad bc) 0
d c a c d 0
1
1 T
1 1 0 3 2 3 2
1 1 1
(2) 1 2
1 (4 2 2 2 1 2 2 1
1)
0 1 2 1 1 1 1
Checking, 1 1
1 1 0 3 2 1 1 0 0
1 2 1 2 2 1 0 1 0
0 1 2 1 1 1 0 0 1