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

@ -51,6 +51,7 @@ solvers
smoother symGaussSeidel;
tolerance 1e-7;
relTol 0;
minIter 1;
}
"h.*"
@ -59,6 +60,7 @@ solvers
smoother symGaussSeidel;
tolerance 1e-7;
relTol 0;
minIter 1;
}
"(k|epsilon|Theta).*"
@ -67,6 +69,7 @@ solvers
smoother symGaussSeidel;
tolerance 1e-7;
relTol 0;
minIter 1;
}
}
@ -79,9 +82,6 @@ PIMPLE
relaxationFactors
{
fields
{
}
equations
{
".*" 1;