Boundary conditions and external torque implementation for a simply supported rod #433
-
For one of my applications, I wish to simulate the Cosserat rod with the following boundary conditions:
I have attached a figure explaining the setup. Could you please let me know how to simulate this rod using PyElastica? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey You can use GeneralConstraints as a boundary condition in PyElastica. Please see the documentation. For the rotating torque you have to write a custom forcing class for you application. Please see EndPointForces class here. Although this forcing classs applies tip force, implementation wise it is very similar to your application. |
Beta Was this translation helpful? Give feedback.
-
I am converting this to a discussion since it is not an issue. |
Beta Was this translation helpful? Give feedback.
Hey
You can use GeneralConstraints as a boundary condition in PyElastica. Please see the documentation.
For the rotating torque you have to write a custom forcing class for you application. Please see EndPointForces class here. Although this forcing classs applies tip force, implementation wise it is very similar to your application.