Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
3e715dfb
Commit
3e715dfb
authored
Nov 07, 2013
by
Henry
Browse files
floatingObject
interDyMFoam/ras/floatingObject: Relax the acceleration
parent
69ffc905
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement
View file @
3e715dfb
...
...
@@ -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);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment