Floating Sphere

The simulation is motivated by Volume-of-Fluid method and dynamic mesh with 2-degrees of freedom. The case here can be further develope for marine applications

Simulation uses solver interDyMFoam in OpenFoam. This solver employs both Volume of Fluid method and moving Dynamic Mesh technique.

dynamicFvMesh     dynamicMotionSolverFvMesh;
motionSolverLibs  ("libsixDoFRigidBodyMotion.so");
motionSolver      sixDoFRigidBodyMotion;
patches           (floatingObject);

sixDoFRigidBodyMotionConstraint constrains the motion of floating object in z direction and rotation about z-axis

Simulation domain


Translation in z direction and rotation about z-axis

Download the case and run it yourself. Contact me if you need help and remember to buy me a coffee!

Home

Source & Installation

Mesh & Geometry

Cases & Projects

Programming & Codes

Coupling