Modeling Techniques
Modeling Techniques
TOPIC:MODELING TECHNIQUES
• The primary objective of this lecture is therefore to throw some additional light into the
black box, so that one can avoid unnecessary mistakes in creating a FEM model when
using a commercial package.
• Another reason for learning some of these modelling techniques is to improve efficiency
in computing the finite element results, as well as the accuracy of the results. An
experienced analyst should be able to obtain accurate results with as little effort in
modelling and computer resources as possible.
Where,
ndof =it is the number of total degrees of freedom in the finite element equation system,
α=it is a constant in the range of 2.0 to 3.0, depending on the different solvers used in the FEM
package and the structure of the stiffness matrix.
HOW TO REDUCE THE TOTAL NO. OF DEGREE OF FREEDOM FOR A GIVEN SYSTEM?
EQUATION tCPU ndof
CLEARLY INDICATES THAT A FINER MESH WITH A LARGE
NUMBER OF DEGREES OF FREEDOM (DOFS) RESULTS IN AN EXPONENTIALLY INCREASING
COMPUTATIONAL TIME. THIS IMPLIES THE IMPORTANCE OF REDUCING THE DOFS.
THEREFORE ONE SHOULD;
of the assemblage,
A smaller bandwidth leads to a smaller value of α, and hence a faster computation. The bandwidth of a global matrix depend upon
node numbering scheme and no. of degree of freedom per node. If we can minimize the bandwidth, storage requirement as well as
solution time can be minimized. Since no.of degree of freedoms per node is generally fixed for any type of given system therefore
,bandwidth can be minimized by using proper node numbering scheme.
COURSE TEACHER:Ms RABIA SIDDIQUI
AS AN EXAMPLE, CONSIDER A THREE-BAY FRAME WITH
RIGID JOINTS, 20 STORIES HIGH, SHOWN IN FIGURE
Assuming that there are 3 dof per node, there are 252
unknowns in the final equations (including the dof corresponding
to the fixed nodes), and if the entire stiffness matrix is stored in the
computer, it will require 252x252 = 63,504 locations.
Bandwidth=(D+1)*f
D=20,f=3
Therefore, Bandwidth=(20+1)*3=63
Storage requirement of non-zero entries=63*240=15,120 locations
COURSE TEACHER:Ms RABIA SIDDIQUI
Alternate Solution:(Place the node numbering column wise)
D=4, f=3
Bandwidth=(4+1)*3=15
Total no. of locations for non-zero entries=15*240=3600 locations
Mesh generation is the process of dividing a physical domain into smaller subdomains (called elements) to
facilitate an approximate solution of the governing ordinary or partial differential equation. For this, one-
dimensional domains (straight or curved lines) are subdivided into smaller line segments, two-dimensional
domains (planes or surfaces) are subdivided into triangle or quadrilateral shapes, and three-dimensional domains
(volumes) are subdivided into tetrahedron and hexahedron shapes. If the physical domain is simple and the
number of elements used is small, mesh generation can be done manually.
However, most practical problems, such as those encountered in aerospace, automobile, and construction
industries have complex geometries that require the use of thousands and sometimes millions of elements. In
such cases, the manual process of mesh generation is impossible and we have to use automatic mesh
generation schemes based on the use of a CAD or solid modeling package.
Use of Symmetry
1-The use of symmetry will often
expedite the modeling of a
problem.
2-Symmetry allows us to consider
a reduced problem instead of
the actual problem.
3-This will allow us to use a finer
discretization of element with
less computational cost.
COURSE TEACHER:Ms RABIA SIDDIQUI
PRACTICAL CONSIDERATIONS IN MODELING
Mesh Refinement: Process of modifying a mesh in order to improve the accuracy of
solution is called mesh refinement.
Mesh revision or refinement is used to increase the accuracy of the results produced by a
finite element model.
First, start with a basic mesh using the fewest, reasonable number of elements, and obtain
a benchmark result. Then refine the model by doing actions like increasing the mesh
density and compare the results.
This process continues until the results converge to some user-defined criteria.
• To pass the test, the results must exactly represent the correct
constant stress (and strain), within numerical error.
COURSE TEACHER:Ms RABIA SIDDIQUI
THE TYPES OF NON LINEARITY IN FEA:
• Geometric Non-Linearity
• Material Non-Linearity
• Boundary Conditions Non-Linearity
An important point to be considered is that, for any non linearity, in the
linear regime the stiffness matrix in FEA tends to be
constant (obvious). Once the non linearity sets in, the stiffness matrix
keeps on changing with each increment. Once the stiffness matrix keeps
on changing, analysis is going to get complex and time consuming.
Between the two above figures, the Boundary Conditions has changed. The Cantilever
beam can no longer deflect as it’s deflection is prevented by the object. This is what is
meant by Boundary Condition Non Linearity.
Once Geometric non linearity onsets, parts in addition to having axial stiffness (In plane
stiffness axial to the element), also have an out of plane stiffness. Geometric non linearity is
the outcome of large rotations or Buckling.
COURSE TEACHER:Ms RABIA SIDDIQUI
COURSE TEACHER:Ms RABIA SIDDIQUI
COURSE TEACHER:Ms RABIA SIDDIQUI
CONSTANT STRAIN TRIANGLE: Let us consider a Linear (First order element) of
Triangular configuration. It will have 3 nodes which are the three vertex of the triangle.
Consider the displacement equation assigned for this element - u = a + bx, now the strain which is
the derivative of displacement = b . Now, this is what we mean by constant strain. That is, the
following happens,
Consider the displacement equation assigned for this element u = a + bx + cx2, now the
strain which is the derivative of displacement = b + 2cx . It has linear variation. Now, this
is what we mean by Linear strain variation. That is, the following happens,
The above is a Fully Integrated element. The circles are the locations of the integration points. There
are four Integration points with 2 integration point in each direction. Two integration points in each
direction is an representation of Linear formulation. Hence, this is a fully integrated linear element.
In the element, assume red arbitrary horizontal and vertical lines. Red lines are the iso lines. The
intersection of the red horizontal and the vertical lines is the Integration points location. As visible, the
angle between the red horizontal and the vertical line = 90 degrees. And the points a and b are
equidistant from “o” where o is the midpoint of the top line.
3-In the actual behavior, the horizontal line refuses to curve. Due to this, the angle at the
integration points is less than 90 degrees. Since the angle has changed Sigma 12 will also
change. But this is wrong as there is no shear in bending.
This kind of behavior where the edges are unable to curve and leading to a change in angle at the
position of the integration point is Shear Locking.
This is observed only in Linear elements , as strain captured in a linear element is constant strain.
Edges of a Linear element cannot curve.Hence, in FEA terms, shear locking causes the element
to behave more stiff than what it is in actual case. Only linear elements are affected.
COURSE TEACHER:Ms RABIA SIDDIQUI