Skip to main content
12-Amethyst
December 1, 2023
Solved

FEA - global stiffness matrix

  • December 1, 2023
  • 4 replies
  • 2942 views

Good day. I was wondering if anyone can introduce a good tutorial and help me on how I can compile the global stiffness of this example problem in mathcad prime. I am currently studying FEA Method and still do not know how to properly mesh 2d into a single matrix. I hope anyone can help me program it. Thank you.

Best answer by terryhendicott

Hi Teddy

Errata for reference https://sharif.edu/~ghaemian/Finite-Element_files/File/chapter3.pdf that gives erroneous results.

Make three small changes and it works

1> Add minus to k2 in column 0

2> Add minus to k5 in column 0

3> For k3 first term divisor is S not 3.

Capture.JPG

 

Capture2.JPG

Capture3.JPG

Cheers

Terry

 

4 replies

15-Moonstone
December 1, 2023

Perhas this link will help.

https://www.youtube.com/watch?v=D6Qdy929K0Q 

16-Pearl
December 1, 2023

If you happen to have access to Mathcad v15 and you have the mechanical engineering e-books, there is a book about FEA - "Finite Elements Beginnings". All the examples you will need are contained in that book.

21-Topaz II
December 1, 2023

Here is one way

But it is not giving the correct answer so looking at it

21-Topaz II
December 1, 2023

Hi Teddy,

Happy it is now working with a third attempt at elemental stiffness matrix.

Capture.JPG

21-Topaz II
December 1, 2023

Hi Teddy

Errata for reference https://sharif.edu/~ghaemian/Finite-Element_files/File/chapter3.pdf that gives erroneous results.

Make three small changes and it works

1> Add minus to k2 in column 0

2> Add minus to k5 in column 0

3> For k3 first term divisor is S not 3.

Capture.JPG

 

Capture2.JPG

Capture3.JPG

Cheers

Terry