SlideShare a Scribd company logo
1 of 49
Download to read offline
Introduction to Finite Element Analysis
(FEA) or Finite Element Method (FEM)
Finite Element Analysis (FEA) or Finite
Element Method (FEM)
The Finite Element Analysis (FEA) is a
numerical method for solving problems of
engineering and mathematical physics.
Useful for problems with complicated
geometries, loadings, and material properties
where analytical solutions can not be
obtained.
The Purpose of FEA
Analytical Solution
•

•

Stress analysis for trusses, beams, and other simple
structures are carried out based on dramatic simplification
and idealization:
– mass concentrated at the center of gravity
– beam simplified as a line segment (same cross-section)
Design is based on the calculation results of the idealized
structure & a large safety factor (1.5-3) given by experience.

FEA
•

Design geometry is a lot more complex; and the accuracy
requirement is a lot higher. We need
– To understand the physical behaviors of a complex
object (strength, heat transfer capability, fluid flow, etc.)
– To predict the performance and behavior of the design;
to calculate the safety margin; and to identify the
weakness of the design accurately; and
– To identify the optimal design with confidence
Brief History
Grew out of aerospace industry
Post-WW II jets, missiles, space flight
Need for light weight structures
Required accurate stress analysis
Paralleled growth of computers
Common FEA Applications
Mechanical/Aerospace/Civil/Automotive
Engineering
Structural/Stress Analysis



Static/Dynamic
Linear/Nonlinear

Fluid Flow
Heat Transfer
Electromagnetic Fields
Soil Mechanics
Acoustics
Biomechanics
Discretization
Complex Object

Simple Analysis

(Material discontinuity,
Complex and arbitrary geometry)

Real
Word

Simplified
(Idealized)
Physical
Model

Mathematical
Model

Discretized
(mesh)
Model
Discretizations
Model body by dividing it into an
equivalent system of many smaller bodies
or units (finite elements) interconnected at
points common to two or more elements
(nodes or nodal points) and/or boundary
lines and/or surfaces.
Elements & Nodes - Nodal Quantity
Feature
Obtain a set of algebraic equations to
solve for unknown (first) nodal quantity
(displacement).
Secondary quantities (stresses and
strains) are expressed in terms of nodal
values of primary quantity
Object
Elements
Nodes

Displacement

Stress
Strain
Examples of FEA – 1D (beams)
Examples of FEA - 2D
Examples of FEA – 3D
Advantages
Irregular Boundaries
General Loads
Different Materials
Boundary Conditions
Variable Element Size
Easy Modification
Dynamics
Nonlinear Problems (Geometric or Material)
The following notes are a summary from “Fundamentals of Finite Element Analysis” by David V. Hutton
Principles of FEA
The finite element method (FEM), or finite element analysis
(FEA), is a computational technique used to obtain approximate
solutions of boundary value problems in engineering.
Boundary value problems are also called field problems. The field
is the domain of interest and most often represents a physical
structure.
The field variables are the dependent variables of interest governed
by the differential equation.
The boundary conditions are the specified values of the field
variables (or related variables such as derivatives) on the boundaries
of the field.
For simplicity, at this point, we assume a two-dimensional case with a
single field variable φ(x, y) to be determined at every point P(x, y) such
that a known governing equation (or equations) is satisfied exactly at every
such point.

-A finite element is not a differential element of size dx × dy.
- A node is a specific point in the finite element at which the value of the
field variable is to be explicitly calculated.
Shape Functions
The values of the field variable computed at the nodes are used to
approximate the values at non-nodal points (that is, in the element interior)
by interpolation of the nodal values. For the three-node triangle example,
the field variable is described by the approximate relation
φ(x, y) = N1(x, y) φ1 + N2(x, y) φ2 + N3(x, y) φ3
where φ1, φ2, and φ3 are the values of the field variable at the nodes, and
N1, N2, and N3 are the interpolation functions, also known as shape
functions or blending functions.
In the finite element approach, the nodal values of the field variable are
treated as unknown constants that are to be determined. The interpolation
functions are most often polynomial forms of the independent variables,
derived to satisfy certain required conditions at the nodes.
The interpolation functions are predetermined, known functions of the
independent variables; and these functions describe the variation of the
field variable within the finite element.
Degrees of Freedom
Again a two-dimensional case with a single field variable φ(x, y). The
triangular element described is said to have 3 degrees of freedom, as three
nodal values of the field variable are required to describe the field variable
everywhere in the element (scalar).

φ(x, y) = N1(x, y) φ1 + N2(x, y) φ2 + N3(x, y) φ3
In general, the number of degrees of freedom associated with a finite
element is equal to the product of the number of nodes and the number of
values of the field variable (and possibly its derivatives) that must be
computed at each node.
A GENERAL PROCEDURE FOR
FINITE ELEMENT ANALYSIS
• Preprocessing
–
–
–
–
–
–

Define the geometric domain of the problem.
Define the element type(s) to be used (Chapter 6).
Define the material properties of the elements.
Define the geometric properties of the elements (length, area, and the like).
Define the element connectivities (mesh the model).
Define the physical constraints (boundary conditions). Define the loadings.

• Solution
–
–

computes the unknown values of the primary field variable(s)
computed values are then used by back substitution to compute additional, derived variables, such as
reaction forces, element stresses, and heat flow.

• Postprocessing
–

