From 9b5ea8ccffbbe12614423fd073db65bf2cef32e9 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 29 Jan 2010 15:24:52 +0000 Subject: [PATCH] STYLE: Added some comment to the parameters in 6dof bc --- .../interDyMFoam/ras/floatingObject/0.org/pointDisplacement | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement b/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement index 711e09e22d8..b38ea4a3f75 100644 --- a/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement +++ b/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement @@ -37,7 +37,8 @@ boundaryField centreOfMass (0.5 0.5 0.5); momentOfInertia (0.08622222 0.8622222 0.144); mass 9.6; - rhoInf 1; + rhoInf 1; // for forces calculation + // See sixDoFRigidBodyMotionState Q (1 0 0 0 1 0 0 0 1); v (0 0 0); a (0 0 0); -- GitLab