Updated tutorial settings
This commit is contained in:
parent
1104018133
commit
fd9a8731e1
2 changed files with 5 additions and 6 deletions
|
@ -22,7 +22,7 @@ libs
|
|||
|
||||
applicationClass interTrackFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
startFrom startTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue