Module 4 (Part I)
Module 4 (Part I)
The basic idea is to discretize the region and express the displacement field in terms of values at discrete points.
Linear elements are introduced first. Stiffness and load concepts are developed using Potential Energy and Galerkin
approaches. Boundary conditions are then considered
Finite Element Modeling
Element Division
• The first step is to model the bar as a stepped shaft,
consisting of a discrete number of elements, each having a
uniform cross sections
• A simple scheme for doing this is to divide the bar into four
regions
• average cross-sectional area within each region is evaluated
and then used to define an element with uniform cross-
section. The resulting four-element, five-node finite
element model is shown in Fig. 3.2b
• In the finite element model, every element connects to two
nodes the element numbers are circled to distinguish them
from node numbers.
• In addition to the cross section, traction and body forces are also (normally) treated as constant within each
element.
• However, cross-sectional area, traction, and body forces can differ in magnitude from element to element.
• Better approximations are obtained by increasing the number of elements.
• It is convenient to define a node at each location where a point load is applied
Numbering Scheme
• In a one-dimensional problem, every node is permitted to displace only in the ±x
direction. Thus, each node has only one degree of freedom (dof).
• The five-node finite element model in Fig. 3.2b has five dofs. The displacements
along each dof are denoted by Q1,Q2,…Q5.
• In fact, the column vector Q=[Q1,Q2,…,Q5]T is called the global displacement
vector. The global load vector is denoted by F= [F1,F2,…,F3]T
• The vectors Q and F are shown in Fig. 3.3
• The sign convention used is that a displacement or load has a positive value if
acting along the + x direction. At this stage, conditions at the boundary are not
imposed.
• For example, node 1 in Fig. 3.3 is fixed, which implies Q1 = 0.
Element stiffness matrix, Body force vector, Traction-force vector
Element stiffness matrix for 1-D element
𝐴𝐸 1 −1
[K] =
𝐿 −1 1
K is linearly proportional to the product of AE and inversely proportional to the length of
element
• The shape functions are also first order, just as the original polynomial was.
• The shape functions would have been quadratic if the original polynomial
has been quadratic.
• The element shape functions are stored within the element in commercial
FE codes.
• The positions 𝑋𝑖 are generated (and stored) when the mesh is created.
Once the nodal degrees of freedom are known, the solution at any point
between the nodes can be calculated using the (stored) element shape
functions and the (known) nodal positions.
• For the cases presented above, simple 1-dimensional elements were most appropriate, but for
many practical applications we may encounter more complex 2- and 3-dimensional geometry. A
meshed geometry is shown in Fig.5.
Coordinates and Shape Functions
• Consider a typical finite element e in Fig. 3.5a. In the local number
scheme, the first node will be numbered 1 and the second node 2.
The notation x1 = x-coordinate of node 1 and x2= x-coordinate of node
2 is used.
• We define a natural or intrinsic coordinate system, denoted by ξ, as
• The length of an element is covered when ξ changes from -1 to 1. We use this system of coordinates
in defining shape functions, which are used in interpolating the displacement field.
• the unknown displacement field within an element will be interpolated by a linear distribution (Fig.
below).
• This approximation becomes increasingly accurate as more elements are considered in the model. To
implement this linear interpolation, linear shape functions will be introduced as
• Once the shape functions are defined, the linear displacement field within the
element can be written in terms of the nodal displacements q1 and q2 as
u= N1q1 +N2q2, u= Nq, N[N1, N2] and q = [q1 , q2]T
Wish to implement this repetitive task as easily as possible, i.e. computer implementation using
highly optimized numerical schemes, and thus natural coordinates (r,s,t) are introduced ranging
from -1 < r,s,t < 1.
Derivation of shape functions: Bar element
Derivation of shape functions: Beam element