CHP 5
CHP 5
Fig. (1) shows the local node numbering convention. The nodes are always numbered in succession
moving counter clockwise as shown. Each node of triangle as well as all points in the interior of
element can undergo an x-displacement u, and a y-displacement v.
The force-displacement analysis to determine the equation [𝐾]{𝑞} = {𝑅} involves again the
familiar five steps,
1. Assume a displacement function for the element using Rayleigh-Ritx form.
2. Derive the strain ε and the strain energy U.
3. Derive the P.E due to applied loads.
4. Sum the P.E terms to get total P.E π.
5. Minimize the total P.E π w.r.t the nodal displacements to get [𝐾]{𝑞} = {𝑅}.
Finally, the simultaneous linear algebraic equations obtained after assemblage are solved using a
numerical algorithm such as that based on Gaussian elimination.
5.2 Details of the five steps of FEM for the Triangular Element in the global coordination
Step 1: Assume a displacement function
We assume displacement functions u and v linear in X and Y as the simplest functions that yield
piecewise continuous first derivatives over the entire domain of the continuum.
𝑢(𝑋, 𝑌) = 𝑑1 + 𝑑2 𝑋 + 𝑑3 𝑌 (1)
𝑣(𝑋, 𝑌) = 𝐵1 + 𝐵2 𝑋 + 𝐵3 𝑌 (2)
The constant coefficients di and Bi often referred to as generalized coordinates, can be determined
as follows.
The X-component of displacement of each node may be written by using Eq. (1). Thus
𝑢1 = 𝑑1 + 𝑑2 𝑋1 + 𝑑3 𝑌1
𝑢2 = 𝑑1 + 𝑑2 𝑋2 + 𝑑3 𝑌2
𝑢3 = 𝑑1 + 𝑑2 𝑋3 + 𝑑3 𝑌3
Or in matrix form,
𝑢1 1 𝑋1 𝑌1 𝑑1
𝑢
{ 2 } = [ 1 𝑋2 𝑌2 ] {𝑑2 } (3)
𝑢3 1 𝑋3 𝑌3 𝑑3
Or
{ 𝑞1 } = [𝐴]{𝑑} (4)
{ 𝑑} = [𝐴]−1 { 𝑞1 } (5)
Similarly
𝑣1 = 𝐵1 + 𝐵2 𝑋1 + 𝐵3 𝑌1
𝑣2 = 𝐵1 + 𝐵2 𝑋2 + 𝐵3 𝑌2
𝑣3 = 𝐵1 + 𝐵2 𝑋3 + 𝐵3 𝑌3
Or in matrix form,
𝑣1 1 𝑋1 𝑌1 𝐵1
𝑣
{ 2 } = [ 1 𝑋2 𝑌2 ] {𝐵2 } (6)
𝑣3 1 𝑋3 𝑌3 𝐵3
Or
{ 𝑞2 } = [𝐴]{𝐵} (7)
{ 𝐵} = [𝐴]−1 { 𝑞2 } (8)
Thus, the generalized coordinates di and Bi can be determined by pre-multiplying both sides of
equations (4) and (7) by the inverse of square matrix of nodal coordinates. Now the inverse of a
square non-singular matrix A is,
𝑎𝑑𝑗 𝐴 𝐴𝑐 𝑇
[𝐴]−1 = = (9)
|𝐴| |𝐴|
Where E is the elastic modulus of elasticity. It is to be noted that the strain in the Y and Z directions
is not zero, but rather
𝜀𝑦 = 𝜀𝑧 = −𝜈𝜀𝑥 (20)
For a bar in tension, the longitudinal strain is positive and the transverse strain is negative (because
the width of the bar decreases). For compression we have the opposite situation with the bar
becoming shorter (negative longitudinal strain) and wider (positive transverse strain). Therefore,
for ordinary materials, poison’s ratio always has a positive value.
Plane Stress:
For this case the normal and shear stress components act in
a plane that is in two coordinate directions only. Let us
consider the X and Y directions only. Thus,
𝜎𝑧 = 0 = 𝑇𝑧𝑥 = 𝑇𝑧𝑦 (22) Figure 3: Normal and shear stresses on X and Y faces
The relations between stress and strain are
𝐸
𝜎𝑥 = (𝜀 + 𝜈𝜀𝑦 )
1 − 𝜈2 𝑥
𝐸
𝜎𝑦 = 1−𝜈2 (𝜀𝑦 + 𝜈𝜀𝑥 ) (23)
𝑇𝑥𝑦 = 𝐺𝛾𝑥𝑦
Where,
𝐸
𝐺=
2(1 + 𝜈)
Is the shear modulus.
𝜎𝑥 1 𝜈 0 𝜀𝑥
𝐸
{ 𝜎𝑦 } = (1+𝜈) [ 𝜈 1 0 ] { 𝜀𝑦 }
1−𝜈
(24)
𝑇𝑥𝑦 0 0 𝛾𝑥𝑦
2
Where 𝛾𝑥𝑦 is the shear strain. The strain energy stored in the element dΩ under a general 3-
dimentional stress state is
1
𝑑𝑈 = (𝜎 𝜀 + 𝜎𝑦 𝜀𝑦 + 𝜎𝑧 𝜀𝑧 + 𝑇𝑥𝑦 𝛾𝑥𝑦 + 𝑇𝑦𝑧 𝛾𝑦𝑧 + 𝑇𝑧𝑥 𝛾𝑧𝑥 )dΩ
2 𝑥 𝑥
This equation, written in matrix form is
1
𝑑𝑈 = 2 {𝜎} {𝜀}𝑇 dΩ (29)
{𝜀} = [𝜀𝑥 𝜀𝑦 𝜀𝑧 𝛾𝑥𝑦 𝛾𝑦𝑧 𝛾𝑧𝑥 ]𝑇 , {𝜎} = [𝜎𝑥 𝜎𝑦 𝜎𝑧 𝑇𝑥𝑦 𝑇𝑦𝑧 𝑇𝑧𝑥 ]𝑇 (30)
Substituting the constitutive relation for plane stress from (25) that is
{𝜎} = [𝑐] {𝜀}
Into (31) we get,
1
𝑈=∫ {𝜀}𝑇 [𝑐] {𝜀} dΩ (33)
2
𝛺
Eq (33) is preferably to (31) because it is in terms of 𝜀 only as compared to (31) which contains
both 𝜀 and 𝜎.
Step 2: Derive Strain and Strain Energy:
We can now develop our model of the plane stress state thickness of the continuum being small in
the z-direction from eq (18) and (19) leading to
𝜕 𝜕
0 0
𝜀𝑥 𝜕𝑥 𝜕𝑥
𝜕 𝑢 𝜕
{ 𝜀𝑦 } = 0 { }= 0 [𝑁]{𝑞} (34)
𝛾𝑥𝑦
𝜕𝑦 𝑣 𝜕𝑦
𝜕 𝜕 𝜕 𝜕
[ 𝜕𝑦 𝜕𝑥 ] [ 𝜕𝑦 𝜕𝑥 ]
𝜕
𝑢1
0 𝑣1
𝜀𝑥 𝜕𝑥
𝜕 𝑁 0 𝑁2 0 𝑁3 0 𝑢2
{ 𝜀𝑦 } = 0 [ 1 ] (35)
𝛾𝑥𝑦
𝜕𝑦 0 𝑁1 0 𝑁2 0 𝑁3 𝑣2
𝜕 𝜕 𝑢3
[ 𝜕𝑦 𝜕𝑥 ] {𝑣3 }
𝑢1
𝑣1
𝜀𝑥 𝑌2 − 𝑌3 0 𝑌3 − 𝑌1 0 𝑌1 − 𝑌2 0
1 𝑢
𝜀
{ 𝑦 } = |𝐴| [0 𝑋3 − 𝑋2 0 𝑋1 − 𝑋3 0 𝑋2 − 𝑋1 ] 𝑣2 (36)
𝛾𝑥𝑦 2
𝑋3 − 𝑋2 𝑌2 − 𝑌3 𝑋1 − 𝑋3 𝑌3 − 𝑌1 𝑋2 − 𝑋1 𝑌1 − 𝑌2 𝑢3
{𝑣3 }
So,
{𝜀} = [𝐵] {𝑞} (37)
Where {𝜀} is strain vector, [B] is strain displacement matrix and {q} are the nodal displacement.
This gives us strain vector. Now, to determine strain energy we substitute from eq (37) into (33),
yielding,
1
𝑈=∫ {𝑞}𝑇 [𝐵]𝑇 [𝑐][𝐵]{𝑞} dΩ
𝛺 2
1
𝑈 = 2 {𝑞}𝑇 [𝐵]𝑇 [𝑐][𝐵]{𝑞} ℎ𝐴 (38)
1 𝑌2 − 𝑌3 0 𝑌3 − 𝑌1 0 𝑌1 − 𝑌2 0
[𝐵] = [0 𝑋3 − 𝑋 2 0 𝑋1 − 𝑋3 0 𝑋2 − 𝑋1 ]
|𝐴|
𝑋3 − 𝑋2 𝑌2 − 𝑌3 𝑋1 − 𝑋3 𝑌3 − 𝑌1 𝑋2 − 𝑋1 𝑌1 − 𝑌2
Also,
|𝐴| = det[𝐴] = (𝑋2 𝑌3 − 𝑋3 𝑌2 ) + 𝑋1 (𝑌2 − 𝑌3 ) + 𝑌1 ( 𝑋3 − 𝑋2 )
= (6𝑥5 − 6𝑥2)2 + (2 − 5) + (6 − 6) = 12
Substituting for |A| and nodal coordinates in
{𝜀} = [𝐵] {𝑞}
We get,
𝑢1
𝑣1
𝜀𝑥 −3 0 4 0 −1 0
1 𝑢2
𝜀
{ 𝑦}= [ 0 0 0 −4 0 4 ] 𝑣
𝛾𝑥𝑦 |𝐴| 2
0 −3 −4 4 4 −1 𝑢
3
{𝑣3 }
Example 2: Strain Energy in a triangular element
The strain energy in the triangular element is determined using Eq (38). This equation requires
the matrix product
[𝐵]𝑇 [𝑐][𝐵]
Evaluate this product for the element in Example 1 and then determine the strain energy in terms
of displacement of nodes.
Solution:
1. According to eq (38) the strain energy is
1
𝑈 = 2 {𝑞}𝑇 [𝐵]𝑇 [𝑐][𝐵]{𝑞} ℎ𝐴 (1)
2. From Example 1 the strain displacement matrix is,
𝑌2 − 𝑌3 0 𝑌3 − 𝑌1 0 𝑌1 − 𝑌2 0
1
[𝐵] = [0
|𝐴|
𝑋3 − 𝑋2 0 𝑋1 − 𝑋3 0 𝑋2 − 𝑋1 ] (2)
𝑋3 − 𝑋2 𝑌2 − 𝑌3 𝑋1 − 𝑋3 𝑌3 − 𝑌1 𝑋2 − 𝑋1 𝑌1 − 𝑌2
3. From eq (24) the constitutive matrix is
1 𝜈 0
𝐸
[𝐶] = (1+𝜈)
[𝜈 1 0]
1−𝜈
(3)
0 0 2
1−𝜈
4. Setting = ∅ we get,
2
−3 0 4 − 4𝜈 −1 − 4𝜈
𝐸
[𝐵][𝐶] = [ −3𝜈 0 4𝜈 −4 −𝜈 4 ] (4)
12(1−𝜈^2)
0 − 3∅ − 4∅ 4∅ 4∅ − 1∅
𝑉𝑁 = −𝐹𝑥 𝑢 − 𝐹𝑦 𝑣 (39)
Where Fx and Fy are the global components of the force F, thus for node 1 in fig.5,
𝑉1 = −𝐹1𝑥 𝑢1 − 𝐹1𝑦 𝑣1
Extending this development to all force components acting at all nodes of element the complete
scaler P.E function
𝑉𝑁 = −{𝑞}𝑇 {𝐹𝑁 } (40)
Where,
{𝐹}𝑇𝑁 = {𝐹1𝑥 𝐹1𝑌 𝐹2𝑥 𝐹2𝑌 𝐹3𝑥 𝐹3𝑌 }
(2) Forces distributed along the edge of element
The distributed edge loading intensities are specified as force per
unit length 1-D or force per unit area 2-D. The force per unit area
at a particular point is usually called stress traction vector. The
force produced by the stress traction vector acting in the direction
defined by the unit vector on the area dA along one side of element
is given by
Figure 6:The distributed stress traction
𝑑𝐹 = 𝑇𝑑𝐴 𝑛̂ (41)
The differential potential energy function dVT for the distributed differential force can be expressed
as
d𝑉𝑇 = −(𝑇𝑥 𝑑𝐴)𝑢 − (𝑇𝑦 𝑑𝐴)𝑣
Where u and v are the displacements for the arbitrary point on the element boundary. Letting the
thickness of element be h, this can be written as
𝑇
𝑉𝑇 = − ∫[𝑢 𝑣] { 𝑥 } ℎ𝑑𝑆
𝑇𝑌
𝑆
Or since the vector {q} is independent of the integration variable, this can be written as
𝑇
𝑉𝑇 = −ℎ {𝑞}𝑇 ∫ {𝑁}𝑇 { 𝑥 } 𝑑𝑆 (42)
𝑆
𝑇𝑌
𝑇
{𝐹} 𝑇 = −ℎ ∫ {𝑁}𝑇 { 𝑥 } 𝑑𝑆
𝑇𝑌
𝑆
Solution:
Using equation (42), that is
0
𝑇𝑋
𝑉𝑇 = −ℎ{𝑞} ∫ [𝑁]𝑇 {
𝑇
} 𝑑𝑠
𝑆 𝑇𝑌
𝑁1 0 ∫ 𝑁1 𝑑𝑦
0 𝑁1 0
0
0 𝑊
𝑉𝑇 = −ℎ{𝑞}𝑇 ∫ 𝑁2 { } 𝑑𝑦 = −𝑊ℎ{𝑞}𝑇 ∫ 𝑁2 𝑑𝑦
𝑆 0 𝑁2 0 0
𝑁3 0 ∫ 𝑁3 𝑑𝑦
[0 𝑁3 ] { 0 }
Where
0 5
1 1 5
∫ 𝑁1 𝑑𝑦 = ∫ (𝑎1 + 𝑥𝑏1 + 𝑦𝑐1 )𝑑𝑦 = ∫ (18 + (6)(−3) + 𝑌(0))𝑑𝑦 = 0
𝑆 |𝐴| 2 12 2
0 5
1 1 5 3
∫ 𝑁2 𝑑𝑦 = ∫ (𝑎2 + 𝑥𝑏2 + 𝑦𝑐2 )𝑑𝑦 = ∫ (−4 + (6)(4) + 𝑌(−4))𝑑𝑦 =
𝑆 |𝐴| 2 12 2 2
0 5
1 1 5 3
∫ 𝑁3 𝑑𝑦 = ∫ (𝑎3 + 𝑥𝑏3 + 𝑦𝑐3 )𝑑𝑦 = ∫ (−2 + (6)(−1) + 𝑌(4))𝑑𝑦 =
𝑆 |𝐴| 2 12 2 2
Thus,
0
0
3 1
𝑉𝑇 = − 𝑊ℎ{𝑞}𝑇
2 0
1
{0}
It is very important to note by comparing with equation (40) that that the result due to specified
distributed loading is equivalent to two concentrated forces each equal to half the resultant of the
distributed loading and applied to notes 2 and 3 in the X direction.
(3) Body forces:
A course acting per unit volume in an element or continuum is called
a body force gravitational loading is a common example of a body
force. Defining Bx as the body force in the X direction and by s the
force in y direction the differential potential function for these forces
may be written as
Figure 8: Differential Body forces
𝐵𝑋
𝑑𝑉𝐵 = −(𝐵𝑋 𝑑Ω)𝑢 − (𝐵𝑦 𝑑Ω)𝜗 = −[𝑢 𝜗 ]{ } ℎ𝑑𝐴 (43)
𝐵𝑌
Where 𝑢 and 𝜗 are the displacement of an arbitrary point in the interior of the element, and the
arbitrary element volume.
𝑑Ω= ℎ𝑑𝐴 h=thickness of the element. (44)
dA= arbitrary differential area
𝑢
Substituting from (18):{ } =[N]{q}, into (43), we get:
𝜗
0 𝐵 0 𝐵
𝑉𝐵 = −ℎ{𝑞}𝑇 ∫𝑆 [𝑁]𝑇 {𝐵𝑋 } 𝑑𝐴 = −{𝑞}𝑇 {𝐹}𝐵 , 𝑤ℎ𝑒𝑟𝑒 {𝐹𝐵 } = ℎ ∫𝑆 [𝑁]𝑇 {𝐵𝑋 } 𝑑𝐴 (45)
𝑌 𝑌
𝑏1=𝑌2−𝑌3 =0
𝑐1=𝑋1−𝑋2=−𝑋2=−3
det=2(area of triangle) =6
⇒ ∫ 𝑁1 𝑑𝐴 = 1, ∫ 𝑁2 𝑑𝐴 = 1, ∫ 𝑁3 𝑑𝐴 = 1
Note that the total weight of the triangle
𝑊
W= (𝜌𝑔)(ℎ ∗ 𝑎𝑟𝑒𝑎) = (𝜌𝑔)(ℎ ∗ 3) = 𝜌𝑔ℎ = 3
𝑢1 𝐹1𝑥
𝜗1 𝐹1𝑦
0 𝑢2 𝐹2𝑥 0 𝑇 0 𝐵
∫Ω {𝐵}𝑇 [𝐶][𝐵]𝑑Ω − {𝑞}𝑇 𝜗 = 𝐹 ℎ ∫𝑆 [𝑁]𝑇 {𝑇𝑋} 𝑑𝑠 + ℎ ∫𝑆 [𝑁]𝑇 {𝐵𝑋 } 𝑑𝐴 (47)
2 2𝑦 𝑌 𝑌
𝑢3 𝐹3𝑥
{𝜗3 } {𝐹 }
3𝑦
Using the equation (47), and substituting for 𝑉𝑇 from Example 3, we have
𝐹1𝑥 0
𝐹1𝑦 0
0
𝐹 3 1
{𝐵}𝑇 [𝐶][𝐵]ℎ ∫ 𝑑𝐴{𝑞} = 2𝑥 + 𝑊ℎ
𝐴 𝐹2𝑦 2 0
0 1
{ 0 } {0}
0 1 1
We note that ∫𝐴 𝑑𝐴{𝑞} = 𝐴 = 2 (𝑑𝑒𝑡) = 2 (12) = 6
Now we substitute the displacement boundary conditions (row and column) reduce the equation
and solve for the unknown displacement
𝐾55 𝐾56 𝑢3 3 1 6.6 −2.6 3 1
1.37 × 106 ℎ [ ] {𝜗 } = 𝑊ℎ { } ⇒ 1.37 × 106 ℎ [ ] = 𝑊ℎ { }
𝐾65 𝐾66 3 2 0 −2.60 16.4 2 0
𝑢3 = 1.76 × 10−7 𝑊 𝑖𝑛
The resulting displacement are: { }
𝜗3 = 2.80 × 10−8 𝑊 𝑖𝑛
Using
−1 1 −1
𝑢1
0 0 0 𝜗1
𝐸𝑋 4 3 12
𝑢2
−1 1
{𝐸} = [𝑞][𝐵], Example 1 gives { 𝐸𝑌 } = 0 0 0 0 3 𝜗
3 2
𝛾𝑋𝑌 −1 −1 1 1 −1 𝑢3
[0 4 3 3 3 12 ] {𝜗 }
3
Note:
The triangular element yields constant strain and constant stress this is similar to the situation from
a uniaxial element and is a sequence of using a line displacement model.