Sei sulla pagina 1di 76

1/14/2014

1- p1
Finite Element Methods Kent L. Lawrence
AE/ME 6310 Advanced
Finite Element Methods
1/14/2014
1- p2
Finite Element Methods Kent L. Lawrence
INTRODUCTION
FEM - A widely used method for
obtaining numerical solutions to
engineering problems of many
types.
1/14/2014
1- p3
Finite Element Methods Kent L. Lawrence
Developed primarily in 1950s
by air frame manufacturers.

Growth has paralleled that of
digital computers.
FEM
Software
ANSYS
MSC NASTRAN
ABAQUS
AUTODESK
SIMULATION
NISA
etc.
http://en.wikipedia.org/wiki/List_of_
finite_element_software_packages
1/14/2014
1- p5
Finite Element Methods Kent L. Lawrence
1/14/2014
1- p6
Finite Element Methods Kent L. Lawrence
FEM ELEMENT LIBRARY
(Building Blocks)
Structural Elements
Trusses
Beams
Plates (Shells)

Continuum
Elements
Tetrahedra
Hexahedra (Bricks)
1/14/2014
1- p8
Finite Element Methods Kent L. Lawrence
STRUCTURAL MECHANICS
* Static Response
Deflection & Stress
Buckling
Nonlinear Behavior
Thermal Stress
* Dynamic Response
Natural Frequencies
Harmonic Response
Transient Response
Random Response
1/14/2014
1- p9
Finite Element Methods Kent L. Lawrence
OTHER FIELD PROBLEMS

* Heat Transfer
* Fluid Flow
* Electromagnetics
* Torsion
* Seepage

Multiphysics Analysis
1/14/2014
1- p10
Finite Element Methods Kent L. Lawrence
ADVANTAGES

* Easily Automated

* In Wide Use

* Treats - Irregular Shapes,
Anisotropy, Graded Meshes.
1/14/2014
1- p11
Finite Element Methods Kent L. Lawrence
METHOD

* A portion (element) is analyzed to
determine I/O relationships.

* Math model is built from math
description of elements. Like
Circuit analysis

* Contrast with finite difference. Apply
differences to whole region.
1/14/2014
1- p12
Finite Element Methods Kent L. Lawrence
TYPICAL
FEM
ELEMENT
LIBRARY
Truss &
1/14/2014
1- p13
Finite Element Methods Kent L. Lawrence
EXAMPLES
1/14/2014
1- p14
Finite Element Methods Kent L. Lawrence
TRANSMISSION TOWER
(ANSYS)
3D Truss
Elements
1/14/2014
1- p15
Finite Element Methods Kent L. Lawrence
BIKE FRAME
1/14/2014
1- p16
Finite Element Methods Kent L. Lawrence
FEM Model of Frame (ANSYS)
2DBeam
Elements
1/14/2014
1- p17
Finite Element Methods Kent L. Lawrence
RETAINING RING (ANSYS)
Plane Stress
Triangular
Elements
1/14/2014
1- p18
Finite Element Methods Kent L. Lawrence
GEAR STRESSES (ABAQUS)
Plane Stress
Quadrilateral
Elements
1/14/2014
1- p19
Finite Element Methods Kent L. Lawrence
HYPERSONIC VEHICLE
(NASTRAN)
Plate (Shell)
Elements
6 dof/node
1/14/2014
1- p20
Finite Element Methods Kent L. Lawrence
BIKE FRAME (ALGOR)
Plate (Shell)
Elements
6 dof/node
1/14/2014
1- p21
Finite Element Methods Kent L. Lawrence
CONNECTOR (ANSYS)
Tetrahedral
Solids
1/14/2014
1- p22
Finite Element Methods Kent L. Lawrence
BAR (ANSYS)
Hexahedral
(Brick)
Solids
1/14/2014
1- p23
Finite Element Methods Kent L. Lawrence
CONNECTING ROD (COMCO)
Brick
Elements
Variable
Polynominal,
3 dof/node
The FEM Process
Preprocessor
Build the Model
Equation Solution
Solve the Equations
Post Processor
View & Evaluate the Solution

1/14/2014
1- p25
Finite Element Methods Kent L. Lawrence
ANSYS is installed in the CAD lab &
will be used in this course.
1/14/2014
1- p26
Finite Element Methods Kent L. Lawrence
ANSYS Modes
1/14/2014
1- p27
Finite Element Methods Kent L. Lawrence
ANSYS Classic (APDL)

ANSYS Workbench - WB Flow


Workbench (Preprocessor) >

APDL (Analysis) >

Workbench (Postprocessor)
1/14/2014
1- p28
Finite Element Methods Kent L. Lawrence
APDL Stand-alone
Modes
Batch - Input from a text file.

Interactive - Menu pick/Keyboard

Combination - Batch + Interactive.
APDL Modeling
XYZ Axes

Nodes
n, x, y, z

FEM elements

Material & Geom
Properties

Element
Connections

Boundary Conds

Loads
/FILNAM,truss2
/title Truss Sample Problem #2
/prep7
n, 1, 0.0, 0.0 ! Node 1 is located at (0.0, 0.0)
n, 2, 10.5, 0.0
n, 3, 0.0, 20.0
n, 4, 10.5, 20.0
n, 5, 10.5, 30.0
n, 6, 20.0, 20.0

et, 1, link1 ! Element type; no.1 is link1

mp, ex, 1, 3.e7 ! Material Property, Elastic modulus no. 1
mp, prxy, 1, 0.3
mp, ex, 2, 1.e7
mp, prxy, 2, 0.3

r, 1, 0.5 ! 'Real Constant' number 1 is 0.5 (Cross sectional area)
r, 2, 0.375 ! Second cross sectional area !
! Set real & material properties for elements defined next.

real, 1
mat, 1
en, 1, 1, 2 ! Element Number 1 connects nodes 1 & 2
en, 2, 1, 3
en, 3, 1, 4
en, 4, 2, 4
en, 5, 3, 4

real, 2 ! Switch to second set of real & material properties
mat, 2
en, 6, 3, 5
en, 7, 4, 5
en, 8, 5, 6
en, 9, 4, 6

d, 1, ux, 0. ! Displacement at node 1 in x-dir is zero
d, 1, uy, 0. ! Displacement at node 1 in x-dir is -0.125
d, 2, uy, 0.

f, 6, fy, -1000. ! Force at node 6 in y-direction
RESULTS
1/14/2014
1- p33
Finite Element Methods Kent L. Lawrence
APDL
Cylinder with Internal Pressure
1/14/2014
1- p34
Finite Element Methods Kent L. Lawrence
Sx Plot
1/14/2014
1- p35
Finite Element Methods Kent L. Lawrence
APDL
Resources
1/14/2014
1- p36
Finite Element Methods Kent L. Lawrence
Lesson 1 - Trusses
1/14/2014
1- p37
Finite Element Methods Kent L. Lawrence
Lesson 2 - Plane
Stress/Strain
1/14/2014
1- p38
Finite Element Methods Kent L. Lawrence
Lesson 3 - Axisymmetric
Probs
1/14/2014
1- p39
Finite Element Methods Kent L. Lawrence
Lesson 4 - 3D Problems
1/14/2014
1- p40
Finite Element Methods Kent L. Lawrence
Lesson 5 - Beams
1/14/2014
1- p41
Finite Element Methods Kent L. Lawrence
Lesson 6 - Plates
1/14/2014
1- p42
Finite Element Methods Kent L. Lawrence
Lesson 7 - Heat Transfer
and Thermal Stress
1/14/2014
1- p43
Finite Element Methods Kent L. Lawrence
Lesson 8 p Method
1/14/2014
1- p44
Finite Element Methods Kent L. Lawrence
Web Sites
http://ansys.net/

http://www.mece.ualberta.ca/tutorials/ansys/

