Pages

August 30, 2013

Truss vs. Beam

Table illustrating the differences between truss and beam elements.
See also

August 24, 2013

Types of Elements in FEA

One of the requirements to become a good finite element analyst is to be aware of a range of standard elements that are best for specific applications. Whilst commercial FEA programs all offer a library of elements for users to choose from, it can be difficult to decide which to use due to the large amount of elements available. Luckily, these elements can be categorised into three classes by their shape:

August 09, 2013

FEA vs. FEM

Today when we hear about finite element method (FEM), the first thing that comes across our mind would be a beautiful picture like this:
Simulation result adapted from DTE Desktop Engineering
which is not entirely true.

July 27, 2013

What are Shape Functions?

Shape functions are polynomial functions that interpolate the discrete displacements into continuous functions. They are therefore also known as interpolation functions. The order of polynomial represents the maximal capability of the shape functions to model a displacement field within each element.

Practical decisions in choosing the order of shape functions require the best balance between accuracy and computational cost. Similar to stiffness and force matrices, shape functions are first defined locally and subsequently assembled into global shape functions.

July 19, 2013

What is Jacobian Mapping?

During the assembly of the global stiffness matrix (K), local stiffnesses are numerically integrated in the parent coordinate (the polynomial is a function of s). This is better illustrated by considering the following element:
which sits in a normalised system that varies between -1 and +1. This requires to be mapped to the actual element coordinate (change to a function of x):
This mapping requires the use of Jacobian matrix (J), which is commonly used for coordinate transformation in mathematics.

July 07, 2013

What is Gaussian Quadrature?

Gaussian quadrature is a method that replaces an integral by a sum. As an example, consider the following 1D integral:
Gaussian quadrature numerically integrates f(s) using a sum,