ME - 424 Introduction To Finite Element Analysis
ME - 424 Introduction To Finite Element Analysis
Atique Ahmad
عتیق احمد
Contact:
[email protected]
●
Course Learning Outcomes:
●
EXPLAIN major theories and methods used in FEA
to solve engineering problems [C3, PLO2]
●
DEVELOP FEA models for practical engineering
problems. [C5, PLO3]
●
David V Hutton
●
Fundamentals of Finite Element Analysis
●
Daryl L Logan
●
A first course in the Finite Element Method, 5th ed
●
Saeed Moaveni
●
Finite Element Analysis, theory & applications with ANSYS, 4th ed
●
H. H. Lee
●
Finite Element Simulations using ANSYS Workbench
●
Soft forms of relevant reference material are available at:
●
Overview of the finite element modeling procedure,
●
common element types and their properties,
●
convergence and sources of error;
●
Structural analysis in 1D, 2D and 3D
●
trusses, beams and frames,
●
plates and shell elements,
●
solid elements, thermal strains
●
Steady state thermal analysis
●
Introduction to dynamic analysis,
●
modal, harmonic and transient analysis.
●
Two-hour session on finite element analysis every week.
●
Formal lectures on finite element method;
●
Demonstration on ANSYS usage;
●
Regular homework on computer;
●
You are responsible to install requisite software on your computers.
●
There will be a lot of computer-based assignments.
●
The finite element method (FEM) is a computational technique used to
obtain approximate solutions of boundary value problems in
engineering.
●
A boundary value problem (BVP) is a mathematical problem in which
one or more dependent variables must satisfy a (partial) differential
equation everywhere within a known domain of independent
variables and satisfy specific conditions on boundary of the domain.
●
BVPs are also called field problems; the field is the domain of interest
and most often represents a physical structure.
●
The field variables are the dependent variables of interest governed by
the differential equation, such as displacement, temperature, heat flux,
fluid velocity, etc.
●
The boundary conditions are the specified values of the field
variables or their derivatives on the boundaries of the field.
●
Consider a volume of some material or materials having
known physical properties. This volume represents
domain of BVP.
●
For simplicity, consider a 2D case with a single field
variable φ(x, y) to be determined at every point P(x, y)
such that a known governing equation is satisfied
exactly at every such point.
●
An exact solution as a closed-form algebraic expression
of independent variables for complex geometries is
extremely difficult or outright impossible to derive; we
need approximate solution.
●
Now consider a small triangular piece of finite volume
not an infinitesimal volume dx×dy, of constant
thickness is z-direction.
●
Vertices of the element are numbered nodes, and
connect elements. φ(x, y) is determined here!
03/01/21 | 08:48 ME-424 Finite Element Analysis 8/18
How does Finite Element Method works?
●
But if the values of the field variable φ(x, y) are computed only at
nodes, how are values obtained at other points within a finite element?
●
By interpolation of the nodal values.
●
For the three-node triangle example, the field variable is described by
the approximate relation: ϕ(e) (x , y)=N 1 ( x , y ) ϕ 1+ N 2 (x , y) ϕ 2 + N 3 (x , y) ϕ 3
● φi are nodal values of field variable,
● Ni are interpolation functions, also called shape functions.
● Ni are generally polynomial functions, usually linear or quadratic; these
are predetermined known functions, whereas φi are unknown constants
in the above expression.
●
You have done something similar when to use steam tables, you made
use of linear interpolation to find an unknown value between two
constant values.
●
Deriving and using these interpolation (shape) functions is the crux of
finite element analysis.
03/01/21 | 08:48 ME-424 Finite Element Analysis 9/18
How does Finite Element Method works?
●
The triangular element is said to have 3 degrees of freedom, i.e., three
nodal values (φi , i=1,2,3) are required to describe φ everywhere. e.g.,
temperature in a heat transfer problem.
●
If we consider stress analysis of a thin plate, then field variable is
displacement, which is described as ⃗u (x , y) having components ux uy.
Thus, the structural element has 6DoF in 2D space.
●
For all the elements we study in this course, keep an eye on number of
DoFs for every type of element used in various analyses.
●
Procedure of dividing the physical domain in elements is called
meshing, and the resulting set of elements is called a mesh.
●
●
Each node has a unique value of field variable calculated. This ensures
continuity between elements.
●
However, derivatives of the field variable may not be continuous. This
is critical as most calculations use such derivatives, e.g., to calculate
stress we need strain, which is derivative of displacement.
●
Magnitude of such discontinuities is used to determine solution
accuracy and may be reduced by dividing the domain into smaller
elements; of course requiring many more calculations.
●
This is known as refinement of the mesh.
●
Consider a tapered bar under axial tension.
●
It can be approximated by a single bar element of averaged cross-
sectional area, or a number of elements of varying areas.
●
Each refinement improves accuracy.
●
As for u(x), comparison is as shown:
●
Exact solution from mechanics of materials.
●
Note the linear approximation of a
non-linear phenomenon.
●
As for stress σ(x), which is calculated from
derivative of displacement, the solution
is discontinuous.
●
For refined mesh, jumps are smaller.
●
This example showed how the finite element solution converges to a
known exact solution from mechanics of materials.
●
But if we know the exact solution what is the point of learning FEA?
●
In other words, how do we assess accuracy of FEA results when we
do not have any idea of exact solution?
●
The analyst must examine the solution and results critically:
●
Numerical convergence, mesh refinement but how much is enough?
●
Reasonableness, check to see if the results make any sense?
●
Is the physical domain in equilibrium?
●
Are the discontinuities reasonable and acceptable?
●
Remember that the ability to assess validity of your solution will be
the real test of your engineering knowledge and analysis skills.
●
Pre-processing
●
Create geometry, CAD
●
Specify material properties,
●
Specify element types and any associated properties,
●
Meshing,
●
Apply loads and constraints,
●
Processing
●
The solution by computer
●
Field variable: nodal displacements
●
Post-processing
●
Presentation of results.
●
Deformed shape of the structure,
●
Element solutions, strains and stresses,
●
Plot of important quantities in significant parts.
03/01/21 | 08:48 ME-424 Finite Element Analysis 15/18
Review
●
Just do some recalling of such topics as:
●
Mechanics of materials,
– Tensile test, beam theory, combined stresses, failure theories, etc.
●
Heat transfer and fluid mechanics
– The very basics.
●
Linear algebra
– Matrix methods, solution of simultaneous equations,
●
Differential equations
– Basic concepts as recalled for Vibrations course.
●
Computing
– General usage,
– Programming.
●
Given the availability of many powerful and sophisticated finite
element software packages, why study the theory?
●
The finite element method is a tool, and like any other tool, using it
without proper instruction can be quite dangerous.
●
Proper instruction in this context includes understanding the basic
theory underlying formulation of finite element models of physical
problems.
●
Critical analysis of the results of a finite element computation is
essential, since those results eventually become the basis for design.
●
Knowledge of the theory is necessary for both proper modeling and
evaluation of computational results.
ME-516
ME-516 ME-424
ME-424 Finite
Finite Element
ElementAnalysis
Analysis 1/3/21
1/3/21