How to extract the global stiffness matrix of a system of multiple beam? #4366
Replies: 4 comments 5 replies
-
Hi, in the case of the constant force field: For the beam force field, what happens exactly? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi everyone !
I am currently working on a system composed of multiple 1D beams, and I need to extract its global stiffness matrix. I tried to follow the example given in access_stiffness_matrix.py but if I use the "ConstantForceField" the matrix is empty and if I use the "AdaptiveBeamForceFieldAndMass" the K matrix is not built. Please see an example code below.
I also tried to use access_matrix.py but this does give me the global system matrix and not the stiffness matrix.
Can anyone clarify how to proceed?
Thanks,
Matyas
Beta Was this translation helpful? Give feedback.
All reactions