CourseNotes_FEM_SHZ
CourseNotes_FEM_SHZ
net/publication/338409780
CITATIONS READS
0 11,824
1 author:
Songhan Zhang
Dalian University of Technology
29 PUBLICATIONS 415 CITATIONS
SEE PROFILE
All content following this page was uploaded by Songhan Zhang on 06 January 2020.
First Edition
Songhan Zhang
January 6, 2020
Contents
1 Background knowledge 1
1.1 Principle of minimum potential energy . . . . . . . . . . . . . . . . . . 1
1.1.1 Approach I - Energy conservation . . . . . . . . . . . . . . . . . 1
1.1.2 Approach II - Potential force . . . . . . . . . . . . . . . . . . . . 2
1.2 Hamilton’s principle . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2.1 Theoretical derivation . . . . . . . . . . . . . . . . . . . . . . . 4
1.2.2 Case example - MDOF system . . . . . . . . . . . . . . . . . . . 5
2 Bar elements 7
2.1 Equilibrium equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2 Exact solution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.2.1 Point loading . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.2.2 Uniformly distributed loading . . . . . . . . . . . . . . . . . . . 10
2.3 Galerkin’s method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.3.1 General theory . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.3.2 Test function 1 - Parabolic function . . . . . . . . . . . . . . . . 12
2.3.3 Test function 2 - Linear function . . . . . . . . . . . . . . . . . 13
2.3.4 Test function 3 - Piecewise linear function . . . . . . . . . . . . 14
2.4 Finite element formulation . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.4.1 Shape function . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.4.2 Sti↵ness matrix and force vector . . . . . . . . . . . . . . . . . . 17
2.4.3 Case example . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.5 Plane truss . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
2.5.1 Coordinate transformation . . . . . . . . . . . . . . . . . . . . . 25
2.5.2 Case example . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
3 Beam elements 35
3.1 Equilibrium equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
3.2 Exact solution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
3.2.1 Cantilever beam with a point loading . . . . . . . . . . . . . . . 37
3.2.2 Uniformly distributed loading . . . . . . . . . . . . . . . . . . . 38
3.3 Galerkin’s method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
3.3.1 General formulation . . . . . . . . . . . . . . . . . . . . . . . . 40
3.3.2 Test function 1 - High-order polynomial . . . . . . . . . . . . . 40
3.3.3 Test function 2 - Lower-order polynomial . . . . . . . . . . . . . 42
3.3.4 Test function 3 - piecewise polynomial . . . . . . . . . . . . . . 43
ii
CONTENTS iii
4 Dynamic analysis 70
4.1 Modal analysis of a frame . . . . . . . . . . . . . . . . . . . . . . . . . 70
4.1.1 Equation of motion . . . . . . . . . . . . . . . . . . . . . . . . . 70
4.1.2 General solution . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
4.1.3 Vibration modes . . . . . . . . . . . . . . . . . . . . . . . . . . 73
4.2 Finite element formulation . . . . . . . . . . . . . . . . . . . . . . . . . 74
4.2.1 Energy formulation . . . . . . . . . . . . . . . . . . . . . . . . . 74
4.2.2 Element matrices . . . . . . . . . . . . . . . . . . . . . . . . . . 75
4.2.3 Coordinate transform . . . . . . . . . . . . . . . . . . . . . . . . 76
4.3 Modal analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
4.3.1 Basic theory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
4.3.2 Case example . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
5 Buckling analysis 82
5.1 Geometric strain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
5.2 Buckling modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
5.2.1 Equilibrium equation . . . . . . . . . . . . . . . . . . . . . . . . 84
5.2.2 Eigenvalue problem I - initially stretched beam . . . . . . . . . 85
5.2.3 Eigenvalue problem II - initially compressed beam A . . . . . . 86
5.2.4 Eigenvalue problem III - initially compressed beam B . . . . . . 87
5.3 Finite element formulation . . . . . . . . . . . . . . . . . . . . . . . . . 89
5.4 Case example - buckling of an arch . . . . . . . . . . . . . . . . . . . . 91