Postprocessor software contains sophisticated routines used for sorting, printing, and plotting
selected results from a finite element solution.
Stiffness Matrix
The primary characteristics of a finite element are embodied in the
element stiffness matrix. For a structural finite element, the
stiffness matrix contains the geometric and material behavior
information that indicates the resistance of the element to
deformation when subjected to loading. Such deformation may
include axial, bending, shear, and torsional effects. For finite
elements used in nonstructural analyses, such as fluid flow and heat
transfer, the term stiffness matrix is also used, since the matrix
represents the resistance of the element to change when subjected
to external influences.
LINEAR SPRING AS A FINITE ELEMENT
A linear elastic spring is a mechanical device capable of supporting axial
loading only, and the elongation or contraction of the spring is directly
proportional to the applied axial load. The constant of proportionality
between deformation and load is referred to as the spring constant, spring
rate, or spring stiffness k, and has units of force per unit length. As an
elastic spring supports axial loading only, we select an element coordinate
system (also known as a local coordinate system) as an x axis oriented
along the length of the spring, as shown.
Assuming that both the nodal displacements are zero when the spring is
undeformed, the net spring deformation is given by
δ= u2 − u1
and the resultant axial force in the spring is
f = kδ = k(u2 − u1)
For equilibrium,
f1 + f2 = 0 or f1 = − f2,
Then, in terms of the applied nodal forces as
f1 = −k(u2 − u1)
f2 = k(u2 − u1)
which can be expressed in matrix form as
or
where

Stiffness matrix for one spring element
is defined as the element stiffness matrix in the element coordinate system (or local
system), {u} is the column matrix (vector) of nodal displacements, and { f } is the
column matrix (vector) of element nodal forces.
with

known

{F} = [K] {X}

unknown

The equation shows that the element stiffness matrix for the linear spring element
is a 2 × 2 matrix. This corresponds to the fact that the element exhibits two nodal
displacements (or degrees of freedom) and that the two displacements are not
independent (that is, the body is continuous and elastic).
Furthermore, the matrix is symmetric. This is a consequence of the symmetry of
the forces (equal and opposite to ensure equilibrium).
Also the matrix is singular and therefore not invertible. That is because the
problem as defined is incomplete and does not have a solution: boundary
conditions are required.
SYSTEM OF TWO SPRINGS

These are external forces

Free body diagrams:

These are internal forces
Writing the equations for each spring in matrix form:
Superscript refers to element

To begin assembling the equilibrium equations describing the behavior of the
system of two springs, the displacement compatibility conditions, which relate
element displacements to system displacements, are written as:

And
therefore:

Here, we use the notation f ( j )i to represent the force exerted on element j at node i.
Expand each equation in matrix form:

Summing member by member:

Next, we refer to the free-body diagrams of each of the three nodes:
Final form:

(1)
Where the stiffness matrix:

Note that the system stiffness matrix is:
(1) symmetric, as is the case with all linear systems referred to orthogonal coordinate
systems;
(2) singular, since no constraints are applied to prevent rigid body motion of the
system;
(3) the system matrix is simply a superposition of the individual element stiffness
matrices with proper assignment of element nodal displacements and associated
stiffness coefficients to system nodal displacements.
(first nodal quantity)

(second nodal quantities)
Example with Boundary Conditions
Consider the two element system as described before where Node 1 is attached to a
fixed support, yielding the displacement constraint U1 = 0, k1= 50 lb/in, k2= 75 lb/in,
F2= F3= 75 lb for these conditions determine nodal displacements U2 and U3.

Substituting the specified values into (1) we have:
Due to boundary condition
Example with Boundary Conditions
Because of the constraint of zero displacement at node 1, nodal force F1 becomes an
unknown reaction force. Formally, the first algebraic equation represented in this
matrix equation becomes:
−50U2 = F1
and this is known as a constraint equation, as it represents the equilibrium condition
of a node at which the displacement is constrained. The second and third equations
become

which can be solved to obtain U2 = 3 in. and U3 = 4 in. Note that the matrix
equations governing the unknown displacements are obtained by simply striking out
the first row and column of the 3 × 3 matrix system, since the constrained
displacement is zero (homogeneous). If the displacement boundary condition is not
equal to zero (nonhomogeneous) then this is not possible and the matrices need to be
manipulated differently (partitioning).
Truss Element
The spring element is also often used to represent the elastic nature of supports for
more complicated systems. A more generally applicable, yet similar, element is an
elastic bar subjected to axial forces only. This element, which we simply call a bar or
truss element, is particularly useful in the analysis of both two- and threedimensional frame or truss structures. Formulation of the finite element
characteristics of an elastic bar element is based on the following assumptions:
1.The bar is geometrically straight.
2.The material obeys Hooke’s law.
3.Forces are applied only at the ends of the bar.
4.The bar supports axial loading only; bending, torsion, and shear are not
transmitted to the element via the nature of its connections to other elements.
Truss Element Stiffness Matrix
Let’s obtain an expression for the stiffness matrix K for the beam element. Recall
from elementary strength of materials that the deflection δ of an elastic bar of
length L and uniform cross-sectional area A when subjected to axial load P :

where E is the modulus of elasticity of the material. Then the equivalent spring
constant k:

Therefore the stiffness matrix for one element is:

