18

Click here to load reader

Introduction to Finite Elements Method

Embed Size (px)

Citation preview

Page 1: Introduction to Finite Elements Method

Overview

Introduction to FEM

IFEM Ch 1–Slide 1

Page 2: Introduction to Finite Elements Method

This course consists of three Parts:

I. Finite Element Basic Concepts

II. Formulation of Finite Elements

III. Computer Implementation of FEM

Course Coverage

Introduction to FEM

IFEM Ch 1–Slide 2

Page 3: Introduction to Finite Elements Method

Where the Course Fits

The field of Mechanics can be subdivided into 3 major areas:

Mechanics

Theoretical

Applied

Computational

Introduction to FEM

IFEM Ch 1–Slide 3

Page 4: Introduction to Finite Elements Method

Computational Mechanics

Branches of Computational Mechanics can be distinguished accordingto the physical focus of attention

ComputationalMechanics

Nano and Micromechanics

Continuum Mechanics: Solids and Structures Fluids Multiphysics

Systems

Introduction to FEM

IFEM Ch 1–Slide 4

Page 5: Introduction to Finite Elements Method

Computational Solid and Structural Mechanics

A convenient subdivision of problems in ComputationalSolid and Structural Mechanics (CSM) is

ComputationalSolid and StructuralMechanics (CSM)

Statics

Dynamics

Introduction to FEM

IFEM Ch 1–Slide 5

Page 6: Introduction to Finite Elements Method

CSM Statics

A further subdivision of problems in CSM Statics is

CSM Statics

Linear

Nonlinear

Introduction to FEM

IFEM Ch 1–Slide 6

Page 7: Introduction to Finite Elements Method

CSM Linear Statics

For the numerical simulation on the computer we must now chose a spatial discretization method:

CSM Linear Statics

Finite Element Method

Finite Difference Method

Boundary Element Method

Finite Volume Method

Spectral Method

Mesh-Free Method

Introduction to FEM

IFEM Ch 1–Slide 7

Page 8: Introduction to Finite Elements Method

CSM Linear Statics by FEM

Having selected the FEM for discretization, we must next pick a formulation and a solution method:

Formulation of FEM Model

Solution of FEM ModelStiffnessFlexibilityMixed

DisplacementEquilibriumMixedHybrid

Introduction to FEM

IFEM Ch 1–Slide 8

Page 9: Introduction to Finite Elements Method

Summarizing: This Course Covers

Computational structural mechanics

Linear static problems

Spatially discretized by displacement-formulated FEM

Solved by the stiffness method

Introduction to FEM

IFEM Ch 1–Slide 9

Page 10: Introduction to Finite Elements Method

What is a Finite Element?

Introduction to FEM

1

2

3

4

5

6

7

8

r

4

5 i jd

r

2r sin(π/n)

2π/n

Archimedes' problem (circa 250 B.C.): rectification of the circle as limit of inscribed regular polygons

IFEM Ch 1–Slide 10

Page 11: Introduction to Finite Elements Method

Computing π "by Archimedes FEM"

Introduction to FEM

n n

1 0.0000000000000002 2.0000000000000004 2.828427124746190 3.4142135623730968 3.06146745892071816 3.121445152258052 3.14141832793321132 3.13654849054593964 3.140331156954753 3.141592658918053128 3.141277250932773256 3.141513801144301 3.141592653589786 3.141592653589793

Exact π to 16 placesExtrapolated by Wynn-επ = n sin(π/n)

IFEM Ch 1–Slide 11

Page 12: Introduction to Finite Elements Method

The Idealization Process for a Simple Structure

joint

Physical Model

Mathematical and Discrete Model

support

member

IDEALIZATION &DISCRETIZATION

Introduction to FEM

Roof Truss��� ���

IFEM Ch 1–Slide 12

Page 13: Introduction to Finite Elements Method

Two Interpretations of FEM for Teaching

Physical Mathematical

Breakdown of structural system into components (elements) and reconstruction by the assembly process

Emphasized in Part I

Numerical approximation of a Boundary Value Problem by Ritz-Galerkin discretization with functions of local support

Emphasized in Part II

Introduction to FEM

IFEM Ch 1–Slide 13

Page 14: Introduction to Finite Elements Method

FEM in Modeling and Simulation: Physical FEM

Introduction to FEM

Physical system

simulation error= modeling + solution error

solution error

Discretemodel

Discretesolution

VALIDATION

VERIFICATION

FEM

CONTINUIFICATION

Ideal Mathematical

model

IDEALIZATION &DISCRETIZATION

SOLUTION

generallyirrelevant

IFEM Ch 1–Slide 14

Page 15: Introduction to Finite Elements Method

FEM in Modeling and Simulation: Mathematical FEM

Introduction to FEM

Discretization + solution error

REALIZATIONIDEALIZATION

solution error

Discretemodel

Discretesolution

VERIFICATION

VERIFICATIONFEM

IDEALIZATION &DISCRETIZATION

SOLUTION

Idealphysical system

Mathematicalmodel

generally irrelevant

IFEM Ch 1–Slide 15

Page 16: Introduction to Finite Elements Method

Model Updating in Physical FEM

Introduction to FEM

Physical system

simulation error

Parametrizeddiscretemodel

Experimentaldatabase

Discretesolution

FEM

EXPERIMENTS

IFEM Ch 1–Slide 16

Page 17: Introduction to Finite Elements Method

Synergy Between Mathematical and Physical FEM

Introduction to FEM

FEM Library

Component

discrete

model

Component

equations

Physical

system

System

discrete

model

Complete

solution

Mathematical

model

SYSTEM

LEVEL

COMPONENT

LEVEL (Intermediate levels omitted)

IFEM Ch 1–Slide 17

Page 18: Introduction to Finite Elements Method

Recommended Books for Linear FEMBasic level (reference): Zienkiewicz & Taylor (1988), Vols I (1988), II (1993).A comprehensive upgrade of the 1977 edition. Primarily an encyclopedicreference work that provides a panoramic coverage of FEM, as well as acomprehensive list of references. Not a textbook. A fifth edition has appeared.

Basic level (textbook): Cook, Malkus & Plesha (1989); this third edition isfairly comprehensive in scope and up to date although the coverage is moresuperficial than Zienkiewicz & Taylor.

Intermediate level: Hughes (1987). It requires substantial mathematicalexpertise on the part of the reader Recently reprinted by Dover..

Mathematically oriented: Strang & Fix (1973). Most readable mathematical treatment although outdated in several subjects.

Most fun (if you like British "humor"): Irons & Ahmad (1980)

Best value for the $$$: Przemieniecki (Dover edition 1985, ~$16). Although outdatedin many respects (e.g. the word "finite element" does not appear in this reprint ofthe original 1966 book), it is a valuable reference for programming simple elements.

Comprehensive web search engine for out-of print books: http://www3.addall.com

Introduction to FEM

IFEM Ch 1–Slide 18