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; applicationClass interTrackFoam;
startFrom latestTime; startFrom startTime;
startTime 0; startTime 0;

View file

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