Inextensibilty of a rod #422
Replies: 1 comment 1 reply
-
Hey, In PyElastica, it is not possible to make rods inextensible. However, you can increase the axial stiffness of the rods so that they practically behave as if they have a large resistance to extension. To achieve this, you need to modify the rod.shear_matrix[2,2,:] *= 10 This increases the rod's resistance to axial extension by 10 times. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In any code how do I ensure that the rod that I am dealing with is inextensible. For example if I apply an axial compressive force to a cantilever rod, it should twist and bend instead of reducing in length. Please help me
Beta Was this translation helpful? Give feedback.
All reactions