http://mae.uta.edu/~lawrence/
ansys/ansys_examples.htm
ANSYS Workbench
Interface
Workbench Flow
Workbench
(Preprocessor)
APDL
(Solution)
Workbench
(Post Processor)
(www.psdgraphics.com)
1/14/2014
1- p47
Finite Element Methods Kent L. Lawrence
Workbench
Resources
1/14/2014
1- p48
Finite Element Methods Kent L. Lawrence
Chapters 1-3
cover Solid Modeling
1/14/2014
1- p49
Finite Element Methods Kent L. Lawrence
Chapter 4
Simulation I
1/14/2014
1- p50
Finite Element Methods Kent L. Lawrence
Chapter 5
Simulation II
1/14/2014
1- p51
Finite Element Methods Kent L. Lawrence
Chapter 6
Wizards & Tools
1/14/2014
1- p52
Finite Element Methods Kent L. Lawrence
Chapter 7
Heat Transfer &
Thermal Stress
1/14/2014
1- p53
Finite Element Methods Kent L. Lawrence
Chapter 8
Surface & Line Models
1/14/2014
1- p54
Finite Element Methods Kent L. Lawrence
Chapter 9
Natural Frequencies
& Buckling Loads
Chapter 10
Nonlinear Problems
1/14/2014
1- p56
Finite Element Methods Kent L. Lawrence
Finite Element
Applications
with ANSYS
WB 14, H-H
Lee, SDC
Publications,
2012
1/14/2014
1- p57
Finite Element Methods Kent L. Lawrence
Lee - Contents
Introduction
Sketching
2D Simulations
3D Solid Modeling
3D Simulations
Surface Models
Line Models
Optimization
Meshing
Buckling and Stress
Stiffening
Modal Analyses
Structural Dynamics
Nonlinear Simulations
Nonlinear Materials
Explicit Dynamics
1/14/2014
1- p58
Finite Element Methods Kent L. Lawrence
NOTATION
MATRIX
STRUCTURAL
ANALYSIS
ELEMENT STIFFNESS MATRICES
ASSEMBLY OF ELEMENT MATRICES
BOUNDARY CONDITIONS/LOADINGS
SOLUTION OF EQUATIONS
POST PROCESSING
1/14/2014
1- p59
Finite Element Methods Kent L. Lawrence
RODS
BEAMS
PLANE STRESS / STRAIN
AXISYMMETRIC PROBLEMS
SOLIDS
PLATES
THERMAL & OTHER FIELD
ELEMENT DEVELOPMENT
1/14/2014
1- p60
Finite Element Methods Kent L. Lawrence
Z
Y
X
Z
Y
X
u
w
v
u
Nodes
Elements
x
z
y
u
w
v
u
Nodes
Elements
x
z
y
NOTATION
GLOBAL
COORD
SYSTEM
x
u
y
u
z
u
x
u
y
u
z
u
1/14/2014
1- p61
Finite Element Methods Kent L. Lawrence
ELEMENT STIFFNESS
{ } | |{ } d k r =
loads
stiffness
displacements
{ } | |{ } D K R =
R
D
R
D
R
D
Linear
R
D
Linear
GLOBAL STIFFNESS
1/14/2014
1- p62
Finite Element Methods Kent L. Lawrence
TRUSS ELEMENT
1
r
1
d
2
r
2
d
E A,
x
L
1
r
1
d
2
r
2
d
E A,
x
L
1
a
2
b
1
a
2
b
P
P
P
P
1D ELEMENT
)
`

=
)
`

2
1
22 21
12 11
2
1
d
d
k k
k k
r
r
Element node notation >
1/14/2014
1- p63
Finite Element Methods Kent L. Lawrence
SOLID MECHANICS
PP
AE
PL
= o
DIRECT APPROACH
LOAD-DEFLECTION
RELATIONSHIP
1/14/2014
1- p64
Finite Element Methods Kent L. Lawrence
LIST-SERV

me6310@mae.uta.edu

http://mae.uta.edu/~lawrence

Also Materials on Mavspace
1/14/2014
1- p65
Finite Element Methods Kent L. Lawrence
Some FEM Images
1/14/2014
1- p66
Finite Element Methods Kent L. Lawrence
Impeller
1/14/2014
1- p67
Finite Element Methods Kent L. Lawrence
Contact Problem
1/14/2014
1- p68
Finite Element Methods Kent L. Lawrence
Component
1/14/2014
1- p69
Finite Element Methods Kent L. Lawrence
Manifold
1/14/2014
1- p70
Finite Element Methods Kent L. Lawrence
Biomechanics
1/14/2014
1- p71
Finite Element Methods Kent L. Lawrence
Valve Spring
Compressor
1/14/2014
1- p72
Finite Element Methods Kent L. Lawrence
Ship Structure
1/14/2014
1- p73
Finite Element Methods Kent L. Lawrence
ElectroMagnetics
1/14/2014
1- p74
Finite Element Methods Kent L. Lawrence
ElectroMagnetics
1/14/2014
1- p75
Finite Element Methods Kent L. Lawrence
Multiphysics
1/14/2014
1- p76
Finite Element Methods Kent L. Lawrence
etc, etc.

Potrebbero piacerti anche