JoeH78
Structural
- Jun 28, 2011
- 139
hi,
Regarding the triangular plate(thick) element, the book(FEM Analysis by Mircea RADES) that I'm reading refers to:
"Note that nodal coordinates are usually given in global axes. Calculation of the element stiffness matrix referred to local axes requires the local coordinates of nodes 2 and 3. These can be obtained from their global coordinates using the corresponding transformation matrix.
In order to assemble the global stiffness matrix, the element matrices have
to be first transformed from local to global axes through a matrix triple product which is one of the more time-consuming procedures in finite element analysis. "
It's obvious that conversion of coordinates from global to local one are performed in order to simplify the integration of derivatives and integrands. But to comprise the global matrix(assembly), local stiffness matrix should be converted to global ones.
What I've in hand is the 9x9 local stiffness matrix obtained for each element(triangle), global +local coordinates and connectivity data.
So the problem boils down to how to convert those local matrices to global ones, by the datas that I've in hand?
Your comments will be appreciated,
Regarding the triangular plate(thick) element, the book(FEM Analysis by Mircea RADES) that I'm reading refers to:
"Note that nodal coordinates are usually given in global axes. Calculation of the element stiffness matrix referred to local axes requires the local coordinates of nodes 2 and 3. These can be obtained from their global coordinates using the corresponding transformation matrix.
In order to assemble the global stiffness matrix, the element matrices have
to be first transformed from local to global axes through a matrix triple product which is one of the more time-consuming procedures in finite element analysis. "
It's obvious that conversion of coordinates from global to local one are performed in order to simplify the integration of derivatives and integrands. But to comprise the global matrix(assembly), local stiffness matrix should be converted to global ones.
What I've in hand is the 9x9 local stiffness matrix obtained for each element(triangle), global +local coordinates and connectivity data.
So the problem boils down to how to convert those local matrices to global ones, by the datas that I've in hand?
Your comments will be appreciated,