sixDoFRigidBodyMotion/sixDoFRigidBodyMotionSolver: Support restart by caching state in the uniform directory

sixDoFRigidBodyMotionSolver: use point-edge rather than face-cell wave to calculate point distance to surface.
This commit is contained in:
Henry
2013-12-10 14:07:27 +00:00
parent 8b12cb3a9a
commit 76ae0daa28
45 changed files with 1097 additions and 1155 deletions

View File

@ -17,18 +17,6 @@ FoamFile
solvers
{
"cellDisplacement.*"
{
solver GAMG;
tolerance 1e-5;
relTol 0;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
"alpha.water.*"
{
nAlphaCorr 1;
@ -39,6 +27,7 @@ solvers
MULESCorr yes;
nLimiterIter 5;
alphaApplyPrevCorr true;
solver PBiCG;
preconditioner DILU;
@ -130,7 +119,7 @@ solvers
PIMPLE
{
momentumPredictor no;
nOuterCorrectors 6;
nOuterCorrectors 5;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
correctPhi yes;