Skip to content
Snippets Groups Projects
Commit 3e715dfb authored by Henry's avatar Henry
Browse files

floatingObject

interDyMFoam/ras/floatingObject: Relax the acceleration
parent 69ffc905
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ FoamFile ...@@ -10,7 +10,6 @@ FoamFile
version 2.0; version 2.0;
format ascii; format ascii;
class pointVectorField; class pointVectorField;
location "0.01";
object pointDisplacement; object pointDisplacement;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...@@ -37,8 +36,9 @@ boundaryField ...@@ -37,8 +36,9 @@ boundaryField
centreOfMass (0.5 0.5 0.5); centreOfMass (0.5 0.5 0.5);
momentOfInertia (0.08622222 0.08622222 0.144); momentOfInertia (0.08622222 0.08622222 0.144);
mass 9.6; mass 9.6;
rhoInf 1; // needed only for solvers solving for kinematic pressure rhoInf 1;
report on; report on;
accelerationRelaxation 0.3;
value uniform (0 0 0); value uniform (0 0 0);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment