Skip to content

Nodes Constraints for truss #114

Answered by epsi1on
mhmdtarhini asked this question in Q&A
Discussion options

You must be logged in to vote

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.…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mhmdtarhini
Comment options

Answer selected by epsi1on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants