Computer Implementation of The Finite Element Method
Computer Implementation of The Finite Element Method
Mr. M. S. Kadam
Assistant Professor,
Sanjay Ghodawat Group of Institutions,
Atigre
Q.1: Write a short note on
bandwidth and node numbering?
• In the global stiffness matrix there are several zero (0) terms
besides the diagonal terms. Such a matrix is called as banded
matrix.
I<-B->I
2
Q.1: Continued..
• The smaller the bandwidth, the easier and faster the matrix can be
solved by using elimination method.
6
Q.2: Continued..
1 2 3 4 5 6
1 2 3 4 5 6 7 8 9 10 11 12
7 8 9 10 11 12
(a) (b) 7
Q.2: Continued..
1 2 3
1 2 3 4
4 5 6
5 6 7 8
7 8 9
9 10 11 12
10 11 12
(c) (d)
1
1 2 2
3
3 4 4
5
5 6 6
7
7 8 8
9
9 10 10
11
11 12 12
(e) (f)
8
Q.2: Continued..
9
Q.3:Explain the measures of element
distortion in a finite element analysis package
• The finite element method approximates the distribution of a
variable through a component by assuming a known distribution
of that variable in each element.
• The smaller the gradient the more the element can be distorted, so
its in inverse proportion.
10
Q.3:Continued..
2. Internal angles:
• Allowable limits for the angles depend on the field variable
distribution and the order of the elements under consideration.
• For rectangular elements: 45°<α<135°
• For triangular elements: 45°<α<75°
3. Warpage angles:
• Warping occurs when the nodes of a quadrilateral elements
(or face of solid element) do not lie in same plane.
• As a guide the warping angle should not exceed 10°.
13
Q.3:Continued..
14
Q.3:Continued..
15
Q.4:Write a short note on mesh refinement
• The later appears the simpler of the two methods for the user of a
finite element package, but in practice commercial programs only
offer linear and quadratic (and occasionally cubic) elements, so
that the opportunity for p-refinement is limited.
16
Q.4:Continued..
17
Types of Meshing
• Free Meshing:
Random discretization of the domain using irregular elements
• Mapped Meshing:
Regular and uniform discretization of the domain into elements.
18
Q.5:Describe the concept:
‘simplification through symmetry’
• There are four common types of symmetry encountered in
engineering problems.
19
Q.5:Continued..
1. Axial symmetry:
• Since axial symmetry is
encountered so frequently, axi-
symmetric elements are included
in finite element packages.
• Such symmetry is mainly used
for cylindrical walls, ring shaped
solids, pressure vessels, conical
frustums etc.
20
Q.5:Continued..
2. Planar symmetry:
• Planar symmetry is well
illustrated by the case of a flat
plate with a circular hole in it,
loaded uniformly.
• These are generally exposed by
shell element in FEA packages.
• These are 2D area element
having thickness in z direction.
21
Q.5:Continued..
3. Cyclic symmetry:
• Cyclic symmetry is present in
spline fittings, propellers,
couplings etc.
• The displacement are zero ‘0’ in
circumferential direction for the
stress problems.
• These can utilise the cylindrical
coordinate system, and can be
rotated to 1/2, 1/4th and 1/8th
etc.
22
Q.5:Continued..
4. Repetitive symmetry:
• For repetitive symmetry
problems the common
boundaries of the repeated
segments are constrained in a
perpendicular direction.
• In this the structures are
modeled assuming plane strain
systems e.g. chain, train etc.
23
Q.6:Explain various attempts made to reduce
memory requirements in storing the stiffness matrix
24
Q.6:Continued..
25
Q.6:Continued..
2. Partitioning matrix:
• For layer systems the method of symmetry or banded matrix is
not sufficient, in such cases partitioning of the matrix is made.
• In this only few triangular sub-matrices need to be stored in
computer core at a given time while the remaining locations are
kept in peripheral storage like hard disk.
26
Q.6:Continued..
27
Q.7:Explain in detail the steps to be carried out in
commercial FEA software for obtaining the displacement
in stepped bar each of length L/2, fixed at one end and
subjected to axial force P at the other end.
A1
A2
1 2 P
L/2 L/2
28
Q.7:Continued..
29
Q.7:Continued..
e i j
1 1 2
2 2 3
31
Q.7:Continued..
32