Solid Mechanics - Week 4
Solid Mechanics - Week 4
Contents
1 Introduction to 1D and 2D Structural Elements 2
2 1D Structural Elements 2
2.1 Trusses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.1.1 Assumptions in Truss Analysis . . . . . . . . . . . . . . 2
2.1.2 Element Stiffness Matrix for Trusses . . . . . . . . . . 2
2.2 Beams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2.1 Assumptions in Beam Analysis . . . . . . . . . . . . . 3
2.2.2 Element Stiffness Matrix for Beams . . . . . . . . . . . 3
3 2D Structural Elements 3
3.1 Plates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.1.1 Assumptions in Plate Analysis . . . . . . . . . . . . . . 4
3.1.2 Kirchhoff Plate Theory . . . . . . . . . . . . . . . . . . 4
3.1.3 Finite Element Formulation for Plates . . . . . . . . . 4
3.2 Shells . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.2.1 Assumptions in Shell Analysis . . . . . . . . . . . . . . 5
3.2.2 Finite Element Formulation for Shells . . . . . . . . . . 5
5 Example Problems 6
5.1 Example 1: Truss Element Stiffness Matrix . . . . . . . . . . . 6
5.2 Example 2: Beam Element Deflection . . . . . . . . . . . . . . 6
5.3 Example 3: Plate Element Bending . . . . . . . . . . . . . . . 6
1
6 Conclusion 6
2
1 Introduction to 1D and 2D Structural Ele-
ments
This week covers the theory and application of different structural elements
used in finite element analysis. We will focus on:
2 1D Structural Elements
1D structural elements include trusses and beams, which are widely used for
analyzing linear members in structures.
2.1 Trusses
Trusses are structures composed of bars connected at joints, with the as-
sumption that the members carry only axial forces (tension or compression)
and no bending.
3
• A is the cross-sectional area.
• L is the length of the element.
The global stiffness matrix is obtained by transforming this local matrix
into the global coordinate system using the direction cosines of the element.
2.2 Beams
Beams are structural elements designed to carry loads primarily through
bending. They resist bending moments and shear forces, with deformations
dominated by deflection along the length of the beam.
3 2D Structural Elements
2D structural elements include plates and shells, which are used in struc-
tures where one dimension (thickness) is small compared to the other two
dimensions.
4
3.1 Plates
Plates are flat, thin structural elements that carry loads primarily through
bending and shear. They are common in applications such as floors, roofs,
and aircraft wings.
D∇4 w = q
where:
Eh3
• D= 12(1−ν 2 )
is the flexural rigidity.
• w is the transverse displacement.
• q is the applied load.
3.2 Shells
Shells are curved, thin-walled structures that can carry loads through both
bending and membrane action. They are used in applications such as domes,
tanks, and hulls of ships.
5
3.2.1 Assumptions in Shell Analysis
• Shells are thin structures with curvature.
Ke = Kmembrane + Kbending
6
where N1 , N2 , and N3 are the shape functions for the three nodes of the
triangular element.
5 Example Problems
5.1 Example 1: Truss Element Stiffness Matrix
Given a truss element with E = 200 GPa, A = 0.01 m2 , and length L = 2 m,
compute the stiffness matrix.
6 Conclusion
This week provided an overview of 1D and 2D structural elements used in
finite element analysis, including the assumptions, stiffness matrices, and
shape functions associated with these elements. Understanding these con-
cepts is crucial for the effective application of finite element methods in en-
gineering analysis.