Ch07 - FEM APPROXIMATION
Ch07 - FEM APPROXIMATION
Chapter 7
1 2 3 1 2 3
ξ x
−1 0 1 x1 x2 x3
( − 0)( − 1) = 1 − 1 ( x − x2 ) ( x − x3 )
N1 ( ) = ( ) N1 ( x ) =
( −1 − 0)( −1 − 1) 2 ( x1 − x2 ) ( x1 − x3 )
− ( −1) ( − 1) ( x − x1 ) ( x − x3 )
N 2 ( ) = = − ( + 1)( − 1) N2 ( x) =
0 − ( −1) ( 0 − 1) ( x2 − x1 ) ( x2 − x3 )
− ( −1) ( − 0 ) 1 N3 ( x ) =
( x − x1 )( x − x2 )
N 3 ( ) = = ( + 1) ( x3 − x1 )( x3 − x2 )
1 − ( −1) (1 − 1) 2
4
Shape function of 2-D element
η
Reference bilinear quadrilateral element:
4 1 3
−1 1 ξ
0
−1 −1 1
N1 ( ,) = L1 L1 = = (1 − )(1 − ) 1 −1 2
−1 − 1 −1 − 1 4
− ( −1) − 1 1
N 2 ( ,) = L2 L2 = = (1 + )(1 − )
1 − ( −1) −1 − 1 4
− ( −1) − ( −1) 1
N 3 ( ,) = L3 L3 = = (1 + )(1 + )
1 − ( −1) 1 − ( −1) 4
− 1 − ( −1) 1
N 4 ( ,) = L4 L4 = = (1 − )(1 + )
−1 − 1 1 − ( −1) 4
5
Shape function of 2-D element
y
Real bilinear quadrilateral element:
b 4 3
1 2 x
0 a
x − a y − b ( a − x )( b − y )
N1 ( x, y ) = L1x L1 y = =
0−a 0−b ab
x − 0 y − b x (b − y )
N 2 ( x, y ) = L2 x L2 y = =
a−0 0−b ab
x − 0 y − 0 xy
N 3 ( x, y ) = L3 x L3 y = =
a − 0 b − 0 ab
x − a y − 0 (a − x) y
N 4 ( x, y ) = L4 x L4 y = =
0−a b−0 ab
6
Shape function of 2-Dyelement
Real bilinear quadrilateral element:
b 4 3
General form of displacement function:
u = A + Bx + Cy + Dxy
1 2 x
Substituting coordinates of nodes: A = u 0 a
1
u −u
u1 = A B = 2 1
u = A + Ba a
2
u4 − u1
u3 = A + Ba + Cb + Dab C = b
u4 = A + Cb
D = u1 − u2 + u3 − u4
ab
Substituting back into the equation and simplifying to the form:
u = N1 ( x, y ) u1 + N 2 ( x, y ) u2 + N 3 ( x, y ) u3 + N 4 ( x, y ) u4
7
Shape function of 2-D element
Reference bilinear triangular element:
N 2 ( ,) =
N 3 ( ,) =
8
Shape function of 2-D element
y
Real bilinear triangular element:
3
1 x1 y1
A = det 1 x2 y2
1
2 1
1 x3 y3 2
x
0
( x2 y3 − x3 y2 ) + x ( y2 − y3 ) + y ( x3 − x2 )
N1 ( x, y ) =
2A
( x3 y1 − x1 y3 ) + x ( y3 − y1 ) + y ( x1 − x3 )
N 2 ( x, y ) =
2A
N 3 ( x, y ) =
( x1 y2 − x2 y1 ) + x ( y1 − y2 ) + y ( x2 − x1 )
9
2A
Coordinate transformation
Mapping
Real element
Reference element
n n n
x = N i ( ,, ) xi ; y = N i ( ,, ) yi ; z = N i ( ,, ) zi
i =1 i =1 i =1
3
J11 = N i ( ,) xi = 2 (1 − − ) + 5 + 4 = 3
i =1
3
J12 = N i ( ,) yi = 2 (1 − − ) + 3 + 5 = 1
i =1
3
J 21 = N i ( ,) xi = 2 (1 − − ) + 5 + 4 = 2
i =1
3
J 22 = N i ( ,) yi = 2 (1 − − ) + 3 + 5 = 3
i =1
14
Interpolation
Assuming ui is a physical quantity at node ith, the value of such
physical quantity at an arbitrary point in the element can be
estimated by interpolation.
N 3 ( x, y ) =
( x1 y2 − x2 y1 ) + x ( y1 − y2 ) + y ( x2 − x1 )
x2 y3 − x3 y2 − x1 y3 + x1 y2 + x3 y1 − x2 y1
3 3
u A = N i ( x A , y A ) ui = −0,0150 ( mm ) v A = N i ( x A , y A ) vi = 0,1250 ( mm )
i =1 17
i =1
End of Chapter 7
18