Chapter 1 - Introduction
Chapter 1 - Introduction
Chapter 1 Introduction
Challenge lies in representing the exact geometry of the structure, especially, the sharp
curves. Generally, a multi-degree polynomial (circle, parabola, cubic curve, etc.) is
approximated by a straight edge of elements. Therefore, it becomes necessary to
represent a curve by a high number of straight edges. The following example will
illustrate this point.
Example:
Calculate the circumference of a circle without using the formula: C = 2
R.
Thus, these 6 straight lines represent the circumference, which is equal to their combined
length. Obviously, the accuracy will depend on the number of these cords higher the
number, better the accuracy.
If the angle BAC = , then
Length BC = 2 R sin /2,
If we divide the circumference into n cords, the total length of the cord and the
approximate value of the circumference C is,
C=
n
1
2 R Sin /n
Note:
= 2 /n
= 2 n R Sin /n
For n = 5, C = 5.87 R
For n = 10, C = 6.18 R
1-2
Chapter 1 Introduction
For n = 100, C = 6.2821518 R, note that these values are getting close to 2 R (which
is equal to 6.2831853).
To get the exact value, we will apply the LHopital Rule,
Lim ( 2nR Sin /n ) = Lim { d/dn [( 2nR Sin /n )]} = Lim {2nR Cos /n ( /n) - 2R
n
n
n
Sin /n} = 2
1-3
Chapter 1 Introduction
1.1
Introduction
1-4
Chapter 1 Introduction
Step 2: Analysis
In this step, the geometry, constraints, mechanical properties and loads are applied to
generate matrix equations for each element, which are then assembled to generate a
global matrix equation of the structure. The form of the individual equations, as well as
the structural equation is always,
{F} = [K]{u}
Where
The equation is then solved for deflections. Using the deflection values, strain, stress, and
reactions are calculated. All the results are stored and can be used to create graphic plots
and charts in the post analysis.
Step 3: Post processing
This is the last step in a finite element analysis. Results obtained in step 2 are usually in
the form of raw data and difficult to interpret. In post analysis, a CAD program is utilized
to manipulate the data for generating deflected shape of the structure, creating stress
plots, animation, etc. A graphical representation of the results is very useful in
understanding behavior of the structure
1-5
Chapter 1 Introduction
1-6
Chapter 1 Introduction
1-7
Chapter 1 Introduction
the structure being analyzed are changed, the number of elements remains constant. Only,
the polynomial order of the elements is changed as needed.
1-8
Chapter 1 Introduction
quadrilateral plates, and plates with curved edge. Then these elements can replace and
represent each and every part of the plate, including the circular edges near the hole.
Thus, we need elements that have geometric shape similar to the real structure or region
of the structure that is being modeled. One geometric shape cannot represent all possible
engineering structural shapes. Therefore, in general, we need elements that look like a
plate, beam, cylinder, sphere, etc. However, in FEA, almost all structures can be
approximated by the following basic elements:
1. Line elements: Element consisting of two nodes.
Example: Truss and beam elements.
In computers, a line, connecting two nodes at its ends as shown, represents a line
element. The cross-sectional area is assumed constant throughout the element.
k
i
j
i
The element can have more than two nodes, and can be a curved rather than a straight
line.
2. 2-D solid elements: Elements that have geometry similar to a flat plate.
Example: Plane stress, plain strain, plates, shells, and axisymmetric elements.
1-9
Chapter 1 Introduction
2-D solid elements are plane elements, with constant thickness, and have either a
triangular or quadrilateral shape, with 3 nodes or 4 nodes as shown.
k
For higher order 2-D elements, the number of nodes can vary. For example, the element
edges can be quadratic with 3 nodes on each edge. However, in most FEA analysis, only
the straightedge elements are used.
Loads on 2-D solid elements can be applied only in its plane, and deflections also occur
only in the plane of the elements.
Axisymmetric element is a special case of 2-D plane stress element.
3. 3-D solid elements: Element that have a 3-D geometry.
Example: Tetrahedron and hexahedron elements.
The basic 3-D solid elements have either a tetrahedral (4 faces) or hexahedral (6 faces)
shape, as shown.
The basic elements have corner nodes and straight edges, but the number of nodes and
edge geometry can vary.
1-10
Chapter 1 Introduction
NOTES
1
For an accurate analysis in FEA, selection of the proper elements is very important.
The selected elements must represent the engineering structure as close to the
original structure as possible.
In addition to these basic elements, there are some special application elements, e.g.,
mass element and contact element. Almost all other special purpose elements can be
derived from the three basic groups of the elements described above.
1-11