Adding drag force for an underwater soft robot arm #18
-
Hi @BJCaasenbrood , thanks for making this great work open-sourced. I am currently trying to model and simulate an underwater soft robot arm as Cosserat rod using the Shapes class, and would like to include the drag force in the model. However, I notice that the May I know if the drag force is supported in Sorotoki's beam model? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Hi @JayLooi, an earlier version of Sorotoki had drag forces included. Since I decided to write a cleaner version of the toolkit, I am slowly implementing older functionality into the newest version. Thanks for letting me know, if you give me a bit of time, I'd be able to re-implement the function so that you may add drag. |
Beta Was this translation helpful? Give feedback.
-
@JayLooi I have a working implementation of viscous drag, I'd expect to push it tomorrow. I'll send you a sample code once it's on the repo. |
Beta Was this translation helpful? Give feedback.
-
Drag functionality is added with commit: BJCaasenbrood/SorotokiModel@1e385f0. User can now call |
Beta Was this translation helpful? Give feedback.
Drag functionality is added with commit: BJCaasenbrood/SorotokiModel@1e385f0.
User can now call
Shapes.addDrag(rho,ct,cp)
to added viscous drag to the beam shapes.