Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 108

Finite Element Methods and its

applications in Engineering
A
A B A
B
C B
A A
D C
B
B D
C A
C B
A D
E D A
A
A B
B E D
D A
G G F E
G C
A E
G G D
B G
H ED B
D B

H F C
A E F
F
F
CB
A
B
B
D E F A Y
E F F
C D
C
A
D D
D
D
C
Z X
A
B
B B A
A
B
C
C
D

C E E H
C
C E
A E
C
C

Dr.V.Senthilkumar
Assistant Professor
Department of Production Engineering
National Institute of Technology, Tiruchirappalli

1
Finite Element Methods for Engineers
Content
• Introduction to the Finite Element Method (FEM)
• Steps in Using the FEM: An Example from Solid
Mechanics
• One Dimensional Truss and Beam elements
• Two dimensional elements
• Plane stress/Plane Strain formulations
• Three dimensional elements
• Manufacturing problems: case studies
• Conclusion
• References

2
• Many problems in engineering and applied science are
governed by differential or integral equations.

• The solutions to these equations would provide an exact,


closed-form solution to the particular problem being
studied.

• However, complexities in the geometry, properties and in


the boundary conditions that are seen in most real-world
problems usually means that an exact solution cannot be
obtained or obtained in a reasonable amount of time.

3
• Current product design cycle times imply that engineers
must obtain design solutions in a ‘short’ amount of time.

• They are content to obtain approximate solutions that can


be readily obtained in a reasonable time frame, and with
reasonable effort. The FEM is one such approximate
solution technique.

• The FEM is a numerical procedure for obtaining


approximate solutions to many of the problems encountered
in engineering analysis.

4
• In the FEM, a complex region defining a continuum is
discretized into simple geometric shapes called elements.

• The properties and the governing relationships are assumed


over these elements and expressed mathematically in terms of
unknown values at specific points in the elements called nodes.

• An assembly process is used to link the individual elements to


the given system. When the effects of loads and boundary
conditions are considered, a set of linear or nonlinear algebraic
equations is usually obtained.

• Solution of these equations gives the approximate behavior of


the continuum or system.

5
• The continuum has an infinite number of degrees-of-freedom
(DOF), while the discretized model has a finite number of
DOF. This is the origin of the name, finite element method.

• The number of equations is usually rather large for most real-


world applications of the FEM, and requires the computational
power of the digital computer. The FEM has little practical
value if the digital computer were not available.

• Advances in and ready availability of computers and software


has brought the FEM within reach of engineers working in
small industries, and even students.

6
Two features of the finite element method are worth noting.

• The piecewise approximation of the physical field


(continuum) on finite elements provides good precision even
with simple approximating functions. Simply increasing the
number of elements can achieve increasing precision.

• The locality of the approximation leads to sparse equation


systems for a discretized problem. This helps to ease the
solution of problems having very large numbers of nodal
unknowns. It is not uncommon today to solve systems
containing a million primary unknowns.

7
• It is difficult to document the exact origin of the FEM, because the
basic concepts have evolved over a period of 150 or more years.

• The term finite element was first coined by Clough in 1960. In the
early 1960s, engineers used the method for approximate solution of
problems in stress analysis, fluid flow, heat transfer, and other
areas.

• The first book on the FEM by Zienkiewicz and Chung was


published in 1967.

• In the late 1960s and early 1970s, the FEM was applied to a wide
variety of engineering problems.

8
• The 1970s marked advances in mathematical treatments, including
the development of new elements, and convergence studies.

• Most commercial FEM software packages originated in the 1970s


(ABAQUS, ADINA, ANSYS, MARK, PAFEC) and 1980s
(FENRIS, LARSTRAN ‘80, SESAM ‘80.)

• The FEM is one of the most important developments in


computational methods to occur in the 20th century. In just a few
decades, the method has evolved from one with applications in
structural engineering to a widely utilized and richly varied
computational approach for many scientific and technological areas.

9
• The FEM offers many important advantages to the design engineer:

• Easily applied to complex, irregular-shaped objects composed


of several different materials and having complex boundary
conditions.

• Applicable to steady-state, time dependent and eigenvalue


problems.

• Applicable to linear and nonlinear problems.

• One method can solve a wide variety of problems, including


problems in solid mechanics, fluid mechanics, chemical reactions,
electromagnetics, biomechanics, heat transfer and acoustics, to
name a few.

