twoPhaseEulerFoam tutorials: added minIter to smoothSolver settings

This commit is contained in:
Henry
2014-02-05 16:55:34 +00:00
committed by Andrew Heather
parent 11416d066d
commit 3e3d30a5a2
8 changed files with 36 additions and 70 deletions

View File

@ -23,10 +23,11 @@ solvers
nAlphaSubCycles 2;
implicitPhasePressure yes;
solver PCG;
preconditioner DIC;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-9;
relTol 0;
minIter 1;
}
p
@ -57,6 +58,7 @@ solvers
smoother symGaussSeidel;
tolerance 1e-05;
relTol 0;
minIter 1;
}
"(h|e).*"
@ -65,6 +67,7 @@ solvers
smoother symGaussSeidel;
tolerance 1e-6;
relTol 0;
minIter 1;
}
"Theta.*"
@ -73,6 +76,7 @@ solvers
smoother symGaussSeidel;
tolerance 1e-6;
relTol 0;
minIter 1;
}
"(k|epsilon).*"
@ -81,6 +85,7 @@ solvers
smoother symGaussSeidel;
tolerance 1e-05;
relTol 0;
minIter 1;
}
}
@ -93,9 +98,6 @@ PIMPLE
relaxationFactors
{
fields
{
}
equations
{
".*" 1;