And the equilibrium equation in matrix form:
Truss Element Blending Function
An elastic bar of length L to which is affixed a uniaxial coordinate system x with its
origin arbitrarily placed at the left end. This is the element coordinate system or
reference frame. Denoting axial displacement at any position along the length of the
bar as u(x), we define nodes 1 and 2 at each end as shown and introduce the nodal
displacements:
u1=u (x=0) and u2 = u(x = L).
Thus, we have the continuous field variable u(x), which is to be expressed
(approximately) in terms of two nodal variables u1 and u2. To accomplish this
discretization, we assume the existence of interpolation functions N1(x) and N2(x)
(also known as shape or blending functions) such that
u(x) = N1(x)u1 + N2(x)u2
Truss Element Blending Function
To determine the interpolation functions, we require that the boundary values of u(x)
(the nodal displacements) be identically satisfied by the discretization such that:
u1=u (x=0) and u2 = u(x = L).
lead to the following boundary (nodal) conditions:
N1(0) = 1 N2(0) = 0
N1(L) = 0 N2(L) = 1
As we have two conditions that must be satisfied by each of two one-dimensional
functions, the simplest forms for the interpolation functions are polynomial forms:
N1(x) = a0 + a1x
N2(x) = b0 + b1x
Truss Element Blending Function
Where the polynomial coefficients are to be determined via satisfaction of the
boundary (nodal) conditions. Application of conditions yields a0 = 1, b0 = 0 ,
therefore a1 = −(1/L) and b1 = x/L. Therefore, the interpolation functions are
N1(x) = 1 − x/L
N2(x) = x/L

total interpolation

Therefore the final expression of the blending function is:
u2

u(x) = (1 − x/L)u1 + (x/L)u2
And in matrix form:

u1
u1 contribution
u2 contribution

This is the displacement field in terms of nodal variables.
Truss Element Example
Figure depicts a tapered elastic bar subjected to an applied tensile load P at one end
and attached to a fixed support at the other end. The cross-sectional area varies
linearly from A0 at the fixed support at x = 0 to A0/2 at x = L. Calculate the
displacement of the end of the bar (a) by modeling the bar as a single element
having cross-sectional area equal to the area of the actual bar at its midpoint along
the length, (b) using two bar elements of equal length and similarly evaluating the
area at the midpoint of each, and compare to the exact solution.
Truss Element Example Solution a)
For a single element, the cross-sectional area is 3A0/4 and the element
“spring constant” and element equation are:

and

Applying the constraint condition U1 = 0, we find for U2 as the
displacement at x = L
Truss Element Example Solution b)
Two elements of equal length L/2 with associated nodal displacements. For element
1, A1 = 7A0/8 so

while for element 2, we have

Since no load is applied at the center of the bar, the equilibrium equations for the
system of two elements is:

Applying the constraint condition U1 = 0 results in
Truss Element Example Solution b)
Adding the two equations gives

and substituting this result into the first equation results in

Comparing the displacement for the three solution at x = L:
a)
b)
c) Exact solution
Truss Element Example Solution Comparison
Deflection

u(x)

Node

Shape function for interpolated values: u(x) = (1 − x/L)u1 + (x/L)u2
Truss Element Example Solution Comparison
Stress
Node

For stress results are much different, discontinuous for FEA and highly dependent on number of nodes
Beam Element
The usual assumptions of elementary beam theory are
applicable here:
1. The beam is loaded only in the y direction.
2. Deflections of the beam are small in comparison to the
characteristic dimensions of the beam.
3. The material of the beam is linearly elastic, isotropic, and
homogeneous. The beam is prismatic and the cross section
has an axis of symmetry in the plane of bending.
Beam Element

The equation shows that the element stiffness matrix for the beam element is a 4 ×
4 matrix. This corresponds to the fact that the element exhibits four degrees of
freedom and that the displacements are not independent (that is, the body is
continuous and elastic).
Furthermore, the matrix is symmetric. This is a consequence of the symmetry of the
forces and moments (equal and opposite to ensure equilibrium).
Also the matrix is singular and therefore not invertible. That is because the
problem as defined is incomplete and does not have a solution: boundary
conditions are required.
Beam Element Shape Function and
Stiffness Matrix
Shape function:

With
And the Stiffness Matrix:
Way of Stacking Blocks/Elements
• Compatibility requirement: ensures that the
“displacements” at the shared node of adjacent
elements are equal.
• Equilibrium requirement: ensures that elemental
forces and the external forces applied to the
system nodes are in equilibrium.
• Boundary conditions: ensures the system satisfy
the boundary constraints and so on.
Limitations
of Regular
FEA
Software
• Unable to handle
geometrically
nonlinear - large
deformation problems:
shells, rubber, etc.
Interpolation Functions for General
Element Formulation
In finite element analysis, solution accuracy is judged in terms of
convergence as the element “mesh” is refined.
There are two major methods of mesh refinement.
In the first, known as h-refinement, mesh refinement refers to the process
of increasing the number of elements used to model a given domain,
consequently, reducing individual element size.
In the second method, p-refinement, element size is unchanged but the
order of the polynomials used as interpolation functions is increased.
The objective of mesh refinement in either method is to obtain sequential
solutions that exhibit asymptotic convergence to values representing the
exact solution.

More Related Content

What's hot

General steps of the finite element method
General steps of the finite element methodGeneral steps of the finite element method
General steps of the finite element methodmahesh gaikwad
 
An Introduction to the Finite Element Method
An Introduction to the Finite Element MethodAn Introduction to the Finite Element Method
An Introduction to the Finite Element MethodMohammad Tawfik
 
FEM and it's applications
FEM and it's applicationsFEM and it's applications
FEM and it's applicationsChetan Mahatme
 
Finite Element Analysis - UNIT-3
Finite Element Analysis - UNIT-3Finite Element Analysis - UNIT-3
Finite Element Analysis - UNIT-3propaul
 
ME6603 - FINITE ELEMENT ANALYSIS UNIT - III NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - III NOTES AND QUESTION BANKME6603 - FINITE ELEMENT ANALYSIS UNIT - III NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - III NOTES AND QUESTION BANKASHOK KUMAR RAJENDRAN
 
