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
9760c1c5
Commit
9760c1c5
authored
Feb 12, 2010
by
graham
Browse files
STYLE: floatingObject tutorial. Brace indentation and removal of
default values for motion state.
parent
9259d4f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/interDyMFoam/ras/floatingObject/0.org/pointDisplacement
View file @
9760c1c5
...
...
@@ -38,12 +38,6 @@ boundaryField
momentOfInertia (0.08622222 0.08622222 0.144);
mass 9.6;
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);
pi (0 0 0);
tau (0 0 0);
value uniform (0 0 0);
}
}
...
...
tutorials/multiphase/interDyMFoam/ras/floatingObject/system/fvSolution
View file @
9760c1c5
...
...
@@ -18,7 +18,7 @@ FoamFile
solvers
{
cellDisplacement
{
{
solver GAMG;
tolerance 1e-08;
relTol 0;
...
...
@@ -27,7 +27,7 @@ solvers
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
}
pcorr
{
...
...
@@ -117,7 +117,7 @@ PISO
nAlphaCorr 1;
nAlphaSubCycles 1;
cAlpha 1.5;
correctPhi
no
;
correctPhi
yes
;
}
relaxationFactors
...
...
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