SlideShare a Scribd company logo
1 of 21
Download to read offline
Finite Element Method (FEM)
Module Code:
Lecture on Introduction to FEM, 15 September 2019
By: Dr. Mesay Alemu Tolcha
Faculty of Mechanical Engineering, JiT, Ethiopia.
1/21
Content I
1. Introduction
• What is the Finite Element Method?
• Common Application Areas
• Modeling and Finite Element Methods
• FEM Procedures
2. Direct approach to solution of one-dimensional problem
• Spring Element and Truss Element
• Analysis of Truss Structure
• Heat Transfer in a composite wall
• Pipe flow element
3. Finite Element Methods Formulation
• Introduction
• Weighted Residual Methods
• Galerkin’s Method
• Galerkin’s Finite Element Method/ Dicretization Principle
• Variational Method 2/21
Content II
4. Interpolation Functions and Isoparametric Elements
• One-Dimensional Elements
• Two-Dimensional Elements
• Triangular Elements
• Area Coordinates
• Rectangular Elements
• Natural Coordinates
• Three-Dimensional Elements
• Isoparametric Formulation
• Axisymmetric Elements
5. Numerical Integration
• Transformation of integral from global to local coordinates
• Jacobian Matrix
• Gaussian quadrature, Trapezoidal rule, Simpson’s rule
6. Plain Stress and Strain Analysis by FEM
• Constitutive Equations
3/21
Outline III
• Plane stress and Plane Analysis using plate Elements
• Axis Symmetric problems
7. Plane Steady State heat Conduction Analysis
• Element Thermal Stiffness Matrix and Load Vector Derivation
• Assembly of Element Matrix
• Boundary Conditions
• Imposition of Prefixed Temperature
• Imposition of Heat Flux
• Imposition of Convective Heat Transfer
8. Transient Heat Conduction Analysis
• Element Thermal Stiffness and Capacitance Matrix Derivation
• Assembly of element matrix
• Imposition of boundary conditions
9. Dynamic Analysis of a Beam by FEM
• Element Mass, stiffness matrices and load vectors
• Modal analysis 4/21
...Cont
10. Software Practice
• Python
• ABAQUS/ANSYS
Assessment Strategy:
• Exercises: 15%
• Project 1: 15%
• Project 2: 20%
• Final exam: 50%
5/21
Application area of FEM
What do you expect from this course?
• The finite element method is now widely used for analysis of
structural engineering problems.
◦ In civil, aeronautical, mechanical, ocean, mining, nuclear,
biomechanical,... engineering
• Since the first applications two decades ago,
• Now we see applications in linear, nonlinear, static and
dynamic analysis
• Various computer programs are available and in significant use
• Therefore, how do we cover the entire course within the
stipulated time?
6/21
Engineering Analyzing Tools
Theoretical justification
Constitutive equations
Math models
New Exist
Governing models
Physical problem
Establish FEM models
Solve the models/simulate
Interpret the results
Results OK?
Extract the results
Experimental validation
Analytical
methods
FEM
solution
process
Experimental
design &
test
No
Yes
Refine
the models
7/21
Methods of Engineering Analysis...
There are three approaches usually followed to undertake any
engineering analysis:
• Experimental methods
◦ Accurate but it needs man power and materials. So, it is time
consuming and cost to process.
• Analytical methods
◦ Quick and closed form solution but for simple geometries and
simple loading conditions.
• FEM or approximate methods
◦ Approximate but acceptable solution for problems involving
complex material properties and loading.
8/21
Numerical Methods
The common four numerical methods are:
• Finite Difference Method
◦ For heat transfer, fluid and structural mechanics. This method
is difficult to use when regions have curved or irregular
boundaries
• Boundary element method (BEM) and Finite volume method
(FVM)... to solve thermal and computational fluid dynamics
• Finite Element Method
◦ This method is a popular numerical technique that used to
determine the approximated solution for a partial differential
equation (PDE)
• Functional approximation/Method implemented in FEM
◦ Rayleigh-Ritz (variation approach) for complex structural
◦ Weighted residual method for solving non-structural
9/21
What is the finite element method ?
Finite element method is a numerical method for solving
problems of Engineering and Mathematical Physics.
• So, Finite element method can be viewed simply as a method
of finding approximate solutions for partial differential
equations.
• Or as a tool to transform partial differential equations into
algebraic equations, which are then easily solved. In this
method the body is considered as an assemblage of elements
connected at a finite number of Nodes.
• On other the hand, the FEM reduces the degree of freedom
from infinite to finite with the help of discretion or meshing
(nodes and elements)
10/21
Introduction to FEM more...
Structural/Stress Analysis
Figure 1: Application area of FEM 11/21
Introduction to FEM more...
ements
a)
b)
c) d)
Figure 2: Multiphyics application. a) Car crush, b)Thermal stress analysis, c)
Electromagnetic analysis, d) Aerodynamics analysis
12/21
History of Finite Element Methods
• Hrenikoff (1941), proposed framework method
• Courant (1943), used principle of stationary potential energy
• 1953, -Stiffness equations were written and solved using
digital computers by several research
• Clough (1960), made up the name "finite element method"
• 1970s, -FEA carried on "mainframe" computers
• 1980, -FEM code run on PCs
• 2000s, -Parallel implementation of FEM (large-scale analysis,
virtual design
• There are improvement every times in feature also.....
13/21
Major FEM Analysis Steps
• Discretization of the domain into a finite number of
subdomains (elements)
• Selection of interpolation functions
• Development of the element matrix for the subdomain
(element)
• Assembly of the element matrices of each subdomain to obtain
the global matrix for the entire domain,
• Imposition of the boundary conditions
• Solution of equations
• Additional computations (if desired).
14/21
Simple Example,...Approximation the area of a circle
ements
Node
Edge
Element
Figure 3: Discretisation of a Continuum
Deiscretization modelling is dividing a body it into a equivalent
system of finite elements interconnected at finite number points on
each element called node.
15/21
Finite Element Method Continued
• Assume a trial Solution that satisfies the boundary condition
• The domain residual or error is calculated while satisfying the
differential equation
• The weighted sum of the domain residual computed over the
entire domain is rendered zero
• The accuracy of the assumed trial solution can be improved by
taking additional higher order terms but computations
becomes tedious.
• Therefore, it is not a trivial task to choose a single trial
function over the entire domain satisfying the boundary
condition.
• It is preferred to discretize the domain in to several elements
and use several piece wise continuous trial functions, each
valid with in a segment. 16/21
Common Types of Elements
1. One-Dimensional Elements (1D)
• Line, Rods, Beams, Trusses, Frames
2. Two-Dimensional Elements (2D)
• Triangular, Quadrilateral Plates, Shells, 2D Continua
3. Three-Dimensional Elements (3D)
• Tetrahedral, Rectangular, Prism (Brick), 3-D Continua
If this the case, finite element method only makes
calculations at a limited (finite) number of points and then
interpolated the results for the entire domain
Therefore, any continuous solution field such as stress,
displacement, temperature, pressure, etc. can be approximated by
a discrete model composed of a set of piecewise continuous
functions defined over a finite number of sub-domains.
17/21
Two-Dimensional Discretization Refinement
ements Node
Piecewise linear representation
With 228 elements
Triangular element
Figure 4: A finite element partition
To understand the physics of such representation, mathematical
equation must be developed. The finite element equation can be
derived by either of the following methods:
1. Direct equilibrium method
2. Variation method /or Rayleigh-Ritz method
3. Weighted Residual method /or Galerkin method
18/21
FE Equation Derivation
• The direct method is easy to understand but difficult for
programming while the variation and weighted residual
methods are difficult to understand but easy from a
programming.
• The Galerkin Weighted Residual formulation is the most
popular from the finite element point of view.
Weighted Residual Method
• For any problem where the differential equation of the
phenomenon can be easily formulated, Weighted residual
becomes very useful. But,
• For structural problems, potential energy function can be easily
formed, Rayleigh-Ritz method is used.
19/21
FE Equation Derivation...In Direct Method
Direct approach to solution of one-dimensional problem including
the following points:
• Spring Element
• Truss Element
• Analysis of Truss Structure
• Element Transformation
• Heat Transfer in a composite wall
• Pipe flow element
Direct method, also known as the matrix stiffness method, is
particularly suited for computer-automated analysis of complex
structures including the statically indeterminate type.
20/21
FE Equation Derivation...
There are many types of weighted residual methods, among of
them, three are very popular.
1. Point collocation method
2. Least square method
3. Galerkin’s method
• Among these three, the Galerkin approach has the widest
choice and is used in FEMs.
• In Galerkin’s, the trial function itself is considered as the
weighting function.
• In point collocation, residuals are set to zero at n different
locations
21/21

More Related Content

Similar to Lecture on Introduction to finite element methods & its contents

A Comprehensive Introduction of the Finite Element Method for Undergraduate C...
A Comprehensive Introduction of the Finite Element Method for Undergraduate C...A Comprehensive Introduction of the Finite Element Method for Undergraduate C...
A Comprehensive Introduction of the Finite Element Method for Undergraduate C...IJERA Editor
 
Introduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdfIntroduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdfMustafaELALAMI
 
Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)Khusro Kamaluddin
 
