MCE883 Lecture Notes 1
MCE883 Lecture Notes 1
FACULTY OF ENGINEERING
DEPARTMENT OF MECHANICAL ENGINEERING
COURSE CONTENT:
1. Finite Element Theory; The concept of an element; Various Element shapes (Beams,
Plates, Solid elements, Axisymmetric Elements).
2. Trial Functions, Shape Functions, Higher-Order Elements, Calculation of element
Matrix; Element Transformation; Assemblage of Element Matrices.
3. Boundary Conditions, Band width; Solution of Global Equations; Rayleigh-Ritz and
Weighted Residual Methods.
4. Application of Finite Element Methods; Plane Stress and Plane Strain Analysis;
Torsion of Prismatic Shafts. Finite Strain Tensors and Associated Stress Tensor.
5. Solution procedure for Static problems. Linear Modes, Iteration Schemes for
Transient Response, Mass Matrix (consistent and lumped). Heat Transfer.
6. Variational formulation; Element Boundary Matrices; Linear Triangular Element,
Linear Triangle Applications: Internal source, Free Convection; Linear Rectangles.
7. General Elements; Numerical Integrated arrays; Orthographic Conduction;
Axisymmetric formulation; Radiation effect.
FEM
Design geometry is a lot more complex; and the accuracy requirement is a lot
higher. We need:
– To understand the physical behaviors of a complex object (strength, heat transfer
capability, fluid flow, etc.)
– To predict the performance and behavior of the design; to calculate the safety
margin; and to identify the weakness of the design accurately; and
– To identify the optimal design with confidence.
Example:
Computer Implementations
Preprocessing (build FE model, loads and constraints)
FEA solver (assemble and solve the system of equations)
Postprocessing (sort and display the results)
Discretizations
Model body by dividing it into an equivalent system of many smaller bodies or units (finite
elements) interconnected at points common to two or more elements (nodes or nodal points)
and/or boundary lines and /or surfaces.
1.3 Various Element shapes (Beams, Plates, Solid elements, Axisymmetric Elements)
2. SHAPE FUCTIONS AND OTHER TOPICS
2.1 Shape Functions
The shape function is the function which interpolates the solution between the discrete values
obtained at the mesh nodes. Therefore, appropriate functions have to be used and low order
polynomials are typically chosen as shape functions.
Shape functions are the backbone of finite element method as they play a crucial part in
converting the weak form equation to set of computer solvable algebraic equations.
Mathematical Modeling
As we know, any physical problem can be expressed in terms of a mathematical governing equation.
These governing equations can be simple algebraic equations (heat conduction between two points) or
complex differential and functional descriptions (spring-mass system, Navier-Stokes). The exact
numerical solution to these governing equations cannot be always obtained using standard solution
methods like substitutions and separable equations. Finite element analysis (FEA) is a procedure to
obtain approximate numerical solution to governing equations. This is achieved by converting the
mathematical model to set of solvable algebraic equations and attaining the numerical solution at set
of discrete locations in the computational domain.
The figure below summarized different techniques for obtaining weak form equations.
3. Continuity
Within the element boundary, the polynomial approximation for u is C∞ continuous. The
continuity across the element boundaries depends on the polynomial approximation for
the variable. For example, the variable has only C0 continuity across the linear and
quadratic element boundaries (i.e., its first derivative is piecewise continuous).
3 Completeness
This is an important requirement for shape functions to ensure the convergence of finite
element approximate solution to the exact solution of governing equation.
3. BOUNDARY CONDITIONS
3.1 Definition
Boundary conditions are constraints necessary for the solution of a boundary value problem.
A boundary value problem is a differential equation (or system of differential equations) to be
solved in a domain on whose boundary a set of conditions is known.
2. Neumann boundary condition (also known as Type II) – fixed dispersive flux
Neumann boundary conditions specify the derivative of the solution at the boundary
of the problem domain.
By having a simpler way to work through linear algebra, it is also easier to use
computational techniques (software) to find approximate solution, such is the case of the
finite element method.
The premise is very simple; continuous domains (geometries) are decomposed into
discrete, connected regions (or finite elements). An assembly of element-level equations is
subsequently solved, in order to establish the response of the complete domain to a
particular set of boundary conditions.
Gauss Elimination
Gauss elimination is used for solving systems of linear equations with thousands of
unknowns.
Worked Example:
Determine the values of x, y and z in the following system of equations using Gaussian
elimination.
𝑥 − 3𝑦 + 𝑧 = 4
2𝑥 − 8𝑦 + 8𝑧 = −2
−6𝑥 + 3𝑦 − 15𝑧 = 9
Solution
Linear Triangular Elements
The most basic type of triangular element is the linear element, with three nodes at the
vertices, for which the shape functions vary linearly. The shape functions for this
element can be constructed as follows: consider a triangle with vertices
(x ¿ ¿ 1 , y 1 ),(x ¿ ¿ 2, y 2 ),(x ¿ ¿ 3 , y 3 )¿ ¿ ¿