12
MECH593 Finite Element Methods Introduction Dr. Wenjing Ye

MECH593 Finite Element Methods

Embed Size (px)

DESCRIPTION

MECH593 Finite Element Methods. Introduction Dr. Wenjing Ye. Introduction. Problem solving procedure:. Identify problem Generate models Solve equations Interpret results. Numerical methods - methods that seek quantitative approximations - PowerPoint PPT Presentation

Citation preview

Page 1: MECH593 Finite Element Methods

MECH593 Finite Element Methods

Introduction

Dr. Wenjing Ye

Page 2: MECH593 Finite Element Methods

Introduction Problem solving procedure:

• Identify problem• Generate models• Solve equations• Interpret results

Numerical methods - methods that seek quantitative approximations to the solutions of mathematical problems - finite element method, boundary element method finite difference method, finite volume method, etc.

Page 3: MECH593 Finite Element Methods

What is the Finite Element Method– An Example

Example 1: Deformation of a bar with a non-uniform circular cross section subject a force P. (Weight of the bar is negligible).

P

1 2 1

1 2 1 2 3 2

2 3 2 3 4 3

3 4 3 4 5 4

4 5 4

0

0

0

0

0

R k u u

k u u k u u

k u u k u u

k u u k u u

k u u P

1 1 1

1 1 2 2 2

2 3 3 32

3 3 4 4 4

54 5 54

65 5

0 0 0 0

0 0 0 0

0 00 0

00 0 0

00 0 0

0 0 0 0

k k u R

k k k k u

k k k uk

k k k k u

uk k kk

Puk k

K u P R

L

Page 4: MECH593 Finite Element Methods

What is a Finite Element Method• View the problem domain as a collection of subdomains (elements)

• Solve the problem at each subdomain

• Assemble elements to find the global solution

• Solution is guaranteed to converge to the correct solution if proper theory, element formulation and solution procedure are followed.

Page 5: MECH593 Finite Element Methods

History of Finite Element Methods

• 1941 – Hrenikoff proposed framework method• 1943 – Courant used principle of stationary potential energy and piecewise function approximation• 1953 – Stiffness equations were written and solved using digital computers.• 1960 – Clough made up the name “finite element method”• 1970s – FEA carried on “mainframe” computers• 1980s – FEM code run on PCs• 2000s – Parallel implementation of FEM (large-scale analysis, virtual design)

Courant Clough

Page 6: MECH593 Finite Element Methods

Applications of Finite Element Methods

Structural & Stress Analysis Thermal Analysis Dynamic Analysis Acoustic Analysis Electro-Magnetic Analysis Manufacturing Processes Fluid Dynamics Financial Analysis

Page 7: MECH593 Finite Element Methods

7

Applications: Aerospace Engineering (AE)

Page 9: MECH593 Finite Element Methods

9

Applications: Electrical Engineering (EE)

Page 10: MECH593 Finite Element Methods

10

Applications: Biomedical Engineering (BE)

Page 11: MECH593 Finite Element Methods

11

The Future – Virtual Engineering

Page 12: MECH593 Finite Element Methods

Review of Basic Statics and Mechanics of Materials

• Static equilibrium conditions/free-body diagram• Stress, strain and deformation• Constitutive law – Hooke’s law• Analysis of axially loaded bar, truss, beam and frame• 2-D elasticity

Review of Matrix Algebra

• Matrix operation: addition, subtraction, multiplication• Basic definitions and properties of matrix• Inverse of matrix and solution of linear equations• etc