MCE 466 - Introduction To Finite Element Methods
MCE 466 - Introduction To Finite Element Methods
MCE 466 - Introduction To Finite Element Methods
R
C
Examples:
Stress analysis (includes system of springs, bars under axial loads, trusses,
beams, frames, 2-D & 3-D continua, plate bending)
Stability analysis (buckling), structural dynamics, plasticity, viscoelasticity
Heat transfer
Fluid flow
General PDE problems
Finite Element Approach
element
nodes
Important points to remember
Finite element analyses provide approximate solutions in
nearly all cases
Results can be very accurate or totally meaningless
(easy to make mistakes)
Method is very susceptible to user error
Stress averaged results may conceal inaccuracies in the
results
Modern commercial codes make it very easy to get
answers
Responsibility of user:
Anticipate results (perform approximate calculations by hand)
Explain discrepancies
Be aware of limitations
MCE 466 Course Structure
* "Concepts and Applications of Finite Element Analysis," by R. D. Cook, D. Malkus and M. Plesha
Review Matrix Algebra
(see Appendix A, B)
We will see that the finite element method requires solving large systems
of linear equations using matrix algebra tools.
1 2 5 6 7 1 5 2 8 1 6 2 9 1 7 2 10 21 24 9
3 4 8 9 10 2 5 4 8 2 6 4 9 2 7 4 10 47 54 25
2x2 2x3 2x3
In general
To review some basic matrix algebra, consider the following system of equations
2x y 6 10
x 4 y 17 9
or 7
6
(x,y)= (1,4)
y 2 x 6 5
1 17
y x
3
4 4 2
0
0 1 2 3 4 5 6
Matrix Algebra (cont.)
Matrix form:
2 1 x 6
1 4 y 17 or a x b
where
a
2 1
x
x 6
, , b
1 4 y 17
a=[2 1;1 4] a =
b=[6;17] 2 1
determinant=det(a) 1 4
solution=a\b b =
6
17 Note |a| 0
determinant =
7
solution =
1.0000
4.0000
Matrix Algebra (cont.)
4 x 2 y 16 10
2x y 6 8
7
or 6
y 2 x 8
4
y 2 x 6
2
0
0 1 2 3 4 5 6
Matrix Algebra (cont.)
Matrix form:
4 2 x 16
2 1 y 6 or a x b
where
a
4 2
x
x 16
, , b
2 1 y 6
solution =
Inf
-Inf
Matrix Algebra (cont.)
Code:
2
Output:
a = 1.5
-1 1 2
3 -1 1 1
3 3 1 -0.9
b = -0.95 1.15
1.1
2 -1 1.05
6 -1.05 1
0.95
2 -1.1 0.9
solution =
1
-1
2
Matrix algebra applied to FEA
Nodal Forces
Stiffness matrix -
Symmetric since Kij = Kji Nodal Displacements
Other matrix terminology
Banded matrix
If all non-zero terms are contained within a band
along the diagonal, the matrix is said to be banded
Sparse matrix
If a matrix has relatively few non-zero terms (as is
common in FEA), the matrix is said to be sparse
Singular matrix
If the determinant of the matrix equals zero, the matrix
is said to be singular. As we saw, if [A] is singular,
then the system of equations [A]{x}={b} has no unique
solution.
Other matrix terminology (cont.)
Transpose
The transpose of a matrix is found by interchanging
rows and columns, e.g.
1 2
1 3 5
A 3 4 , A
T
5 6 2 4 6
Transpose of a product
AB T BT AT
Steps in the Finite Element Method
r/h = 0.10