Finite Element Analysis -Dr.P.Parandaman
Finite Element Analysis  -Dr.P.ParandamanFinite Element Analysis  -Dr.P.Parandaman
Finite Element Analysis -Dr.P.ParandamanDr.P.Parandaman
 
Finite Element Method
Finite Element MethodFinite Element Method
Finite Element MethodTahir Khan
 
Meshing in FEA - Why Do We Carry Out Meshing?
Meshing in FEA - Why Do We Carry Out Meshing?Meshing in FEA - Why Do We Carry Out Meshing?
Meshing in FEA - Why Do We Carry Out Meshing?Engineering Technique
 
Finite Element Analysis Lecture Notes Anna University 2013 Regulation
Finite Element Analysis Lecture Notes Anna University 2013 Regulation Finite Element Analysis Lecture Notes Anna University 2013 Regulation
Finite Element Analysis Lecture Notes Anna University 2013 Regulation NAVEEN UTHANDI
 
Intro to fea software
Intro to fea softwareIntro to fea software
Intro to fea softwarekubigs
 
Finite Element Analysis - UNIT-2
Finite Element Analysis - UNIT-2Finite Element Analysis - UNIT-2
Finite Element Analysis - UNIT-2propaul
 
Me2353 finite-element-analysis-lecture-notes
Me2353 finite-element-analysis-lecture-notesMe2353 finite-element-analysis-lecture-notes
Me2353 finite-element-analysis-lecture-notesAmit Ghongade
 

What's hot (20)

General steps of the finite element method
General steps of the finite element methodGeneral steps of the finite element method
General steps of the finite element method
 
Rayleigh Ritz Method
Rayleigh Ritz MethodRayleigh Ritz Method
Rayleigh Ritz Method
 
Fem lecture
Fem lectureFem lecture
Fem lecture
 
Introduction fea
Introduction feaIntroduction fea
Introduction fea
 
An Introduction to the Finite Element Method
An Introduction to the Finite Element MethodAn Introduction to the Finite Element Method
An Introduction to the Finite Element Method
 
FEM and it's applications
FEM and it's applicationsFEM and it's applications
FEM and it's applications
 
Finite Element Analysis - UNIT-3
Finite Element Analysis - UNIT-3Finite Element Analysis - UNIT-3
Finite Element Analysis - UNIT-3
 
ME6603 - FINITE ELEMENT ANALYSIS
ME6603 - FINITE ELEMENT ANALYSIS ME6603 - FINITE ELEMENT ANALYSIS
ME6603 - FINITE ELEMENT ANALYSIS
 
Introduction to FEA
Introduction to FEAIntroduction to FEA
Introduction to FEA
 
ME6603 - FINITE ELEMENT ANALYSIS UNIT - III NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - III NOTES AND QUESTION BANKME6603 - FINITE ELEMENT ANALYSIS UNIT - III NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - III NOTES AND QUESTION BANK
 
Finite Element Methods
Finite Element  MethodsFinite Element  Methods
Finite Element Methods
 
Finite element method
Finite element methodFinite element method
Finite element method
 
Finite Element Analysis -Dr.P.Parandaman
Finite Element Analysis  -Dr.P.ParandamanFinite Element Analysis  -Dr.P.Parandaman
Finite Element Analysis -Dr.P.Parandaman
 
Finite Element Method
Finite Element MethodFinite Element Method
Finite Element Method
 
Meshing in FEA - Why Do We Carry Out Meshing?
Meshing in FEA - Why Do We Carry Out Meshing?Meshing in FEA - Why Do We Carry Out Meshing?
Meshing in FEA - Why Do We Carry Out Meshing?
 
Finite Element Analysis Lecture Notes Anna University 2013 Regulation
Finite Element Analysis Lecture Notes Anna University 2013 Regulation Finite Element Analysis Lecture Notes Anna University 2013 Regulation
Finite Element Analysis Lecture Notes Anna University 2013 Regulation
 
Merchant's circle
Merchant's circleMerchant's circle
Merchant's circle
 
Intro to fea software
Intro to fea softwareIntro to fea software
Intro to fea software
 
Finite Element Analysis - UNIT-2
Finite Element Analysis - UNIT-2Finite Element Analysis - UNIT-2
Finite Element Analysis - UNIT-2
 
Me2353 finite-element-analysis-lecture-notes
Me2353 finite-element-analysis-lecture-notesMe2353 finite-element-analysis-lecture-notes
Me2353 finite-element-analysis-lecture-notes
 

Similar to Introduction to finite element analysis

Finite element modelling
Finite element modellingFinite element modelling
Finite element modellingDeepak Antil
 
Curso de Analisis por elementos finitos
Curso de Analisis por elementos finitosCurso de Analisis por elementos finitos
Curso de Analisis por elementos finitosEnrique C.
 
Finite Element Method
Finite Element MethodFinite Element Method
Finite Element MethodYatin Singh
 
Finite Element Analysis Rajendra M.pdf
Finite Element Analysis Rajendra M.pdfFinite Element Analysis Rajendra M.pdf
Finite Element Analysis Rajendra M.pdfRaviSekhar35
 
FEA 2 marks unit 1 to 5
FEA 2 marks unit 1 to 5FEA 2 marks unit 1 to 5
FEA 2 marks unit 1 to 5gokulfea
 
FEM Lecture.ppt
FEM Lecture.pptFEM Lecture.ppt
FEM Lecture.pptjuzaila
 
Finite Element Analysis of Truss Structures
Finite Element Analysis of Truss StructuresFinite Element Analysis of Truss Structures
Finite Element Analysis of Truss StructuresMahdi Damghani
 
