Updated tutorial settings

This commit is contained in:
Hrvoje Jasak 2018-05-16 12:37:40 +01:00
parent 1104018133
commit fd9a8731e1
2 changed files with 5 additions and 6 deletions

View file

@ -22,7 +22,7 @@ libs
applicationClass interTrackFoam;
startFrom latestTime;
startFrom startTime;
startTime 0;

View file

@ -19,12 +19,11 @@ solvers
{
p
{
solver PCG;
preconditioner DIC;
solver CG;
preconditioner Cholesky;
tolerance 1e-06;
relTol 0;
}
U
{
solver BiCGStab;
@ -36,9 +35,9 @@ solvers
PIMPLE
{
nOuterCorrectors 10;
nOuterCorrectors 4;
nCorrectors 2;
nNonOrthogonalCorrectors 1;
nNonOrthogonalCorrectors 0;
pRefPoint (0.5 1.5 0);
pRefValue 0;
}