You are on page 1of 56

1

Finite Element Method



FEM FOR 2D SOLIDS
for readers of all backgrounds
G. R. Liu and S. S. Quek
CHAPTER 7:
Finite Element Method by G. R. Liu and S. S. Quek
2
CONTENTS
INTRODUCTION
LINEAR TRIANGULAR ELEMENTS
Field variable interpolation
Shape functions construction
Using area coordinates
Strain matrix
Element matrices
LINEAR RECTANGULAR ELEMENTS
Shape functions construction
Strain matrix
Element matrices
Gauss integration
Evaluation of m
e

Finite Element Method by G. R. Liu and S. S. Quek
3
CONTENTS
LINEAR QUADRILATERAL ELEMENTS
Coordinate mapping
Strain matrix
Element matrices
Remarks
HIGHER ORDER ELEMENTS
COMMENTS (GAUSS INTEGRATION)

Finite Element Method by G. R. Liu and S. S. Quek
4
INTRODUCTION
2D solid elements are applicable for the analysis
of plane strain and plane stress problems.
A 2D solid element can have a triangular,
rectangular or quadrilateral shape with straight or
curved edges.
A 2D solid element can deform only in the plane
of the 2D solid.
At any point, there are two components in the x
and y directions for the displacement as well as
forces.
Finite Element Method by G. R. Liu and S. S. Quek
5
INTRODUCTION
For plane strain problems, the thickness of the
element is unit, but for plane stress problems, the
actual thickness must be used.
In this course, it is assumed that the element has a
uniform thickness h.
Formulating 2D elements with a given variation of
thickness is also straightforward, as the procedure
is the same as that for a uniform element.

Finite Element Method by G. R. Liu and S. S. Quek
6
2D solids plane stress and plane strain
Plane stress Plane strain
Finite Element Method by G. R. Liu and S. S. Quek
7
LINEAR TRIANGULAR
ELEMENTS
Less accurate than quadrilateral elements
Used by most mesh generators for complex
geometry
A linear triangular element:

x, u
y, v
1 (x
1
, y
1
)
(u
1
, v
1
)
2 (x
2
, y
2
)
(u
2
, v
2
)
3 (x
3
, y
3
)
(u
3
, v
3
)
A
f
sx

f
sy

Finite Element Method by G. R. Liu and S. S. Quek
8
Field variable interpolation
( , ) ( , )
h
e
x y x y = U N d
3 node at nts displaceme
2 node at nts displaceme
1 node at nts displaceme

3
3
2
2
1
1
)
`

)
`

)
`

=
v
u
v
u
v
u
e
d
3 1 2
3 1 2
Node 2
Node 1 Node 3
0 0 0

0 0 0
N N N
N N N
(
=
(

N
where

x, u
y, v
1 (x
1
, y
1
)
(u
1
, v
1
)
2 (x
2
, y
2
)
(u
2
, v
2
)
3 (x
3
, y
3
)
(u
3
, v
3
)
A
f
sx

f
sy

(Shape functions)
Finite Element Method by G. R. Liu and S. S. Quek
9
Shape functions construction
1 1 1 1
N a b x c y = + +
2 2 2 2
N a b x c y = + +
3 3 3 3
N a b x c y = + +
i i i i
N a b x c y = + +
Assume,
i= 1, 2, 3
{ }
1
T
T
i
i i
i
a
N x y b
c


= =
`

)
p
p
o
o
or
Finite Element Method by G. R. Liu and S. S. Quek
10
Shape functions construction
Delta function property:
1 for
( , )
0 for
i j j
i j
N x y
i j
=

=

=

1 1 1
1 2 2
1 3 3
( , ) 1
( , ) 0
( , ) 0
N x y
N x y
N x y
=
=
=
Therefore,
1 1 1 1 1 1 1 1
1 2 2 1 1 2 1 2
1 3 3 1 1 3 1 3
( , ) 1
( , ) 0
( , ) 0
N x y a b x c y
N x y a b x c y
N x y a b x c y
= + + =
= + + =
= + + =
Solving,
2 3 3 2 2 3 3 2
1 1 1
, ,
2 2 2
e e e
x y x y y y x x
a b c
A A A