Lecture 3.pdf
Lecture 3.pdfLecture 3.pdf
Lecture 3.pdfYesuf3
 
Structural Dynamic Reanalysis of Beam Elements Using Regression Method
Structural Dynamic Reanalysis of Beam Elements Using Regression MethodStructural Dynamic Reanalysis of Beam Elements Using Regression Method
Structural Dynamic Reanalysis of Beam Elements Using Regression MethodIOSR Journals
 
Finite Element Method.pptx
Finite Element Method.pptxFinite Element Method.pptx
Finite Element Method.pptxHassanShah396906
 
Static and Dynamic Reanalysis of Tapered Beam
Static and Dynamic Reanalysis of Tapered BeamStatic and Dynamic Reanalysis of Tapered Beam
Static and Dynamic Reanalysis of Tapered BeamIJERA Editor
 

Similar to Introduction to finite element analysis (20)

Fea theory
Fea theoryFea theory
Fea theory
 
FEA_Theory.ppt
FEA_Theory.pptFEA_Theory.ppt
FEA_Theory.ppt
 
Finite element modelling
Finite element modellingFinite element modelling
Finite element modelling
 
Fem notes
Fem notesFem notes
Fem notes
 
Curso de Analisis por elementos finitos
Curso de Analisis por elementos finitosCurso de Analisis por elementos finitos
Curso de Analisis por elementos finitos
 
Fem 1
Fem 1Fem 1
Fem 1
 
Finite Element Method
Finite Element MethodFinite Element Method
Finite Element Method
 
Finete Element
Finete ElementFinete Element
Finete Element
 
Finite Element Analysis Rajendra M.pdf
Finite Element Analysis Rajendra M.pdfFinite Element Analysis Rajendra M.pdf
Finite Element Analysis Rajendra M.pdf
 
FEA 2 marks unit 1 to 5
FEA 2 marks unit 1 to 5FEA 2 marks unit 1 to 5
FEA 2 marks unit 1 to 5
 
Fea 2 mark
Fea 2 markFea 2 mark
Fea 2 mark
 
FEM Lecture.ppt
FEM Lecture.pptFEM Lecture.ppt
FEM Lecture.ppt
 
Fem lecture
Fem lectureFem lecture
Fem lecture
 
Chapter4
Chapter4Chapter4
Chapter4
 
Finite Element Analysis of Truss Structures
Finite Element Analysis of Truss StructuresFinite Element Analysis of Truss Structures
Finite Element Analysis of Truss Structures
 
Lecture 3.pdf
Lecture 3.pdfLecture 3.pdf
Lecture 3.pdf
 
Structural Dynamic Reanalysis of Beam Elements Using Regression Method
Structural Dynamic Reanalysis of Beam Elements Using Regression MethodStructural Dynamic Reanalysis of Beam Elements Using Regression Method
Structural Dynamic Reanalysis of Beam Elements Using Regression Method
 
Finite Element Method.pptx
Finite Element Method.pptxFinite Element Method.pptx
Finite Element Method.pptx
 
1 d analysis
1 d analysis1 d analysis
1 d analysis
 
Static and Dynamic Reanalysis of Tapered Beam
Static and Dynamic Reanalysis of Tapered BeamStatic and Dynamic Reanalysis of Tapered Beam
Static and Dynamic Reanalysis of Tapered Beam
 

More from Tarun Gehlot

Materials 11-01228
Materials 11-01228Materials 11-01228
Materials 11-01228Tarun Gehlot
 
Continuity and end_behavior
Continuity and  end_behaviorContinuity and  end_behavior
Continuity and end_behaviorTarun Gehlot
 
Continuity of functions by graph (exercises with detailed solutions)
Continuity of functions by graph   (exercises with detailed solutions)Continuity of functions by graph   (exercises with detailed solutions)
Continuity of functions by graph (exercises with detailed solutions)Tarun Gehlot
 
Factoring by the trial and-error method
Factoring by the trial and-error methodFactoring by the trial and-error method
Factoring by the trial and-error methodTarun Gehlot
 
Finite elements : basis functions
Finite elements : basis functionsFinite elements : basis functions
Finite elements : basis functionsTarun Gehlot
 
Finite elements for 2‐d problems
Finite elements  for 2‐d problemsFinite elements  for 2‐d problems
Finite elements for 2‐d problemsTarun Gehlot
 
Error analysis statistics
Error analysis   statisticsError analysis   statistics
Error analysis statisticsTarun Gehlot
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlabTarun Gehlot
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentialsTarun Gehlot
 
Local linear approximation
Local linear approximationLocal linear approximation
Local linear approximationTarun Gehlot
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functionsTarun Gehlot
 
Propeties of-triangles
Propeties of-trianglesPropeties of-triangles
Propeties of-trianglesTarun Gehlot
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadraturesTarun Gehlot
 
Basics of set theory
Basics of set theoryBasics of set theory
Basics of set theoryTarun Gehlot
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationTarun Gehlot
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theoryTarun Gehlot
 
Miscellneous functions
Miscellneous  functionsMiscellneous  functions
Miscellneous functionsTarun Gehlot
 
Dependent v. independent variables
Dependent v. independent variablesDependent v. independent variables
Dependent v. independent variablesTarun Gehlot
 

More from Tarun Gehlot (20)

Materials 11-01228
Materials 11-01228Materials 11-01228
Materials 11-01228
 
Binary relations
Binary relationsBinary relations
Binary relations
 
Continuity and end_behavior
Continuity and  end_behaviorContinuity and  end_behavior
Continuity and end_behavior
 
