CH 10
CH 10
Formulation
N1 represents the physical shape of the coordinate x when plotted over the length of the
element for x1=1 and x2=0 ,N2 represents the coordinate z when plotted over the length of
the element for x2=1 and x1=0
N1 + N 2 =
1
u1
{u} = [ N1 N2 ]
u and x are defined by the same
2
u
shape functions at the same
x1
{ x} = [ N1 N2 ] nodes .
the element is called
x2
u1
⇒ isoparametric
{u} = [ N1 N2 ]
u2
CAE A&D LAB
Step 3 Define the strain/Displacement and
stress/strain Relationship
→ [ B] → [k ]
u1
{u} = [ N1 N2 ]
u2
1 − s 1 + s u1
=
2 2 u2
du
du du dx du ds
= ⇒=
ds dx ds dx dx
ds
1− s 1+ s du u2 − u1
u =u1 + u2 =
2 2 ds 2
f ( x ) dx = ∫ f ( s ) J ds
L 1
∫0 −1
[ B ] = −
1
( E = [ D ]) 1
L
L
AE 1 −1
⇒ [k ] =
L −1 1
1
L 1 − L 1 1
[k ]
2 ∫−1
= E − Ads
1 L L
L
Body forces
Determine the body force→ using the natural coordinate
systems
CAE A&D LAB
{}
∧
fb ∫∫∫
V
=
T
{} ∧
[ N ] x dv ( dv b Adx )
{}
∧
fb ∫0
A= [
L
N ]{ }
x
T
b dx dx
∧L
ds
2
1 − s
{}
∧
fb
1
= A∫
2 ∧ L
−1 1 + s
xb ds
2 {}
2
{}
∧
AL x 1
∧
⇒ fb = b
2 1
1 indicates that this body force is equally
→
2 distributed to the two nodes of the element.
s
Assuming the cross section is constant
the traction is uniform
∧
{} {}
T ∧
∫0 [ N s ] T x
L
⇒ fs = dx
1 − s
{}
∧ 1
fs = ∫
−1 1 + s
{}
2 ∧ L
T x ds
2
2
{}∧
⇒ fs =
L 1
∧
Tx
2 1
Disadvantage
→ poorly approximates the real boundary condition edges.
u1
v
1
u2
v
2
{d } =
u3
v3 Figure 10-3 Basic four-node
rectangular element with nodal
u4
v4 degrees of freedom
u ( x , y ) =a1 + a2 x + a3 y + a4 xy
v ( x , y ) =a5 + a6 x + a7 y + a8 xy
1
u ( x ,=
y) [( b − x )( h − y ) u1 + ( b + x )( h − y ) u2
4bh
+ ( b + x )( h + y ) u3 + ( b − x )( h + y ) u4 ]
1
v ( x ,=
y) [( b − x )( h − y ) v1 + ( b + x )( h − y ) v2
4bh
+ ( b + x )( h + y ) v3 + ( b − x )( h + y ) v4 ]
{ψ } = [ N ]{d }
CAE A&D LAB
Shape function
=N1
(=
b − x )( h − y )
N
( b + x )( h − y )
2
4bh 4bh
=
( b + x )( h + y ) N
N1 =
( b − x )( h + y )
4
4bh 4bh
u1
v
1
u2
u N1 0 N2 0 N3 0 N4 0 v2
=
v 0 N1 0 N2 0 N3 0 N 4 u3
v3
u4
v4
T
[ k ] = ∫− h ∫−b [ B ] [ D ][ B ]tdxdy
h b
{ f } = [ k ]{d }
Step 5-7
Assembling the global stiffness matrix and
equation
=
x xc + bs
=
y yc + ht
square element mapped into quadrilateral
in x-y coordinates
∑=
N
i =1
i ( i 1,2 n )
1=
0 1− t t−s s −1
s + 1 −s − t
1 T t −1 0
J = {X c} {Yc }
8 s − t −s − 1 0 t +1
1 − s s + t −t − 1
0
is a function of s and t and the known global
J coordinates x1 , x2 , y4
σ = DBd
CAE A&D LAB
Step 4 Derive the Element Stiffness Matrix and
Equations
→ To express the stiffness matrix in terms of s-t coordinates
For an element with a constant thickness h
[ k ] = ∫∫ [ B ] [ D ][ B ] hdxdy
T
A
transform the s-t →x , y
∫∫ f ( x, y )dxdy = ∫∫ f ( s, t ) J dsdt
A A
T
[ k ] = ∫−1 ∫−1[ B ] [ D ][ B ] h J dsdt
1 1
Surface forces
T
{ f s } = ∫−1[ N ] {T } h
1 L
ds Along t=1
2
f s 3s
T
f s 3t 1 N 3 0 N4 0 ps L
= ∫−1 h ds
N 4
or
f
s4s 0 N3 0 pt 2
f s 4t evaluated Figure 10-6 Surface
along t =1
t =→
1 N1 =0 N2 =0 traction: ps and pt
L acting at edge t = 1
{ f s } = h [0 pt ]
T
0 0 0 ps pt ps
2
Similarly→surface forces along other edges
CAE A&D LAB
10.4 Gaussian Quadrature (Numerical
Integration)
© 2002 Brooks/Cole Publishing / Thomson Learning™
Numerical evaluation of
definite integrate
1
1
I = ∫ ydx I = ∫ ydx
−1
−1
∫ y ( x )dx ≅ 2 y ( 0 )
1 using one sampling point
I
−1
I =∫ yd x=W1 y1 + W2 y2 =W1 y ( x1 ) + W2 y ( x2 )
1
−1
four unknown W1 W2 X 1 X 2
So we assure a cubic function for y
y =C0 + C1 x + C2 x 2 + C3 x3
A = ∫ ( C0 + C1 x + C2 x + C3 x )dx = 2C0 +
1
2 3 2C2
−1 3
Gauss's method ⇒ W = 1 W2 X= 1 X2
AG = Wy ( −a ) + Wy ( a )
=2W ( C0 + C2 a 2 )
Symmetrically located gauss points at x = ± awith equal weight
CAE A&D LAB
If the error e= A − AG is to vanish for any C0 and C2
∂e
=0 =2 − 2 w → w =1
∂C0
∂e 2 1
=
0= − 2a w
2
a= =
0.5773
∂C2 3 3
=
w 1=
a 0.5773
∫ f ( s , t )dsdt ∫−1 ∑ ( )
1 1 1
I ∫=
−1 −1
C
W c f s i , t dt
∑j j ∑i i ( i j ) ∑∑
= W W f s , t
i j
WW i j f ( si , t j )
i = 1,2 j =1,2
I 1 1 f ( s1 , t1 ) + WW
WW 1 2 f ( s1 , t 2 )
+ W2W1 f ( s2 , t1 ) + W2W2 f ( s2 , t2 )
1
si , ti =
±0.5773 =
±
3 In geranial , in three dimensions
wi = 1
∫ ∫ ∫ f ( s, t , z )dsdtdz
1 1 1
I =
−1 −1 −1
= ∑ ∑ ∑W W W f ( s , t , z )
i j k i j k
i j k
2-D
k = ∫∫ BT ( x, y )DB ( x, y ) hdxdy
A
x, y → s , t
BT ( s, t )DB ( s, t ) J hdsdt
1 1
k=∫ ∫
−1 −1
+ BT ( s2 , t2 ) DB ( s2 , t2 ) J ( s2 , t2 ) h W
2W2
+ BT ( s3 , t3 ) DB ( s3 , t3 ) J ( s3 , t3 ) h W
3W3
+ BT ( s4 , t4 ) DB ( s4 , t4 ) J ( s4 , t4 ) h W
4W4
S1 =
t1 − 0.5773, S 2 =
0.5773, t2 =
0.5773,
S3 =
0.5773, t3 =
−0.5773, S 4 =
t4 =
0.5773
=
W1 W=
2 W=
3 W=
4 1
+ a6t 2 + a7 s 2t + a8 st 2
y =a9 + a10 s + a11t + a12 st + a13 s 2
+ a14t 2 + a15 s 2t + a16 st 2
ai ' s i = 16
for corner nodes Figure 10-12 Quadratic isoparametric element
1
Ni = (1 + ssi )(1 + tti )( ssi + tti − 1)
4
−1,1,1, −1 ( i =
si = 1,2,3,4 )
ti =−1, −1,1,1 ( i =1,2,3,4 )
CAE A&D LAB
1 1
⇒ N=
1 (1 − s )(1 − t )( − s − t − 1) N=
2 (1 + s )(1 − t )( s − t − 1)
4 4
1 1
N=3 (1 + s )(1 + t )( s + t − 1) N=
4 (1 − s )(1 + t )( − s + t − 1)
4 4
for the midside nodes i =5,6,7,8
1 1
N 5 = (1 − t )(1 + s )(1 − s ) N 2 = (1 + s )(1 + t )(1 − t )
2 2
1 1
N 3 = (1 + t )(1 + s )(1 − s ) N 4 = (1 − s )(1 + t )(1 − t )
2 2
N i =(1 + ssi ) (1 − t 2 )
1
si =
1, −1 (i =
6,8 )
2
u N1 0 N 2 0 N3 0 N4 0 N5 0 N6 0 N7 0 N8 0
=
v 0 N1 0 N2 0 N3 0 N4 0 N5 0 N6 0 N7 0 N8
u1
v
1
u2
ε D ' Nd ×
v2
v8
© 2002 Brooks/Cole Publishing / Thomson Learning™
2 9 2 9
0 . 77459 5
+ (0 . 77459 ) + cos rad
2
2 9
= 1 . 918 + 0 . 667 = 2 . 585
Compared to the exact solution, we have I exact = 2 . 585 .
In this example, three-point Gaussian quadrature
yields the exact answer to four significant figures.
Using Eq. (10.5.3), we evaluate the k matrix. Using
the rule, the four points are
(s1 , t1 ) = (− 0.5773, − 0.5773)
(s 2 , t 2 ) = (− 0.5773, 0.5773)
(s3 , t 3 ) = (0.5773, − 0.5773)
(s 4 , t 4 ) = (0.5773, 0.5773)
W1 = W2 = W3 = W4 = 1.000.
k=B ( − 0.5773 , - 0.5773 ) D B ( − 0.5773 , - 0.5773 )
T
a = [ y1 (s − 1) + y 2 (− 1 − s ) + y 3 (1 + s ) + y 4 (1 − s )]
1
4
= {2(− 0.5773 − 1) + 2[− 1 − (0.5773)]}
1
4
+ 4[1 + (− 0.55773)] + 4[1 − (− 0.5773)]
= 1.00
N 1, s =
1
(t − 1) = 1 (− 0.5773 − 1) = −0.3943
4 4
= (s − 1) = (− 0.5773 − 1) = −0.3943
1 1
N 1,t
4 4
aN i , s − bN i ,t 0
Bi = 0 cN i ,t − dN i , s
cN i ,t − dN i , s aN i , s − bN i ,t
a =1 b=0 c =1 d =0
1 1 1 1
N 1, s = − N 1,t = − N 2,s = N 2 ,t = −
4 4 4 4
1 1 1 1
N 3, s = N 3, t = N 4,s =− N 4 ,t =
4 4 4 4
1 1 1 1
− 4 0 4 0 4 0 − 4 0
1 1 1 1
B1 = 0 − B2 = 0 − B3 = 0 B4 = 0
4 4 4 4
− 1 −
1 − 1 1 1 1 1 −
1
4 4 4 4 4 4 4 4
J =1
1 0.3 0
10 6 0.3 1 0
0 0 0.35
σ = D B d = (30)
1 − 0.09
0
0
0.001
− 0.25 0 0.25 0 0.25 0 − 0.25 0
× 0 0.25
0 .0015
− 0.25 0 − 0.25 0 0.25 0
0 .003
− 0.25 − 0.25 − 0.25 0.25 0.25 0.25 0.25 − 0.25
0.0016
0
0
3.346 ⋅ 10 4
σ = 1.154 ⋅ 10 4 psi
1.024 ⋅ 10 4