= = =
Finite Element Method by G. R. Liu and S. S. Quek
11
Shape functions construction
1 1
2 2 2 3 3 2 2 3 1 3 2 1
3 3
1
1 1 1
1 [( ) ( ) ( ) ]
2 2 2
1
e
x y
A x y x y x y y y x x x y
x y
= = = + + P
Area of triangle Moment matrix
Substitute a
1
, b
1
and c
1
back into N
1
= a
1
+ b
1
x + c
1
y:
1 2 3 2 3 2 2
1
[( )( ) ( )( )]
2
e
N y y x x x x y y
A
= +
Finite Element Method by G. R. Liu and S. S. Quek
12
Shape functions construction
Similarly,
2 1 1
2 2 2
2 3 3
( , ) 0
( , ) 1
( , ) 0
N x y
N x y
N x y
=
=
=
2 3 1 1 3 3 1 1 3
3 1 3 1 3 3
1
[( ) ( ) ( ) ]
2
1
[( )( ) ( )( )]
2
e
e
N x y x y y y x x x y
A
y y x x x x y y
A
= + +
= +
3 1 1
3 2 2
3 3 3
( , ) 0
( , ) 0
( , ) 1
N x y
N x y
N x y
=
=
=
3 1 2 1 1 1 2 2 1
1 2 1 2 1 1
1
[( ) ( ) ( ) ]
2
1
[( )( ) ( )( )]
2
e
e
N x y x y y y x x x y
A
y y x x x x y y
A
= + +
= +
Finite Element Method by G. R. Liu and S. S. Quek
13
Shape functions construction
i i i i
N a b x c y = + +
1
( )
2
1
( )
2
1
( )
2
i j k k j
e
i j k
e
i k j
e
a x y x y
A
b y y
A
c x x
A
=
=
=
where
i
j k
i= 1, 2, 3
J, k determined from cyclic
permutation
i = 1, 2
j = 2, 3
k = 3, 1
Finite Element Method by G. R. Liu and S. S. Quek
14
Using area coordinates
Alternative method of constructing shape
functions

i, 1
j, 2
k, 3
x
y
P
A
1

1 2 2 2 3 3 2 2 3 3 2
3 3
1
1 1
1 [( ) ( ) ( ) ]
2 2
1
x y
A x y x y x y y y x x x y
x y
= = + +
1
1
e
A
L
A
=
A 2-3-P:
Similarly, A 3-1-P A
2

A 1-2-P A
3

2
2
e
A
L
A
=
3
3
e
A
L
A
=
Finite Element Method by G. R. Liu and S. S. Quek
15
Using area coordinates
1 2 3
1 L L L + + =
Partitions of unity:
3 2 2 3 2 2
1 2 3
1
e e e e
A A A A A A
L L L
A A A A
+ +
+ + = + + = =
Delta function property: e.g. L
1
= 0 at if P at nodes 2 or 3
Therefore,
1 1 2 2 3 3
, , N L N L N L = = =
( , ) ( , )
h
e
x y x y = U N d
Finite Element Method by G. R. Liu and S. S. Quek
16
Strain matrix