Continuity of functions by graph (exercises with detailed solutions)
Continuity of functions by graph   (exercises with detailed solutions)Continuity of functions by graph   (exercises with detailed solutions)
Continuity of functions by graph (exercises with detailed solutions)
 
Factoring by the trial and-error method
Factoring by the trial and-error methodFactoring by the trial and-error method
Factoring by the trial and-error method
 
Finite elements : basis functions
Finite elements : basis functionsFinite elements : basis functions
Finite elements : basis functions
 
Finite elements for 2‐d problems
Finite elements  for 2‐d problemsFinite elements  for 2‐d problems
Finite elements for 2‐d problems
 
Error analysis statistics
Error analysis   statisticsError analysis   statistics
Error analysis statistics
 
Matlab commands
Matlab commandsMatlab commands
Matlab commands
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlab
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentials
 
Local linear approximation
Local linear approximationLocal linear approximation
Local linear approximation
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functions
 
Propeties of-triangles
Propeties of-trianglesPropeties of-triangles
Propeties of-triangles
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadratures
 
Basics of set theory
Basics of set theoryBasics of set theory
Basics of set theory
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theory
 
Miscellneous functions
Miscellneous  functionsMiscellneous  functions
Miscellneous functions
 
Dependent v. independent variables
Dependent v. independent variablesDependent v. independent variables
Dependent v. independent variables
 

Recently uploaded

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 