Stages of fea in cad environment
Stages of fea in cad environmentStages of fea in cad environment
Stages of fea in cad environmentrashmi322
 
01. steps involved, merits, demerits & limitations of fem
01. steps involved, merits, demerits & limitations of fem01. steps involved, merits, demerits & limitations of fem
01. steps involved, merits, demerits & limitations of femSura Venkata Mahesh
 
A Consecutive-Interpolation Quadrilateral Element (CQ4) Formulation And Appl...
A Consecutive-Interpolation Quadrilateral Element (CQ4)  Formulation And Appl...A Consecutive-Interpolation Quadrilateral Element (CQ4)  Formulation And Appl...
A Consecutive-Interpolation Quadrilateral Element (CQ4) Formulation And Appl...Brandi Gonzales
 
Introduction to CAE and Element Properties.pptx
Introduction to CAE and Element Properties.pptxIntroduction to CAE and Element Properties.pptx
Introduction to CAE and Element Properties.pptxDrDineshDhande
 
FEA: Analytical Methods.pptx
FEA: Analytical Methods.pptxFEA: Analytical Methods.pptx
FEA: Analytical Methods.pptxDrDineshDhande
 
Introduction to finite element method
Introduction to finite element methodIntroduction to finite element method
Introduction to finite element methodshahzaib601980
 
Solution of engineering problems
Solution of engineering problemsSolution of engineering problems
Solution of engineering problemsGiridhar D
 
INTRODUCTION TO FINITE ELEMENT ANALYSIS
INTRODUCTION TO FINITE ELEMENT ANALYSISINTRODUCTION TO FINITE ELEMENT ANALYSIS
INTRODUCTION TO FINITE ELEMENT ANALYSISAchyuth Peri
 
Introduction of Finite Element Analysis
Introduction of Finite Element AnalysisIntroduction of Finite Element Analysis
Introduction of Finite Element AnalysisMuthukumar V
 

Similar to Lecture on Introduction to finite element methods & its contents (20)

EDM_SEMINAR.pptx
EDM_SEMINAR.pptxEDM_SEMINAR.pptx
EDM_SEMINAR.pptx
 
Introduction to fem
Introduction to femIntroduction to fem
Introduction to fem
 
A Comprehensive Introduction of the Finite Element Method for Undergraduate C...
A Comprehensive Introduction of the Finite Element Method for Undergraduate C...A Comprehensive Introduction of the Finite Element Method for Undergraduate C...
A Comprehensive Introduction of the Finite Element Method for Undergraduate C...
 
Introduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdfIntroduction_to_exament_Methods.pdf
Introduction_to_exament_Methods.pdf
 
Weighted residual.pdf
Weighted residual.pdfWeighted residual.pdf
Weighted residual.pdf
 
Fem utkarsh
Fem utkarshFem utkarsh
Fem utkarsh
 
ED7201 FEMMD_notes
ED7201 FEMMD_notesED7201 FEMMD_notes
ED7201 FEMMD_notes
 
Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)
 
Stages of fea in cad environment
Stages of fea in cad environmentStages of fea in cad environment
Stages of fea in cad environment
 
FEM_PPT.ppt
FEM_PPT.pptFEM_PPT.ppt
FEM_PPT.ppt
 
01. steps involved, merits, demerits & limitations of fem
01. steps involved, merits, demerits & limitations of fem01. steps involved, merits, demerits & limitations of fem
01. steps involved, merits, demerits & limitations of fem
 
A Consecutive-Interpolation Quadrilateral Element (CQ4) Formulation And Appl...
A Consecutive-Interpolation Quadrilateral Element (CQ4)  Formulation And Appl...A Consecutive-Interpolation Quadrilateral Element (CQ4)  Formulation And Appl...
A Consecutive-Interpolation Quadrilateral Element (CQ4) Formulation And Appl...
 
Introduction to CAE and Element Properties.pptx
Introduction to CAE and Element Properties.pptxIntroduction to CAE and Element Properties.pptx
Introduction to CAE and Element Properties.pptx
 
FEA: Analytical Methods.pptx
FEA: Analytical Methods.pptxFEA: Analytical Methods.pptx
FEA: Analytical Methods.pptx
 
Introduction to finite element method
Introduction to finite element methodIntroduction to finite element method
Introduction to finite element method
 
Solution of engineering problems
Solution of engineering problemsSolution of engineering problems
Solution of engineering problems
 
