8/17/20151 the finite element method general overview

26
01/21/22 The Finite Element Method General Overview

Upload: pamela-logan

Post on 24-Dec-2015

225 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: 8/17/20151 The Finite Element Method General Overview

04/19/23 1

The Finite Element Method

General Overview

Page 2: 8/17/20151 The Finite Element Method General Overview

04/19/23 2

General Overview

widespread use in many engineering applications Applications of FEM in Engineering Mechanical/Aerospace/Civil/Automobile

Engineering Structure analysis (static/dynamic,linear/nonlinear) Thermal/fluid flows Electromagnetics Geomechanics Biomechanics ...

Page 3: 8/17/20151 The Finite Element Method General Overview

04/19/23 3

General Overview

examples– conduction heat transfer, solve for the

temperature distribution throughout the body with known boundary conditions and material properties

– fluid mechanics problems range from steady inviscid incompressible flow to complex viscous compressible flow,

Page 4: 8/17/20151 The Finite Element Method General Overview

04/19/23 4

General Overview

– acoustics uses finite element and boundary element numerical methods

– electromagnetic solution for magnetic field strength provide insight to the design of electromagnetic devices

– capabilities extended to include fluid-structure interactions, convective heat transfer

– Bio-mechanics-bone structural analysis, blood flow in blood vessels

Page 5: 8/17/20151 The Finite Element Method General Overview

04/19/23 5

General Overview

Finite element method is a numerical method of solving a system of governing equations over the domain of a continuous physical system

method applies the many fields of science and engineering

for engineering use, fields of continuum mechanics and the theory of elasticity provide the governing equations

Page 6: 8/17/20151 The Finite Element Method General Overview

04/19/23 6

Why numerical method

Most engineering problem involve solution of governing differential equations.

y

xP

x

4

4

du P0, u(0) = 0.

dx A E

Solve for unknown

displacement 'u'

d w p(x) dw0, w(0)= (0) = 0.

dx EI dxSolve for unknown

displacement 'w'

px

Page 7: 8/17/20151 The Finite Element Method General Overview

04/19/23 7

For heat transfer, torsion of shafts, irrotational flow, seepage through porous media

x y z

1 1

x x y y z z 2

K K K Q 0x x y y z z

Boundary conditions

= on surface S

K l K l K l q 0 on Sx y z

Solve for unknown function ' '

Page 8: 8/17/20151 The Finite Element Method General Overview

04/19/23 8

Solution of differential equation is tedious and some times impossible

x

y

P

px

Complex geometry, boundary conditions, loading conditions and material

Page 9: 8/17/20151 The Finite Element Method General Overview

04/19/23 9

General Overview

Finite element method can be summarized in the following steps:– small parts called elements subdivide the

domain of the solid structure – elements assemble through interconnections at

a finite number of points (nodes) on each element

– assembly provides a model of the structure

Page 10: 8/17/20151 The Finite Element Method General Overview

04/19/23 10

General Overview

– within each small domain, we assume a simple general solution to the governing equations

– solution for each element is a function of the unknown solutions at the nodes

Page 11: 8/17/20151 The Finite Element Method General Overview

04/19/23 11

x

1

23 4

5 6

x

Subdomain We

Domain divided with subdomainswith degrees of freedom

Domain W

x

x

Domain with degrees of freedom

Fundamental concept of FEM

The fundamental concept of FEM is that continuous function of a continuum (given domain W) having infinite degrees of freedom is replaced by a discrete model, approximated by a set of piecewise continuous function having a finite degree of freedom.

65

43

2

1

x

Page 12: 8/17/20151 The Finite Element Method General Overview

04/19/23 12

K F

Since the discrete model has finite degrees of freedom, hence the method got the name ‘FINITE ELEMENTS’Coined by Clough (1960).

Application of the general solution to all the elements results in a finite set of algebraic equations which are solved for the unknown nodal values

Applying boundary conditions solution for is obtained.

Page 13: 8/17/20151 The Finite Element Method General Overview

04/19/23 13

General Overview

sources of error– assumed solution within the element is rarely

the exact solution» error between exact and assumed solution

» magnitude depends on the size of the elements relative to the solution variation

» in most cases, assumed solution converges to the correct as element size decreases

Page 14: 8/17/20151 The Finite Element Method General Overview

04/19/23 14

General Overview

all solid structures could be modeled with three-dimensional solid elements, but for many cases this is overkill

many structures can be simplified by making some assumptions e.g. plane stress and plane strain assumptions, simple beam theory

Page 15: 8/17/20151 The Finite Element Method General Overview

04/19/23 15

General Overview

elements are categorized as either structural or continuum– structural elements include trusses, beams,

plates and shells» formulations are based on same assumptions as in

their structural theories

» finite element solution is no more accurate than a solution using conventional beam or plate theory

Page 16: 8/17/20151 The Finite Element Method General Overview

04/19/23 16

General Overview

– continuum elements are two- and three dimensional solid elements

» formulation based on the theory of elasticity (provides the governing equations for deformation and stress)

» Few closed form or numerical solutions exist for these problems

Page 17: 8/17/20151 The Finite Element Method General Overview

04/19/23 17

Using a Computer Program

3 stages – preprocessing– processor– postprocessing

Page 18: 8/17/20151 The Finite Element Method General Overview

04/19/23 18

Using a Computer Program

Page 19: 8/17/20151 The Finite Element Method General Overview

04/19/23 19

Using a Computer Program

preprocessing– create model

» nodal point locations» element selection» nodal connectivities» material properties» displacement boundary conditions» loads and load cases

– preprocessor assembles data into a format for execution

Page 20: 8/17/20151 The Finite Element Method General Overview

04/19/23 20

Using a Computer Program

processor– code that solves the system equations

» generates element stiffness matrices

» stores data in files

» assembles the structure stiffness matrix

» must provide enough displacement boundary conditions to prevent rigid body motion

– solution gives nodal displacements– with element information, get strain and stress

Page 21: 8/17/20151 The Finite Element Method General Overview

04/19/23 21

Using a Computer Program

postprocessing– numeric output data difficult to use– reduces data to graphic displays (contour plots,

graphs)– magnifies nodal displacements– nodal displacements are single valued– stress at a node can be multivalued if multiple

elements are attached to the node– (stress is found from within each element)

Page 22: 8/17/20151 The Finite Element Method General Overview

04/19/23 22

Re-analysis/redsign

Postprocessing– look at deformed displacements and check for

consistency with expected results– look at stresses and compare to approximate

solution

Page 23: 8/17/20151 The Finite Element Method General Overview

04/19/23 23

Re-analysis/redsign

Refine model by considering the results of the first analysis– high stress and rapid variations reduce

element size– low stress increase element size– Redo analysis and check if results are

converging

Page 24: 8/17/20151 The Finite Element Method General Overview

04/19/23 24

Page 25: 8/17/20151 The Finite Element Method General Overview

04/19/23 25

Page 26: 8/17/20151 The Finite Element Method General Overview

04/19/23 26

Re-analysis/redsign

Figure 1-7 is a refined model of 1-6– note how the maximum stress has increased– convergence has not yet been achieved

Serious mistake if only one model is analyzed– Figure 1-6 is in error by 23%, while Figure 1-7

is in error by 19% There is no guarantee that results will be

accurate