xx
yy
xy
u
x
v
y
u v
y x
c
c
c
c
c
c
c c
c
c c
=
=
= +
LU = c
where
0
0
x
y
y x
(
c
(
c
(
( c
=
(
c
(
(
c c
(
c c
(

L
e e
Bd LNd LU = = = c
0
0
x
y
y x
(
c
(
c
(
( c
= =
(
c
(
(
c c
(
c c (

B LN N
1 2 3
1 2 3
1 1 2 2 3 3
0 0 0
0 0 0
a a a
b b b
b a b a b a
(
(
=
(
(

B

(constant strain element)
Finite Element Method by G. R. Liu and S. S. Quek
17
Element matrices
0
d ( d ) d d
e e e
h
T T T
e
V A A
V z A h A = = =
} } } }
k B cB B cB B cB
Constant matrix

T
e e
hA = k B cB
0
d d d d
e e e
h
T T T
e
V A A
V x A h A = = =
} } } }
m N N N N N N
Finite Element Method by G. R. Liu and S. S. Quek
18
Element matrices
1 1 1 2 1 3
1 1 1 2 1 3
2 1 2 2 2 3
2 1 2 2 2 3
3 1 3 2 3 3
3 1 3 2 3 3
0 0 0
0 0 0
0 0 0
d
0 0 0
0 0 0
0 0 0
e
e
A
N N N N N N
N N N N N N
N N N N N N
h A
N N N N N N
N N N N N N
N N N N N N

(
(
(
(
=
(
(
(
(
(

}
m
For elements with uniform density and thickness,
A
p n m
p n m
A L L L
p n
A
m
2
)! 2 (
! ! !
d
3 2 1
+ + +
=
}
Eisenberg and Malvern (1973):
Finite Element Method by G. R. Liu and S. S. Quek
19
Element matrices
(
(
(
(
(
(
(
(

=
2
0 2 .
1 0 2
0 1 0 2
1 0 1 0 2
0 1 0 1 0 2
12
sy
hA
e

m

x, u
y, v
1 (x
1
, y
1
)
(u
1
, v
1
)
2 (x
2
, y
2
)
(u
2
, v
2
)
3 (x
3
, y
3
)
(u
3
, v
3
)
A
f
sx

f
sy

l
f
f
l
sy
sx
e
d ] [
3 2
T
}
)
`

=

N f

=

y
x
y
x
e
f
f
f
f
l
0
0
2
1
3 2
f
Uniform distributed load:
Finite Element Method by G. R. Liu and S. S. Quek
20
LINEAR RECTANGULAR
ELEMENTS
Non-constant strain matrix
More accurate representation of stress and strain
Regular shape makes formulation easy
Finite Element Method by G. R. Liu and S. S. Quek
21
Shape functions construction

x, u
y, v
1 (x
1
, y
1
)
(u
1
, v
1
)
2 (x
2
, y
2
)
(u
2
, v
2
)
3 (x
3
, y
3
)
(u
3
, v
3
)
2a
f
sy

f
sx

4 (x
4
, y
4
)
(u
4
, v
4
)
2b
q

Consider a rectangular element
1
1
2
2
3
3
4
4
displacements at node 1
displacements at node 2

displacements at node 3
displacements at node 4
e
u
v
u
u
u
u
u
u


`

)


`
)
=
`


`

)



`
)
)
d
Finite Element Method by G. R. Liu and S. S. Quek
22
Shape functions construction

x, u
y, v
1 (x
1
, y
1
)
(u
1
, v
1
)
2 (x
2
, y
2
)
(u
2
, v
2
)
3 (x
3
, y
3
)
(u
3
, v
3
)
2a
f
sy

f
sx

4 (x
4
, y
4
)
(u
4
, v
4
)
2b
q


1 (1, 1)
(u
1
, v
1
)
2 (1, 1)
(u
2
, v
2
)
3 (1, +1)
(u
3
, v
3
)
2a
4 (1, +1)
(u
4
, v
4
)
2b
q

, b y a x = = q
( , ) ( , )
h
e
x y x y = U N d
3 1 2 4
3 1 2 4
Node 2 Node 3
Node 1 Node 4
0 0 0 0

0 0 0 0
N N N N
N N N N
(
=
(

N where
(Interpolation)
Finite Element Method by G. R. Liu and S. S. Quek
23
Shape functions construction
) 1 )( 1 (
) 1 )( 1 (
) 1 )( 1 (
) 1 )( 1 (
4
1
4
4
1
3
4
1
2
4
1
1
q
q
q
q
+ =
+ + =
+ =
=
N
N
N
N
1
1
3 4
at node 1
1
1
1
3 4
at node 2
1
1
1
3 4
at node 3
1
1
1
3 4
at node 4
1
(1 )(1 ) 0
(1 )(1 ) 0
(1 )(1 ) 1
(1 )(1 ) 0
N
N
N
N

q
q
q
q
q
=
=
=
=
=
=
=
=
= + + =
= + + =
= + + =
= + + =
Delta function
property
4
1 2 3 4
1
1
4
1
4
[(1 )(1 ) (1 )(1 ) (1 )(1 ) (1 )(1 )]
[2(1 ) 2(1 )] 1
i
i
N N N N N
q q q q

=
= + + +
= + + + + + + +
= + + =

Partition of
unity
) 1 )( 1 (
4
1
q q
j j j
N + + =

1 (1, 1)
(u
1
, v
1
)
2 (1, 1)
(u
2
, v
2
)
3 (1, +1)
(u
3
, v
3
)
2a
4 (1, +1)
(u
4
, v
4
)
2b
q

Finite Element Method by G. R. Liu and S. S. Quek
24
Strain matrix
(
(
(

= =
+

+ + +

+ +

a b a b a b a b
b b b b
a a a a
q q q q

q q q q
1 1 1 1 1 1 1 1
1 1 1 1
1 1 1 1
0 0 0 0
0 0 0 0
LN B
Note: No longer a constant matrix!
Finite Element Method by G. R. Liu and S. S. Quek
25
Element matrices
, b y a x = = q
dxdy = ab ddq
Therefore,
q d d d
T
1
1
1
1
T
cB B cB B k h ab A h
A
e
} } }
+

= =
q d d d d d d
1
1
1
1 0
N N N N N N N N m
T T
A
T
A
h
T
V
e
abh A h A x V
} } } } } }
+

= = = =
Finite Element Method by G. R. Liu and S. S. Quek
26
Element matrices
l
f
f
l
sy
sx
e
d ] [
3 2
T
}
)
`

=

N f

x, u
y, v
1 (x
1
, y
1
)
(u
1
, v
1
)
2 (x
2
, y
2
)
(u
2
, v
2
)
3 (x
3
, y
3
)
(u
3
, v
3
)
2a
f
sy

f
sx

4 (x
4
, y
4
)
(u
4
, v
4
)
2b
q

For uniformly distributed load,

=
0
0
0
0
y
x
y
x
e
f
f
f
f
b f
Finite Element Method by G. R. Liu and S. S. Quek
27
Gauss integration
For evaluation of integrals in k
e
and m
e
(in practice)
In 1 direction:
) ( )d (
1
1
1
j j
m
j
f w f I

}
=
+

= =
m gauss points gives exact solution of
polynomial integrand of n = 2m - 1
1 1
1 1
1 1
( , )d d ( , )
y
x
n
n
i j i j
i j
I f ww f q q q
+ +

= =
= =

} }
In 2 directions:
Finite Element Method by G. R. Liu and S. S. Quek
28
Gauss integration
m
j
w
j
Accuracy n
1 0 2 1
2 -1/\3, 1/\3 1, 1 3
3 -\0.6, 0, \0.6 5/9, 8/9, 5/9 5
4 -0.861136, -0.339981,
0.339981, 0.861136
0.347855, 0.652145,
0.652145, 0.347855
7
5 -0.906180, -0.538469, 0,
0.538469, 0.906180
0.236927, 0.478629,
0.568889, 0.478629,
0.236927
9
6 -0.932470, -0.661209,
-0.238619, 0.238619,
0.661209, 0.932470
0.171324, 0.360762,
0.467914, 0.467914,
0.360762, 0.171324
11
Finite Element Method by G. R. Liu and S. S. Quek
29
Evaluation of m
e
(
(
(
(
(
(
(
(
(
(
(

=
4
0 4 .
2 0 4
0 2 0 4
1 0 2 0 4
0 1 0 2 0 4
2 0 1 0 2 0 4
0 2 0 1 0 2 0 4
9
sy
hab
e

m
Finite Element Method by G. R. Liu and S. S. Quek
30
Evaluation of m
e
E.g.
) 1 )( 1 (
4
) 1 )( 1 ( ) 1 )( 1 (
16
3
1
3
1
1
1
1
1
1
1
1
1
j i j i
j i j i
j i ij
hab
d d
hab
d d N N hab m
q q

q q q q q

q
+ + =
+ + + + =
=
} }
} }
+

9
4 ) 1 1 1 )( 1 1 1 (
4
3
1
3
1
33
hab hab
m

= + + =
Note: In practice, Gauss integration is often used
Finite Element Method by G. R. Liu and S. S. Quek
31
LINEAR QUADRILATERAL
ELEMENTS
Rectangular elements have limited application
Quadrilateral elements with unparallel edges are
more useful
Irregular shape requires coordinate mapping
before using Gauss integration

Finite Element Method by G. R. Liu and S. S. Quek
32
Coordinate mapping

2 (x
2
, y
2
)
y
x
1 (1, 1) 2 (1, 1)
3 (1, +1)
4 (1, +1)
q

3 (x
3
, y
3
)
4 (x
4
, y
4
)
1 (x
1
, y
1
)
Physical coordinates Natural coordinates
( , ) ( , )
h
e
q q = U N d (Interpolation of displacements)
( , ) ( , )
e
q q = X N x (Interpolation of coordinates)
Finite Element Method by G. R. Liu and S. S. Quek
33
Coordinate mapping
( , ) ( , )
e
q q = X N x
where
x
y

=
`
)
X
,
1
1
2
2
3
3
4
4
coordinate at node 1
coordinate at node 2

coordinate at node 3
coordinate at node 4
e
x
y
x
y
x
y
x
y


`

)


`

)
=
`


`

)



`
)
)
x
) 1 )( 1 (
) 1 )( 1 (
) 1 )( 1 (
) 1 )( 1 (
4
1
4
4
1
3
4
1
2
4
1
1
q
q
q
q
+ =
+ + =
+ =
=
N
N
N
N
i i
i
x N x ) , (
4
1
q

=
=
i i
i
y N y ) , (
4
1
q

=
=
Finite Element Method by G. R. Liu and S. S. Quek
34
Coordinate mapping
Substitute = 1 into
i i
i
x N x ) , (
4
1
q

=
=

2 (x
2
, y
2
)
y
x
1 (1, 1) 2 (1, 1)
3 (1, +1)
4 (1, +1)
q

3 (x
3
, y
3
)
4 (x
4
, y
4
)
1 (x
1
, y
1
)
3 2
1
2 2
1
3 2
1
2 2
1
) 1 ( ) 1 (
) 1 ( ) 1 (
y y y
x x x
q
q
+ + =
+ + =
or
) ( ) (
) ( ) (
2 3 2
1
3 2 2
1
2 3 2
1
3 2 2
1
y y y y y
x x x x x
+ + =
+ + =
q
q
Eliminating q,
) ( )} ( {
) (
) (
3 2 2
1
3 2 2
1
2 3
2 3
y y x x x
y y
x x
y + + +

=
Finite Element Method by G. R. Liu and S. S. Quek
35
Strain matrix
q q q

c
c
c
c
+
c
c
c
c
=
c
c
c
c
c
c
+
c
c
c
c
=
c
c
y
y
N x
x
N N
y
y
N x
x
N N
i i i
i i i i
i
i
i
N
N
x
N
N
y

q
c
( c
(
(
(
c
c
(
( =
c
c (
(
(
(
c
c


J or
x y
x y

q q
c c
(
(
c c
(
=
c c
(
(
c c

J where
(Jacobian matrix)
1 1
3 1 2 4
2 2
3 3 3 1 2 4
4 4
x y
N N N N
x y
x y N N N N
x y

q q q q
( c c c c
(
(
(
c c c c
(
(
=
(
c c c c (
(
(
c c c c
(


J
Since ( , ) ( , )
e
q q = X N x ,
Finite Element Method by G. R. Liu and S. S. Quek
36
Strain matrix
1
i
i
i
i
N
N
x
N
N
y

c
( c
(
(
(
c
c
(
( =
c
c (
(
(
(
c
c


J
Therefore,
N LN B
(
(
(

c c c c
c c
c c
= =
x y
y
x
0
0
Replace differentials of N
i
w.r.t. x and y
with differentials of N
i
w.r.t. and q
(Relationship between differentials of shape
functions w.r.t. physical coordinates and
differentials w.r.t. natural coordinates)
Finite Element Method by G. R. Liu and S. S. Quek
37
Element matrices
Murnaghan (1951) : dA=det |J | ddq
1 1
T
1 1
det d d
e
h q
+ +

=
} }
k B cB J
q

d d det
d d d d
1
1
1
1
0
J N N
N N N N N N m
T
T
A
T
A
h
T
V
e
h
A h A x V
} }
} } } }
+

=
= = =
Finite Element Method by G. R. Liu and S. S. Quek
38
Remarks
Shape functions used for interpolating the coordinates are
the same as the shape functions used for interpolation of
the displacement field. Therefore, the element is called an
isoparametric element.
Note that the shape functions for coordinate interpolation
and displacement interpolation do not have to be the same.
Using the different shape functions for coordinate
interpolation and displacement interpolation, respectively,
will lead to the development of so-called subparametric or
superparametric elements.

Finite Element Method by G. R. Liu and S. S. Quek
39
HIGHER ORDER ELEMENTS
Higher order triangular elements

i (I,J,K)
(p,0,0)
(0,p,0)
(0,0,p)
(p1,1,0)
L
1

L
3

L
2

(0,p1,1)
(0,1,p1)
(1,0,p1)
(2,0,p2)
n
d
= (p+1)(p+2)/2
I J K p + + = Node i,
Argyris, 1968 :
1 2 3
( ) ( ) ( )
I J K
i I J K
N l L l L l L =
0 1 ( 1)
0 1 ( 1)
( )( ) ( )
( )
( )( ) ( )
I I I
L L L L L L
l L
L L L L L L
o o o o o o | |
| o
o o o o o o |


=

Finite Element Method by G. R. Liu and S. S. Quek
40
HIGHER ORDER ELEMENTS
Higher order triangular elements (Contd)

x, u
y, v
1
2
3
4
5
6
1 2 2 1 1
(2 1) N N N L L = = =
4 5 6 1 2
4 N N N L L = = =


x, u
y, v
1
2
3
4
5
6
7
8
9
10
1 2 3 1 1 1
1
(3 1)(3 2)
2
N N N L L L = = =
4 9 1 2 1
9
(3 1)
2
N N L L L =
10 1 2 3
27 N L L L =

Cubic element
Quadratic element
Finite Element Method by G. R. Liu and S. S. Quek
41
HIGHER ORDER ELEMENTS
Higher order rectangular elements

(0,0)
0
q

(n,0)
(0,m)
(n,m)
i(n,m)
Lagrange type:
1 1
( ) ( )
D D n m
i I J I J
N N N l l q = =
0 1 1 1
0 1 1 1
( )( ) ( )( ) ( )
( )
( )( ) ( )( ) ( )
n k k n
k
k k k k k k k n
l


+
+

=

[Zienkiewicz et al., 2000]
Finite Element Method by G. R. Liu and S. S. Quek
42
HIGHER ORDER ELEMENTS
Higher order rectangular elements (Contd)

1
2
3
4
q

5
6
7
8 9
1 1
1 1 1
1 1
2 2 1
1 1
3 2 2
1 1
4 1 2
1
( ) ( ) (1 ) (1 )
4
1
( ) ( ) (1 ) (1 )
4
1
( ) ( ) (1 )(1 )
4
1
( ) ( ) (1 )(1 )
4
D D
D D
D D
D D
N N N
N N N
N N N
N N N
q q q
q q q
q q q
q q q
= =
= = +
= = + +
= = +
1 1
5 3 1
1 1
6 2 3
1 1
7 3 2
1 1
8 1 1
1 1 2 2
9 3 3
1
( ) ( ) (1 )(1 )(1 )
2
1
( ) ( ) (1 )(1 )(1 )
2
1
( ) ( ) (1 )(1 )(1 )
2
1
( ) ( ) (1 )(1 )
2
( ) ( ) (1 )(1 )
D D
D D
D D
D D
D D
N N N
N N N
N N N
N N N
N N N
q q q
q q q
q q q
q q q
q q
= = +
= = + +
= = + +
= =
= =
(nine node quadratic element)
Finite Element Method by G. R. Liu and S. S. Quek
43
HIGHER ORDER ELEMENTS
Higher order rectangular elements (Contd)
Serendipity type:

1
2
3
4
q

5
6
7
8
0
=1
=1
q=1
q=1
1
4
2
1
2
2
1
2
(1 )(1 )( 1) 1, 2, 3, 4
(1 )(1 ) 5, 7
(1 )(1 ) 6, 8
j j j j j
j j
j j
N j
N j
N j
q q q q
q q
q
= + + + =
= + =
= + =
(eight node quadratic element)
Finite Element Method by G. R. Liu and S. S. Quek
44
HIGHER ORDER ELEMENTS
Higher order rectangular elements (Contd)

1
2
3
4
q

5 6
7
8
9 10
11
12
2 2
1
32
2
9
32
1
3
2
9
32
(1 )(1 )(9 9 10)
for corner nodes 1, 2, 3, 4
(1 )(1 )(1 9 )
for side nodes 7, 8, 11, 12 where 1 and
(1 )(1 )(1
j j j
j j j
j j
j j
N
j
N
j
N
q q q
q q q
q
q q
= + + +
=
= + +
= = =
= + +
1
3
9 )
for side nodes 5, 6, 9, 10 where and 1
j
j j
j

q = = =
(twelve node cubic element)
Finite Element Method by G. R. Liu and S. S. Quek
45
ELEMENT WITH CURVED
EDGES

4
2
3
8
1
5
7
6
1
4
2
5
3
6
1
2
3
4
5
6
1
2
3
4
5
6
7
8
Finite Element Method by G. R. Liu and S. S. Quek
46
COMMENTS (GAUSS
INTEGRATION)
When the Gauss integration scheme is used, one has to
decide how many Gauss points should be used.
Theoretically, for a one-dimensional integral, using m
points can give the exact solution for the integral of a
polynomial integrand of up to an order of (2m1).
As a general rule of thumb, more points should be used for
a higher order of elements.
Finite Element Method by G. R. Liu and S. S. Quek
47
COMMENTS (GAUSS
INTEGRATION)
Using a smaller number of Gauss points tends to
counteract the over-stiff behaviour associated with the
displacement-based method.
Displacement in an element is assumed using shape
functions. This implies that the deformation of the element
is somehow prescribed in a fashion of the shape function.
This prescription gives a constraint to the element. The so-
constrained element behaves stiffer than it should. It is
often observed that higher order elements are usually softer
than lower order ones. This is because using higher order
elements gives fewer constraint to the elements.
Finite Element Method by G. R. Liu and S. S. Quek
48
COMMENTS ON GAUSS
INTEGRATION
Two Gauss points for linear elements, and two or three
points for quadratic elements in each direction should be
sufficient for most cases.
Most of the explicit FEM codes based on explicit
formulation tend to use one-point integration to achieve the
best performance in saving CPU time.
Finite Element Method by G. R. Liu and S. S. Quek
49
CASE STUDY
Side drive micro-motor
Finite Element Method by G. R. Liu and S. S. Quek
50
CASE STUDY
Elastic Properties of Polysilicon

Youngs Modulus, E

169GPa

Poissons ratio, u

0.262

Density,

2300kgm
-3


10N/m
10N/m
10N/m
Finite Element Method by G. R. Liu and S. S. Quek
51
CASE STUDY
Analysis no. 1: Von Mises stress
distribution using 24 bilinear
quadrilateral elements (41 nodes)
Finite Element Method by G. R. Liu and S. S. Quek
52
CASE STUDY
Analysis no. 2: Von Mises stress
distribution using 96 bilinear
quadrilateral elements (129 nodes)
Finite Element Method by G. R. Liu and S. S. Quek
53
CASE STUDY
Analysis no. 3: Von Mises stress
distribution using 144 bilinear
quadrilateral elements (185 nodes)
Finite Element Method by G. R. Liu and S. S. Quek
54
CASE STUDY
Analysis no. 4: Von Mises stress
distribution using 24 eight-nodal,
quadratic elements (105 nodes)
Finite Element Method by G. R. Liu and S. S. Quek
55
CASE STUDY
Analysis no. 5: Von Mises stress
distribution using 192 three-nodal,
triangular elements (129 nodes)
Finite Element Method by G. R. Liu and S. S. Quek
56
CASE STUDY
Analysis
no.

Number / type of
elements

Total number
of nodes in
model

Maximum
Von Mises
Stress (GPa)

1

24 bilinear,
quadrilateral

41

0.0139

2

96 bilinear,
quadrilateral

129

0.0180

3

144 bilinear,
quadrilateral

185

0.0197

4

24 quadratic,
quadrilateral

105

0.0191

5

192 linear,
triangular

129

0.0167

You might also like