From 3e715dfb706e7379934f152d031b835271fb0468 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 7 Nov 2013 12:23:17 +0000 Subject: [PATCH] floatingObject interDyMFoam/ras/floatingObject: Relax the acceleration --- .../interDyMFoam/ras/floatingObject/0.org/pointDisplacement | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement b/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement index 33d0400057..daff376a9d 100644 --- a/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement +++ b/tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement @@ -10,7 +10,6 @@ FoamFile version 2.0; format ascii; class pointVectorField; - location "0.01"; object pointDisplacement; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -37,8 +36,9 @@ boundaryField centreOfMass (0.5 0.5 0.5); momentOfInertia (0.08622222 0.08622222 0.144); mass 9.6; - rhoInf 1; // needed only for solvers solving for kinematic pressure + rhoInf 1; report on; + accelerationRelaxation 0.3; value uniform (0 0 0); } }