diff --git a/tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution b/tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution index 0d3d3d41f..1c7b310e9 100644 --- a/tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution +++ b/tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution @@ -20,7 +20,7 @@ solvers p { solver GAMG; - tolerance 0; + tolerance 1e-6; relTol 0.1; smoother GaussSeidel; nPreSweeps 0; @@ -31,6 +31,12 @@ solvers mergeLevels 1; } + pFinal + { + $p; + relTol 0; + } + U { solver smoothSolver; @@ -42,8 +48,8 @@ solvers PISO { - nCorrectors 4; - nNonOrthogonalCorrectors 2; + nCorrectors 5; + nNonOrthogonalCorrectors 0; }