Finite Element Analysis
Finite Element Analysis
BMCG 4113
Global Stiffness Matrix
Direct Approach - the simplest method for solving discrete problems in 1 and 2
dimensions;
Weighted Residuals method - uses the governing differential equations directly (e.g. the
Galerkin method),
Variational Approach - uses the calculus of variation and the minimization of potential
energy (e.g. the Rayleigh-Ritz method).
Direct Stiffness Method: Stiffness Matrix 1-D
𝐸𝐴
𝑘=
𝐿
𝐹1 = 𝑘1 𝑢1 − 𝑢2 = 𝑘1 𝑢1 − 𝑘1 𝑢2
𝐹2 = 𝑘1 𝑢2 − 𝑢1 = 𝑘1 𝑢2 − 𝑘1 𝑢1
In matrix form:
𝐹1 𝑘1 −𝑘1 𝑢1
=
𝐹2 −𝑘1 𝑘1 𝑢2
Direct Stiffness Method: Stiffness Matrix 1-D
EXAMPLE 1 400 mm
Area A = 190 mm2
Determine the maximum displacement and the reaction force of the rod using finite
element method.
𝐹1 𝑘1 −𝑘1 𝑢1
=
𝐹2 −𝑘1 𝑘1 𝑢2
Direct Stiffness Method: Stiffness Matrix 1-D
𝐹1 = 𝑘1 𝑢1 − 𝑢2 = 𝑘1 𝑢1 − 𝑘1 𝑢2
𝐹2 = 𝑘1 𝑢2 − 𝑢1 + 𝑘2 𝑢2 − 𝑢3 = −𝑘1 𝑢1 + 𝑘1 + 𝑘2 𝑢2 − 𝑘2 𝑢3
𝐹3 = 𝑘2 𝑢3 − 𝑢2 = −𝑘2 𝑢2 + 𝑘2 𝑢3
Direct Stiffness Method: Stiffness Matrix 1-D
𝐹1 = 𝑘1 𝑢1 − 𝑢2 = 𝑘1 𝑢1 − 𝑘1 𝑢2
𝐹2 = 𝑘1 𝑢2 − 𝑢1 + 𝑘2 𝑢2 − 𝑢3 = −𝑘1 𝑢1 + 𝑘1 + 𝑘2 𝑢2 − 𝑘2 𝑢3
𝐹3 = 𝑘2 𝑢3 − 𝑢2 = −𝑘2 𝑢2 + 𝑘2 𝑢3
In matrix form:
𝐹1 𝑘1 −𝑘1 0 𝑢1
𝐹2 = −𝑘1 𝑘1 + 𝑘2 −𝑘2 𝑢2
𝐹3 0 −𝑘2 𝑘2 𝑢3
EXERCISE 1
1 2 20 3 4
𝐴𝐸 𝐴𝐸
𝑘1 = = 100 𝑘2 = = 200
𝐿 𝐿
Determine the nodal displacements and reaction forces using finite element method.
Direct Stiffness Method: Stiffness Matrix 1-D
EXERCISE 1
1 2 20 3 4
𝐴𝐸 𝐴𝐸
𝑘1 = = 100 𝑘2 = = 200
𝐿 𝐿
𝐹1 100 −100 0 0 𝑢1
𝐹2 −100 200 −100 0 𝑢2
= 𝑢3
𝐹3 0 −100 300 −200
𝐹4 0 0 −200 200 𝑢4