Application to a large container ship #583
rpipeau3d
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you for sharing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I used Capytaine to calculate the forces and movements induced by waves on a large container ship. In order to do this, I created an STL format file of the ship I was obliged to decimate, as the file was too large to be used with my small capacity computer.
A Python module was then created to obtain the different hydrostatic and hydrodynamic characteristics as well as the RAOs. As I am more familiar with the PDSTRIP program, I did some comparison between the both results (added masses, radiation damping, RAOs).
I have written also a specific module for the calculation of the drift forces according to the Far Field formulation with implementation of the Delhommeau formula. Comparison between the results of the both programs reveals notable differences.
If you find this work interesting, all the necessary files (python, stl, txt) could be downloaded here:
https://github.com/rpipeau3d/Sim.B.A.D/tree/Prime/Capytaine
Thank you
Beta Was this translation helpful? Give feedback.
All reactions