Nodes Constraints for truss #114
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, In short because truss element do not resist in rotational direction then nodes that are only connected to truss element, can freely rotate and make model unstable. There are some code to prevent not pos def exception, which investigates and show some information about what is making the model unstable, read more here: |
Beta Was this translation helpful? Give feedback.
Hi,
This is because a term named instability. If you do not fix the rotational DoF of a node that is connected to a truss, then the node is unstable, because it can rotate freely. This will make the stiffness matrix to something other than a Positive Definite Matrix and finally probably you'll get a not pos def exception (specially if you use direct solver).
In short because truss element do not resist in rotational direction then nodes that are only connected to truss element, can freely rotate and make model unstable.
There are some code to prevent not pos def exception, which investigates and show some information about what is making the model unstable, read more here:
https://github.…