From 9c52c9f1cfbbccb01eebf69050cf3ecb54c05e90 Mon Sep 17 00:00:00 2001
From: graham <g.macpherson@opencfd.co.uk>
Date: Thu, 4 Feb 2010 19:24:44 +0000
Subject: [PATCH] BUG: floatingObject tutorial - typo in momentOfInertia

---
 .../interDyMFoam/ras/floatingObject/0.org/pointDisplacement     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement b/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement
index b38ea4a3f75..09a981a619c 100644
--- a/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement
+++ b/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement
@@ -35,7 +35,7 @@ boundaryField
     {
         type            sixDoFRigidBodyDisplacement;
         centreOfMass    (0.5 0.5 0.5);
-        momentOfInertia (0.08622222 0.8622222 0.144);
+        momentOfInertia (0.08622222 0.08622222 0.144);
         mass            9.6;
         rhoInf          1;                      // for forces calculation
         // See sixDoFRigidBodyMotionState
-- 
GitLab