10
• General-purpose FEM software packages are available at
reasonable cost, and can be readily executed on
microcomputers, including workstations and PCs.

• The FEM can be coupled to CAD programs to facilitate solid


modeling and mesh generation.

• Many FEM software packages feature GUI interfaces, auto-


meshers, and sophisticated postprocessors and graphics to speed
the analysis and make pre and post-processing more user-
friendly.

11
• Simulation using the FEM also offers important business advantages to
the design organization:

• Reduced testing and redesign costs thereby shortening the product


development time.

• Identify issues in designs before tooling is committed.

• Refine components before dependencies to other components


prohibit changes.

• Optimize performance before prototyping.

• Discover design problems before litigation.

• Allow more time for designers to use engineering judgement, and


less time “turning the crank.”

12
• Several approaches can be used to transform the physical
formulation of a problem to its finite element discrete analogue.

• If the physical formulation of the problem is described as a


differential equation, then the most popular solution method is
the Method of Weighted Residuals.

• If the physical problem can be formulated as the minimization


of a functional, then the Variational Formulation is usually
used.

13
• One family of methods used to numerically solve differential equations
are called the methods of weighted residuals (MWR).

• In the MWR, an approximate solution is substituted into the differential


equation. Since the approximate solution does not identically satisfy the
equation, a residual, or error term, results.

Consider a differential equation


Dy’’(x) + Q = 0 (1)

Suppose that y = h(x) is an approximate solution to (1). Substitution then


gives Dh’’(x) + Q = R, where R is a nonzero residual. The MWR then
requires that

Wi(x)R(x) = 0 (2)

where Wi(x) are the weighting functions. The number of weighting


functions equals the number of unknown coefficients in the approximate
solution.
14
• There are several choices for the weighting functions, Wi.

• In the Galerkin’s method, the weighting functions are the same


functions that were used in the approximating equation.

• The Galerkin’s method yields the same results as the variational


method when applied to differential equations that are self-adjoint.

• The MWR is therefore an integral solution method.

• Many readers may find it unusual to see a numerical solution that


is based on an integral formulation.

15
• The variational method involves the integral of a function that
produces a number. Each new function produces a new
number.

• The function that produces the lowest number has the


additional property of satisfying a specific differential equation.

• Consider the integral


D/2 y’’(x) - Qy]dx = 0. (1)

The numerical value of can be calculated given a specific


equation y = f(x). Variational calculus shows that the
particular equation y = g(x) which yields the lowest numerical
value for is the solution to the differential equation

Dy’’(x) + Q = 0. (2)
16
• In solid mechanics, the so-called Rayeigh-Ritz technique
uses the Theorem of Minimum Potential Energy (with the
potential energy being the functional, ) to develop the
element equations.

• The trial solution that gives the minimum value of is the
approximate solution.

• In other specialty areas, a variational principle can usually be


found.

17
 The three main sources of error in a typical FEM solution are
discretization errors, formulation errors and numerical
errors.

 Discretization error results from transforming the physical


system (continuum) into a finite element model, and can be
related to modeling the boundary shape, the boundary
conditions, etc.

Discretization error due to poor geometry Discretization error effectively eliminated.


representation.
18
 Formulation error results from the use of elements that don't precisely
describe the behavior of the physical problem.
 Elements which are used to model physical problems for which they
are not suited are sometimes referred to as ill-conditioned or
mathematically unsuitable elements.
 For example a particular finite element might be formulated on the
assumption that displacements vary in a linear manner over the
domain. Such an element will produce no formulation error when it is
used to model a linearly varying physical problem (linear varying
displacement field in this example), but would create a significant
formulation error if it used to represent a quadratic or cubic varying
displacement field.

19
 Numerical error occurs as a result of numerical calculation
procedures, and includes truncation errors and round off errors.

 Numerical error is therefore a problem mainly concerning the


FEM vendors and developers.

 The user can also contribute to the numerical accuracy, for


example, by specifying a physical quantity, say Young’s
modulus, E, to an inadequate number of decimal places.

20
 Can readily handle complex geometry:
 The heart and power of the FEM.
 Can handle complex analysis types:
 Vibration
 Transients
 Nonlinear
 Heat transfer
 Fluids
 Can handle complex loading:
 Node-based loading (point loads).
 Element-based loading (pressure, thermal, inertial forces).
 Time or frequency dependent loading.
 Can handle complex restraints:
 Indeterminate structures can be analyzed.

21
 Can handle bodies comprised of nonhomogeneous materials:
 Every element in the model could be assigned a different set of
material properties.
 Can handle bodies comprised of nonisotropic materials:
 Orthotropic
 Anisotropic
 Special material effects are handled:
 Temperature dependent properties.
 Plasticity
 Creep
 Swelling
 Special geometric effects can be modeled:
 Large displacements.
 Large rotations.
 Contact (gap) condition.

22
 A specific numerical result is obtained for a specific problem.
A general closed-form solution, which would permit one to
examine system response to changes in various parameters,
is not produced.

 The FEM is applied to an approximation of the mathematical


model of a system (the source of so-called inherited errors.)

 Experience and judgment are needed in order to construct a


good finite element model.

 A powerful computer and reliable FEM software are essential.

 Input and output data may be large and tedious to prepare


and interpret.

23
 Numerical problems:
 Computers only carry a finite number of significant
digits.
 Round off and error accumulation.
 Can help the situation by not attaching stiff (small)
elements to flexible (large) elements.
 Susceptible to user-introduced modeling errors:
 Poor choice of element types.
 Distorted elements.
 Geometry not adequately modeled.
 Certain effects not automatically included:
 Buckling
 Large deflections and rotations.
 Material nonlinearities .
 Other nonlinearities.

24
Seven basic steps in Finite Element Method
These seven steps include
1.Modeling
2.Discretization
3.Stiffness Matrix
4.Assembly
5.Application of BC’s
6.Solution
7.Results
27
First step

A1= A1’ + A2’ / 2


Second step

28
29
Now

After applying these conditions and solving for constants we have

a0=x1+x2/2
a1= x2-x1/2

30
31
U = Nq

32
33
34
Third step

But

35
Fourth step

36
37
Fifth step

38
Sixth step

Elimination method
Penalty approach method

Last step

The presentation of results, finding the parameters


like displacements, stresses and other required parameters.

39
40
Body force distribution for 2 noded bar element

41
42
43
Surface force distribution for 2 node bar element

44
45
46
After applying elimination method we have Q2 = 0.26mm

47
48
Temperature effect on 1D bar element

49
50
51
Thermal load vector

52
Stress component because of thermal load

53
54
Global stiffness matrix:

55
Thermal load vector:
We have the expression of thermal load vector given by

similarly

56
Global load vector:

Q2= 0.22mm

57
Stress in each element:

58
Quadratic 1D bar element

59
60
61
Element strain displacement matrix

62
63
Stiffness matrix:

64
65
Body force:

Surface force term:

66
ANALYSIS OF TRUSSES

Assumptions are:
•Truss element is only a prismatic member ie cross sectional area is uniform along its length
•It should be a isotropic material
•Constant load ie load is independent of time
•Homogenous material
•A load on a truss can only be applied at the joints (nodes)
•Due to the load applied each bar of a truss is either induced with tensile/compressive forces
•The joints in a truss are assumed to be frictionless pin joints
•Self weight of the bars are neglected

67
68
Strain energy for a bar element we have
U = ½ qTKq
For a truss element we can write
U = ½ qlT K ql
Where ql = L q and q1T = LT qT

69
Therefore
U = ½ qlT K ql

Where KT is the stiffness matrix


of truss element

70
Stress component for truss element
The stress  in a truss element is given by
= E
But strain = B ql and ql = L q

Therefore

71
72
= 901.3 mm
73
74
By elimination method the matrix reduces to 2 X 2
and solving we get

Q3= 0.28mm and Q4 = -1.03mm.

With these displacements we calculate stresses in each element

75
Beam element

76
Potential energy approach

77
78
Hermite shape functions:

79
Therefore

Similarly we can derive

80
Stiffness matrix:

Strain energy in the beam element

81
82
83
Beam element forces with its equivalent loads
Uniformly distributed load

Bending moment and shear force

84
85
Load vector because of UDL

86
From KQ=F we write

At node 1 since its fixed both q1=q2=0


node 2 because of roller q3=0
node 3 again roller ie q5= 0
By elimination method the matrix reduces to 2 X 2 solving this
we have Q4= -2.679 X 10-4mm and Q6 = 4.464 X10-4mm

To determine the deflection at the middle of element 2


we can write the displacement function as

= -0.089mm
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
108

You might also like