INTRODUCTION TO FINITE ELEMENT ANALYSIS
INTRODUCTION TO FINITE ELEMENT ANALYSISINTRODUCTION TO FINITE ELEMENT ANALYSIS
INTRODUCTION TO FINITE ELEMENT ANALYSIS
 
Introduction of Finite Element Analysis
Introduction of Finite Element AnalysisIntroduction of Finite Element Analysis
Introduction of Finite Element Analysis
 
Unit-I--FEA
Unit-I--FEAUnit-I--FEA
Unit-I--FEA
 
Fea unit 1
Fea unit 1Fea unit 1
Fea unit 1
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 

Lecture on Introduction to finite element methods & its contents

  • 1. Finite Element Method (FEM) Module Code: Lecture on Introduction to FEM, 15 September 2019 By: Dr. Mesay Alemu Tolcha Faculty of Mechanical Engineering, JiT, Ethiopia. 1/21
  • 2. Content I 1. Introduction • What is the Finite Element Method? • Common Application Areas • Modeling and Finite Element Methods • FEM Procedures 2. Direct approach to solution of one-dimensional problem • Spring Element and Truss Element • Analysis of Truss Structure • Heat Transfer in a composite wall • Pipe flow element 3. Finite Element Methods Formulation • Introduction • Weighted Residual Methods • Galerkin’s Method • Galerkin’s Finite Element Method/ Dicretization Principle • Variational Method 2/21
  • 3. Content II 4. Interpolation Functions and Isoparametric Elements • One-Dimensional Elements • Two-Dimensional Elements • Triangular Elements • Area Coordinates • Rectangular Elements • Natural Coordinates • Three-Dimensional Elements • Isoparametric Formulation • Axisymmetric Elements 5. Numerical Integration • Transformation of integral from global to local coordinates • Jacobian Matrix • Gaussian quadrature, Trapezoidal rule, Simpson’s rule 6. Plain Stress and Strain Analysis by FEM • Constitutive Equations 3/21
  • 4. Outline III • Plane stress and Plane Analysis using plate Elements • Axis Symmetric problems 7. Plane Steady State heat Conduction Analysis • Element Thermal Stiffness Matrix and Load Vector Derivation • Assembly of Element Matrix • Boundary Conditions • Imposition of Prefixed Temperature • Imposition of Heat Flux • Imposition of Convective Heat Transfer 8. Transient Heat Conduction Analysis • Element Thermal Stiffness and Capacitance Matrix Derivation • Assembly of element matrix • Imposition of boundary conditions 9. Dynamic Analysis of a Beam by FEM • Element Mass, stiffness matrices and load vectors • Modal analysis 4/21
  • 5. ...Cont 10. Software Practice • Python • ABAQUS/ANSYS Assessment Strategy: • Exercises: 15% • Project 1: 15% • Project 2: 20% • Final exam: 50% 5/21
  • 6. Application area of FEM What do you expect from this course? • The finite element method is now widely used for analysis of structural engineering problems. ◦ In civil, aeronautical, mechanical, ocean, mining, nuclear, biomechanical,... engineering • Since the first applications two decades ago, • Now we see applications in linear, nonlinear, static and dynamic analysis • Various computer programs are available and in significant use • Therefore, how do we cover the entire course within the stipulated time? 6/21
  • 7. Engineering Analyzing Tools Theoretical justification Constitutive equations Math models New Exist Governing models Physical problem Establish FEM models Solve the models/simulate Interpret the results Results OK? Extract the results Experimental validation Analytical methods FEM solution process Experimental design & test No Yes Refine the models 7/21
  • 8. Methods of Engineering Analysis... There are three approaches usually followed to undertake any engineering analysis: • Experimental methods ◦ Accurate but it needs man power and materials. So, it is time consuming and cost to process. • Analytical methods ◦ Quick and closed form solution but for simple geometries and simple loading conditions. • FEM or approximate methods ◦ Approximate but acceptable solution for problems involving complex material properties and loading. 8/21
  • 9. Numerical Methods The common four numerical methods are: • Finite Difference Method ◦ For heat transfer, fluid and structural mechanics. This method is difficult to use when regions have curved or irregular boundaries • Boundary element method (BEM) and Finite volume method (FVM)... to solve thermal and computational fluid dynamics • Finite Element Method ◦ This method is a popular numerical technique that used to determine the approximated solution for a partial differential equation (PDE) • Functional approximation/Method implemented in FEM ◦ Rayleigh-Ritz (variation approach) for complex structural ◦ Weighted residual method for solving non-structural 9/21
  • 10. What is the finite element method ? Finite element method is a numerical method for solving problems of Engineering and Mathematical Physics. • So, Finite element method can be viewed simply as a method of finding approximate solutions for partial differential equations. • Or as a tool to transform partial differential equations into algebraic equations, which are then easily solved. In this method the body is considered as an assemblage of elements connected at a finite number of Nodes. • On other the hand, the FEM reduces the degree of freedom from infinite to finite with the help of discretion or meshing (nodes and elements) 10/21
  • 11. Introduction to FEM more... Structural/Stress Analysis Figure 1: Application area of FEM 11/21
  • 12. Introduction to FEM more... ements a) b) c) d) Figure 2: Multiphyics application. a) Car crush, b)Thermal stress analysis, c) Electromagnetic analysis, d) Aerodynamics analysis 12/21
  • 13. History of Finite Element Methods • Hrenikoff (1941), proposed framework method • Courant (1943), used principle of stationary potential energy • 1953, -Stiffness equations were written and solved using digital computers by several research • Clough (1960), made up the name "finite element method" • 1970s, -FEA carried on "mainframe" computers • 1980, -FEM code run on PCs • 2000s, -Parallel implementation of FEM (large-scale analysis, virtual design • There are improvement every times in feature also..... 13/21
  • 14. Major FEM Analysis Steps • Discretization of the domain into a finite number of subdomains (elements) • Selection of interpolation functions • Development of the element matrix for the subdomain (element) • Assembly of the element matrices of each subdomain to obtain the global matrix for the entire domain, • Imposition of the boundary conditions • Solution of equations • Additional computations (if desired). 14/21
  • 15. Simple Example,...Approximation the area of a circle ements Node Edge Element Figure 3: Discretisation of a Continuum Deiscretization modelling is dividing a body it into a equivalent system of finite elements interconnected at finite number points on each element called node. 15/21
  • 16. Finite Element Method Continued • Assume a trial Solution that satisfies the boundary condition • The domain residual or error is calculated while satisfying the differential equation • The weighted sum of the domain residual computed over the entire domain is rendered zero • The accuracy of the assumed trial solution can be improved by taking additional higher order terms but computations becomes tedious. • Therefore, it is not a trivial task to choose a single trial function over the entire domain satisfying the boundary condition. • It is preferred to discretize the domain in to several elements and use several piece wise continuous trial functions, each valid with in a segment. 16/21
  • 17. Common Types of Elements 1. One-Dimensional Elements (1D) • Line, Rods, Beams, Trusses, Frames 2. Two-Dimensional Elements (2D) • Triangular, Quadrilateral Plates, Shells, 2D Continua 3. Three-Dimensional Elements (3D) • Tetrahedral, Rectangular, Prism (Brick), 3-D Continua If this the case, finite element method only makes calculations at a limited (finite) number of points and then interpolated the results for the entire domain Therefore, any continuous solution field such as stress, displacement, temperature, pressure, etc. can be approximated by a discrete model composed of a set of piecewise continuous functions defined over a finite number of sub-domains. 17/21
  • 18. Two-Dimensional Discretization Refinement ements Node Piecewise linear representation With 228 elements Triangular element Figure 4: A finite element partition To understand the physics of such representation, mathematical equation must be developed. The finite element equation can be derived by either of the following methods: 1. Direct equilibrium method 2. Variation method /or Rayleigh-Ritz method 3. Weighted Residual method /or Galerkin method 18/21
  • 19. FE Equation Derivation • The direct method is easy to understand but difficult for programming while the variation and weighted residual methods are difficult to understand but easy from a programming. • The Galerkin Weighted Residual formulation is the most popular from the finite element point of view. Weighted Residual Method • For any problem where the differential equation of the phenomenon can be easily formulated, Weighted residual becomes very useful. But, • For structural problems, potential energy function can be easily formed, Rayleigh-Ritz method is used. 19/21
  • 20. FE Equation Derivation...In Direct Method Direct approach to solution of one-dimensional problem including the following points: • Spring Element • Truss Element • Analysis of Truss Structure • Element Transformation • Heat Transfer in a composite wall • Pipe flow element Direct method, also known as the matrix stiffness method, is particularly suited for computer-automated analysis of complex structures including the statically indeterminate type. 20/21
  • 21. FE Equation Derivation... There are many types of weighted residual methods, among of them, three are very popular. 1. Point collocation method 2. Least square method 3. Galerkin’s method • Among these three, the Galerkin approach has the widest choice and is used in FEMs. • In Galerkin’s, the trial function itself is considered as the weighting function. • In point collocation, residuals are set to zero at n different locations 21/21