Finite Element Method

17_Direct Methods examples

elif 2023. 12. 17. 18:40

 

I solve an example problem using the direct method explained in previous post. The problem as follows.

 

 

Each element stiffness matrix as follows

 

 

To expand each element stiffness matrix to the size of the global stiffness matrix, simply add rows and columns of zeros for displacements not related to that element.

Assembled in to the global stiffness matrix, as follows.

 

 

Organized in the form K=KU

 

 

Given that ${u_1} = 0$ and ${u_2} = 0$, the equation can be simplified as follows.

 

 

Therefore, with four unknowns ans four equations derived, it is possible to calculate each of the forces.

 

 

 

'Finite Element Method' 카테고리의 다른 글

23_2D Stress and Strain  (1) 2023.12.23
19_Weighted residual methods  (0) 2023.12.19
18_Principle of virtual work  (0) 2023.12.18
16_Direct Methods  (0) 2023.12.16
15_Finite Element Method  (0) 2023.12.15