moveDynamicMesh: Iterate over mesh.update() according to the PIMPLE settings Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1926

This commit is contained in:
Henry Weller
2015-11-25 16:54:14 +00:00
committed by mattijs
parent 98a8e54a5f
commit 7e7c27d09b
2 changed files with 17 additions and 3 deletions

View File

@ -33,7 +33,7 @@ solvers
relTol 0;
}
cellDisplacement
"cellDisplacement.*"
{
solver GAMG;
tolerance 1e-08;
@ -53,5 +53,8 @@ solvers
}
}
PIMPLE
{}
// ************************************************************************* //