PyElastica for rigid rods #250
Replies: 1 comment
-
Hi. Thank you for your interest in PyElastica. Our software is specifically designed for slender bodies, and the young's modulus and shear modulus we use are usually in the range of MPa or less. In your case where you have a very rigid beam (E = 50GPa), it encounters numerical stability issues (in short, the solution blows up). A general (albeit not necessarily rigorous) rule of thumb is that For your applications, you might consider reducing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the setup
I am currently working on a project that involves the use of Cosserat rod theory and has found your PyElastica software to be a suitable fit for my research.
I have found that the software is working fine for soft rods, but, I have encountered an issue while attempting to use the software for a simple application such as the Timoshenko beam. For the high Young's modulus (50Gpa), the model fails to converge. I have tried to rectify the issue by adjusting the damping constant and decreasing the time step but to no avail.
To Reproduce
https://github.com/PejmanKheradmand/Timoshenkobeam
Expected behavior
I expect the tip of the rod would be deflected similarly to in the theory ( delta = FL^3/(3EI) )
Beta Was this translation helpful? Give feedback.
All reactions