Lecture Note-Chapter 3
Lecture Note-Chapter 3
Trusses
Objective: to know the basic concepts in finite element formulation
of trusses and introduce various elements starting from simple one-
dimensional linear element adopted for analysis of truss
• Definition of a truss
• Finite element formulation
• Space trusses
• ANSYS program
• Examples using ANSYS
• Verification of results
2
3.1 Definition of a truss
• What is a truss?
An engineering structure consisting of straight members connected at their ends by
means of bolts, rivets, pins, or welding.
Plane truss: members lie in a single plane, and as well as forces.
Assumption 1: Weights of members may be negligible compared to those of the
applied loads. If weights are considered, half weight of each member is applied
to the connecting joints.
Assumption 2: Two force member
• No couple moments and forces
applied at only two points on
the member (Definition in
Statics)
• Internal forces act in equal and
opposite directions along the
members. No bending allowed
3
Cannot be solved in
Statics where the
truss members are
assumed rigid and
result in Statically
Indeterminate
Roller Pin problem.
support support
Rigid body
restriction can be
removed in
Mechanics of
Materials. This
problem can be
easily solved using
FEM
4
10-bar plane truss structure 15-bar plane truss structure
21
25-bar spatial truss structure
2.2 Finite element formulation
A single member when it is subjected to force F, what is the
deflection?
• The average stresses in any two-force member are given by
=F, = L , = E
A L
7
Two frames of reference are required to describe truss problems
• A fixed global coordinate system XY for whole system
• A local (or an element) coordinate system xy
8
A fixed global coordinate system XY
• represent the location of each joint (node)
• keep track of the orientation of each member (element), using
angle such as
• apply the constraints and the applied loads in terms of their
respective global components
• represent solution: the displacement of each joint in global
directions
9
• The relationship between global and local displacements
U iX = uix cos − uiy sin y
Y
U iy = uix sin + uiy cos x
U jX = u jx cos − u jy sin
U jY = u jx sin + u jy cos θ
X
In matrix form: {U}=[T]{u} [T]-1{U}= {u}
where
U iX cos − sin 0 0 u ix
U iY
sin cos 0
, and u= u iy
0
{U} = , [T ] =
U jX 0 0 cos − sin u jx
UjY ujy
0 0 sin cos
{U} - displacements of nodes i and j with respect to global XY
{u} - displacements of nodes i and j with respect local xy
[T] is the transformation matrix.
10
• In a similar way, the local and global forces may be related
according to the equations
F iX = f ix cos − f iy sin
F iy = f ix sin + f iy cos
F jX = f jx cos − f jy sin
F jY = f jx sin + f jy cos
31
I. Preprocessing phase
Step 2 - Assume a solution that approximates the behavior of an
element
16
I. Preprocessing phase
Step 3 - Develop equations for elements
17
18
19
20
The relationship between the elements and
their corresponding nodes
21
For element 4, θ = 90°
22
39
24
25
26
27
I. Preprocessing phase
Step 4 - Assemble the elements to represent the entire problem →
Construct the global stiffness matrix
28
29
{R} = [K]{u}-{F}
? 46
I. Preprocessing phase
Step 5 - Apply boundary conditions, initial conditions and loading
U1x = 0
U1y = 0
U3x = 0
U3y = 0
F4y = -500 lb
F5y = -500 lb
[K]{u} = {F}
[stiffness matrix]{displacement matrix} =
{load matrix}
47
48
II. Solution phase
Step 6 - Solve a set of linear or nonlinear equations simultaneously
Results (at nodes): Displacement
33
III. Postprocessing phase
Step 7 - To obtain other important information
Reaction Force {R} = [K]{u}-{F}
To obtain
34
Internal Force and Normal Stress
It is convenient to calculate
internal force in local
(element) coordinate system
35
Local displacements required
36
Local displacements Global displacements
53
3.3 Space truss
• A three-dimensional truss is often called a space truss
• Assumption:
▪ members are connected together by ball-and-socket joints
▪ All loads must be applied at the joints
54
• Global displacement of an element
y
U iX ,U iY ,U iZ ,U jX U
, jY U
, jZ x
z
• Orientation of a member
X , Y , Z
= X j− Xi
cos X
L
Y j− Yi
cos Y =
L
= Z j− Zi
cos Z
L
55
Two force member
Internal forces act in equal and opposite directions along the members
So in local coordinate system uy=0, uz=0 fy=0, fz=0
57
• Working directory
• Jobname: be used as the prefix
• Go to Run button
• Program Organisation
• Two level: Begin level (gateway) and Processor level
43
3.5 Example using ANSYS
• ANSYS offers two types of elements for the analysis of trusses:
LINK1 and LINK8
LINK1 - 2D spar for plane truss problems
2 nodes and 2 degrees of freedom (UX, UY) at each node
LINK8 - 3D spar for space truss problems
2 nodes and 3 degrees of freedom (UX, UY , UZ) at each node
• To determine the deflection of each joint under the loading shown
in the figure
44
3.6 Verification of Results
45
Summary
Should understand:
• The underlying assumptions in truss analysis
• The significance of using global and local coordinate system in
describing problem, a transformation matrix
• The difference between the elemental stiffness matrix and global
stiffness matrix, and to know how to assemble elemental matrices
to obtain a truss’s global stiffness matrix
• How to apply the BC and loads to a global matrix to obtain the
nodal displacement solution
• How to obtain the internal forces and stresses in each member
• How to use the ANSYS software: pre, sol and post
• How to verify the results of the truss analysis
46
Tutorial questions
Chapter 3: 3, 5, 6 and 8
47