Recently uploaded (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 

Introduction to finite element analysis

  • 1. Introduction to Finite Element Analysis (FEA) or Finite Element Method (FEM)
  • 2. Finite Element Analysis (FEA) or Finite Element Method (FEM) The Finite Element Analysis (FEA) is a numerical method for solving problems of engineering and mathematical physics. Useful for problems with complicated geometries, loadings, and material properties where analytical solutions can not be obtained.
  • 3. The Purpose of FEA Analytical Solution • • Stress analysis for trusses, beams, and other simple structures are carried out based on dramatic simplification and idealization: – mass concentrated at the center of gravity – beam simplified as a line segment (same cross-section) Design is based on the calculation results of the idealized structure & a large safety factor (1.5-3) given by experience. FEA • Design geometry is a lot more complex; and the accuracy requirement is a lot higher. We need – To understand the physical behaviors of a complex object (strength, heat transfer capability, fluid flow, etc.) – To predict the performance and behavior of the design; to calculate the safety margin; and to identify the weakness of the design accurately; and – To identify the optimal design with confidence
  • 4. Brief History Grew out of aerospace industry Post-WW II jets, missiles, space flight Need for light weight structures Required accurate stress analysis Paralleled growth of computers
  • 5. Common FEA Applications Mechanical/Aerospace/Civil/Automotive Engineering Structural/Stress Analysis   Static/Dynamic Linear/Nonlinear Fluid Flow Heat Transfer Electromagnetic Fields Soil Mechanics Acoustics Biomechanics
  • 6. Discretization Complex Object Simple Analysis (Material discontinuity, Complex and arbitrary geometry) Real Word Simplified (Idealized) Physical Model Mathematical Model Discretized (mesh) Model
  • 7. Discretizations Model body by dividing it into an equivalent system of many smaller bodies or units (finite elements) interconnected at points common to two or more elements (nodes or nodal points) and/or boundary lines and/or surfaces.
  • 8. Elements & Nodes - Nodal Quantity
  • 9. Feature Obtain a set of algebraic equations to solve for unknown (first) nodal quantity (displacement). Secondary quantities (stresses and strains) are expressed in terms of nodal values of primary quantity
  • 13. Examples of FEA – 1D (beams)
  • 15. Examples of FEA – 3D
  • 16. Advantages Irregular Boundaries General Loads Different Materials Boundary Conditions Variable Element Size Easy Modification Dynamics Nonlinear Problems (Geometric or Material) The following notes are a summary from “Fundamentals of Finite Element Analysis” by David V. Hutton
  • 17. Principles of FEA The finite element method (FEM), or finite element analysis (FEA), is a computational technique used to obtain approximate solutions of boundary value problems in engineering. Boundary value problems are also called field problems. The field is the domain of interest and most often represents a physical structure. The field variables are the dependent variables of interest governed by the differential equation. The boundary conditions are the specified values of the field variables (or related variables such as derivatives) on the boundaries of the field.
  • 18. For simplicity, at this point, we assume a two-dimensional case with a single field variable φ(x, y) to be determined at every point P(x, y) such that a known governing equation (or equations) is satisfied exactly at every such point. -A finite element is not a differential element of size dx × dy. - A node is a specific point in the finite element at which the value of the field variable is to be explicitly calculated.
  • 19. Shape Functions The values of the field variable computed at the nodes are used to approximate the values at non-nodal points (that is, in the element interior) by interpolation of the nodal values. For the three-node triangle example, the field variable is described by the approximate relation φ(x, y) = N1(x, y) φ1 + N2(x, y) φ2 + N3(x, y) φ3 where φ1, φ2, and φ3 are the values of the field variable at the nodes, and N1, N2, and N3 are the interpolation functions, also known as shape functions or blending functions. In the finite element approach, the nodal values of the field variable are treated as unknown constants that are to be determined. The interpolation functions are most often polynomial forms of the independent variables, derived to satisfy certain required conditions at the nodes. The interpolation functions are predetermined, known functions of the independent variables; and these functions describe the variation of the field variable within the finite element.
  • 20. Degrees of Freedom Again a two-dimensional case with a single field variable φ(x, y). The triangular element described is said to have 3 degrees of freedom, as three nodal values of the field variable are required to describe the field variable everywhere in the element (scalar). φ(x, y) = N1(x, y) φ1 + N2(x, y) φ2 + N3(x, y) φ3 In general, the number of degrees of freedom associated with a finite element is equal to the product of the number of nodes and the number of values of the field variable (and possibly its derivatives) that must be computed at each node.
  • 21. A GENERAL PROCEDURE FOR FINITE ELEMENT ANALYSIS • Preprocessing – – – – – – Define the geometric domain of the problem. Define the element type(s) to be used (Chapter 6). Define the material properties of the elements. Define the geometric properties of the elements (length, area, and the like). Define the element connectivities (mesh the model). Define the physical constraints (boundary conditions). Define the loadings. • Solution – – computes the unknown values of the primary field variable(s) computed values are then used by back substitution to compute additional, derived variables, such as reaction forces, element stresses, and heat flow. • Postprocessing – Postprocessor software contains sophisticated routines used for sorting, printing, and plotting selected results from a finite element solution.
  • 22. Stiffness Matrix The primary characteristics of a finite element are embodied in the element stiffness matrix. For a structural finite element, the stiffness matrix contains the geometric and material behavior information that indicates the resistance of the element to deformation when subjected to loading. Such deformation may include axial, bending, shear, and torsional effects. For finite elements used in nonstructural analyses, such as fluid flow and heat transfer, the term stiffness matrix is also used, since the matrix represents the resistance of the element to change when subjected to external influences.
  • 23. LINEAR SPRING AS A FINITE ELEMENT A linear elastic spring is a mechanical device capable of supporting axial loading only, and the elongation or contraction of the spring is directly proportional to the applied axial load. The constant of proportionality between deformation and load is referred to as the spring constant, spring rate, or spring stiffness k, and has units of force per unit length. As an elastic spring supports axial loading only, we select an element coordinate system (also known as a local coordinate system) as an x axis oriented along the length of the spring, as shown.
  • 24. Assuming that both the nodal displacements are zero when the spring is undeformed, the net spring deformation is given by δ= u2 − u1 and the resultant axial force in the spring is f = kδ = k(u2 − u1) For equilibrium, f1 + f2 = 0 or f1 = − f2, Then, in terms of the applied nodal forces as f1 = −k(u2 − u1) f2 = k(u2 − u1) which can be expressed in matrix form as or where Stiffness matrix for one spring element is defined as the element stiffness matrix in the element coordinate system (or local system), {u} is the column matrix (vector) of nodal displacements, and { f } is the column matrix (vector) of element nodal forces.
  • 25. with known {F} = [K] {X} unknown The equation shows that the element stiffness matrix for the linear spring element is a 2 × 2 matrix. This corresponds to the fact that the element exhibits two nodal displacements (or degrees of freedom) and that the two displacements are not independent (that is, the body is continuous and elastic). Furthermore, the matrix is symmetric. This is a consequence of the symmetry of the forces (equal and opposite to ensure equilibrium). Also the matrix is singular and therefore not invertible. That is because the problem as defined is incomplete and does not have a solution: boundary conditions are required.
  • 26. SYSTEM OF TWO SPRINGS These are external forces Free body diagrams: These are internal forces
  • 27. Writing the equations for each spring in matrix form: Superscript refers to element To begin assembling the equilibrium equations describing the behavior of the system of two springs, the displacement compatibility conditions, which relate element displacements to system displacements, are written as: And therefore: Here, we use the notation f ( j )i to represent the force exerted on element j at node i.
  • 28. Expand each equation in matrix form: Summing member by member: Next, we refer to the free-body diagrams of each of the three nodes:
  • 29. Final form: (1) Where the stiffness matrix: Note that the system stiffness matrix is: (1) symmetric, as is the case with all linear systems referred to orthogonal coordinate systems; (2) singular, since no constraints are applied to prevent rigid body motion of the system; (3) the system matrix is simply a superposition of the individual element stiffness matrices with proper assignment of element nodal displacements and associated stiffness coefficients to system nodal displacements.
  • 30. (first nodal quantity) (second nodal quantities)
  • 31. Example with Boundary Conditions Consider the two element system as described before where Node 1 is attached to a fixed support, yielding the displacement constraint U1 = 0, k1= 50 lb/in, k2= 75 lb/in, F2= F3= 75 lb for these conditions determine nodal displacements U2 and U3. Substituting the specified values into (1) we have: Due to boundary condition
  • 32. Example with Boundary Conditions Because of the constraint of zero displacement at node 1, nodal force F1 becomes an unknown reaction force. Formally, the first algebraic equation represented in this matrix equation becomes: −50U2 = F1 and this is known as a constraint equation, as it represents the equilibrium condition of a node at which the displacement is constrained. The second and third equations become which can be solved to obtain U2 = 3 in. and U3 = 4 in. Note that the matrix equations governing the unknown displacements are obtained by simply striking out the first row and column of the 3 × 3 matrix system, since the constrained displacement is zero (homogeneous). If the displacement boundary condition is not equal to zero (nonhomogeneous) then this is not possible and the matrices need to be manipulated differently (partitioning).
  • 33. Truss Element The spring element is also often used to represent the elastic nature of supports for more complicated systems. A more generally applicable, yet similar, element is an elastic bar subjected to axial forces only. This element, which we simply call a bar or truss element, is particularly useful in the analysis of both two- and threedimensional frame or truss structures. Formulation of the finite element characteristics of an elastic bar element is based on the following assumptions: 1.The bar is geometrically straight. 2.The material obeys Hooke’s law. 3.Forces are applied only at the ends of the bar. 4.The bar supports axial loading only; bending, torsion, and shear are not transmitted to the element via the nature of its connections to other elements.
  • 34. Truss Element Stiffness Matrix Let’s obtain an expression for the stiffness matrix K for the beam element. Recall from elementary strength of materials that the deflection δ of an elastic bar of length L and uniform cross-sectional area A when subjected to axial load P : where E is the modulus of elasticity of the material. Then the equivalent spring constant k: Therefore the stiffness matrix for one element is: And the equilibrium equation in matrix form:
  • 35. Truss Element Blending Function An elastic bar of length L to which is affixed a uniaxial coordinate system x with its origin arbitrarily placed at the left end. This is the element coordinate system or reference frame. Denoting axial displacement at any position along the length of the bar as u(x), we define nodes 1 and 2 at each end as shown and introduce the nodal displacements: u1=u (x=0) and u2 = u(x = L). Thus, we have the continuous field variable u(x), which is to be expressed (approximately) in terms of two nodal variables u1 and u2. To accomplish this discretization, we assume the existence of interpolation functions N1(x) and N2(x) (also known as shape or blending functions) such that u(x) = N1(x)u1 + N2(x)u2
  • 36. Truss Element Blending Function To determine the interpolation functions, we require that the boundary values of u(x) (the nodal displacements) be identically satisfied by the discretization such that: u1=u (x=0) and u2 = u(x = L). lead to the following boundary (nodal) conditions: N1(0) = 1 N2(0) = 0 N1(L) = 0 N2(L) = 1 As we have two conditions that must be satisfied by each of two one-dimensional functions, the simplest forms for the interpolation functions are polynomial forms: N1(x) = a0 + a1x N2(x) = b0 + b1x
  • 37. Truss Element Blending Function Where the polynomial coefficients are to be determined via satisfaction of the boundary (nodal) conditions. Application of conditions yields a0 = 1, b0 = 0 , therefore a1 = −(1/L) and b1 = x/L. Therefore, the interpolation functions are N1(x) = 1 − x/L N2(x) = x/L total interpolation Therefore the final expression of the blending function is: u2 u(x) = (1 − x/L)u1 + (x/L)u2 And in matrix form: u1 u1 contribution u2 contribution This is the displacement field in terms of nodal variables.
  • 38. Truss Element Example Figure depicts a tapered elastic bar subjected to an applied tensile load P at one end and attached to a fixed support at the other end. The cross-sectional area varies linearly from A0 at the fixed support at x = 0 to A0/2 at x = L. Calculate the displacement of the end of the bar (a) by modeling the bar as a single element having cross-sectional area equal to the area of the actual bar at its midpoint along the length, (b) using two bar elements of equal length and similarly evaluating the area at the midpoint of each, and compare to the exact solution.
  • 39. Truss Element Example Solution a) For a single element, the cross-sectional area is 3A0/4 and the element “spring constant” and element equation are: and Applying the constraint condition U1 = 0, we find for U2 as the displacement at x = L
  • 40. Truss Element Example Solution b) Two elements of equal length L/2 with associated nodal displacements. For element 1, A1 = 7A0/8 so while for element 2, we have Since no load is applied at the center of the bar, the equilibrium equations for the system of two elements is: Applying the constraint condition U1 = 0 results in
  • 41. Truss Element Example Solution b) Adding the two equations gives and substituting this result into the first equation results in Comparing the displacement for the three solution at x = L: a) b) c) Exact solution
  • 42. Truss Element Example Solution Comparison Deflection u(x) Node Shape function for interpolated values: u(x) = (1 − x/L)u1 + (x/L)u2
  • 43. Truss Element Example Solution Comparison Stress Node For stress results are much different, discontinuous for FEA and highly dependent on number of nodes
  • 44. Beam Element The usual assumptions of elementary beam theory are applicable here: 1. The beam is loaded only in the y direction. 2. Deflections of the beam are small in comparison to the characteristic dimensions of the beam. 3. The material of the beam is linearly elastic, isotropic, and homogeneous. The beam is prismatic and the cross section has an axis of symmetry in the plane of bending.
  • 45. Beam Element The equation shows that the element stiffness matrix for the beam element is a 4 × 4 matrix. This corresponds to the fact that the element exhibits four degrees of freedom and that the displacements are not independent (that is, the body is continuous and elastic). Furthermore, the matrix is symmetric. This is a consequence of the symmetry of the forces and moments (equal and opposite to ensure equilibrium). Also the matrix is singular and therefore not invertible. That is because the problem as defined is incomplete and does not have a solution: boundary conditions are required.
  • 46. Beam Element Shape Function and Stiffness Matrix Shape function: With And the Stiffness Matrix:
  • 47. Way of Stacking Blocks/Elements • Compatibility requirement: ensures that the “displacements” at the shared node of adjacent elements are equal. • Equilibrium requirement: ensures that elemental forces and the external forces applied to the system nodes are in equilibrium. • Boundary conditions: ensures the system satisfy the boundary constraints and so on.
  • 48. Limitations of Regular FEA Software • Unable to handle geometrically nonlinear - large deformation problems: shells, rubber, etc.
  • 49. Interpolation Functions for General Element Formulation In finite element analysis, solution accuracy is judged in terms of convergence as the element “mesh” is refined. There are two major methods of mesh refinement. In the first, known as h-refinement, mesh refinement refers to the process of increasing the number of elements used to model a given domain, consequently, reducing individual element size. In the second method, p-refinement, element size is unchanged but the order of the polynomials used as interpolation functions is increased. The objective of mesh refinement in either method is to obtain sequential solutions that exhibit asymptotic convergence to values representing the exact solution.