Skip to content
Snippets Groups Projects
Commit 9c52c9f1 authored by graham's avatar graham
Browse files

BUG: floatingObject tutorial - typo in momentOfInertia

parent 1a9e6bcf
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ boundaryField ...@@ -35,7 +35,7 @@ boundaryField
{ {
type sixDoFRigidBodyDisplacement; type sixDoFRigidBodyDisplacement;
centreOfMass (0.5 0.5 0.5); centreOfMass (0.5 0.5 0.5);
momentOfInertia (0.08622222 0.8622222 0.144); momentOfInertia (0.08622222 0.08622222 0.144);
mass 9.6; mass 9.6;
rhoInf 1; // for forces calculation rhoInf 1; // for forces calculation
// See sixDoFRigidBodyMotionState // See sixDoFRigidBodyMotionState
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment