diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/fvSolution
index a6d6b311547cc1a5887d044ac34d0f8bfb366a1a..859308b6fabab21be628e4f49871e8e0104adbe6 100644
--- a/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/fvSolution
@@ -22,16 +22,7 @@ solvers
     {
         nAlphaCorr      1;
         nAlphaSubCycles 3;
-        alphaOuterCorrectors yes;
         cAlpha          1;
-
-        MULESCorr       no;
-        nLimiterIter    3;
-
-        solver          smoothSolver;
-        smoother        symGaussSeidel;
-        tolerance       1e-8;
-        relTol          0;
     }
 
     pcorr
@@ -53,13 +44,7 @@ solvers
     p_rghFinal
     {
         solver          GAMG;
-        smoother        GaussSeidel;
-        nPreSweeps      0;
-        nPostSweeps     2;
-        cacheAgglomeration on;
-        agglomerator    faceAreaPair;
-        nCellsInCoarsestLevel 10;
-        mergeLevels     1;
+        smoother        DIC;
         tolerance       1e-7;
         relTol          0;
     }
diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/fvSolution
index a6d6b311547cc1a5887d044ac34d0f8bfb366a1a..859308b6fabab21be628e4f49871e8e0104adbe6 100644
--- a/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/fvSolution
@@ -22,16 +22,7 @@ solvers
     {
         nAlphaCorr      1;
         nAlphaSubCycles 3;
-        alphaOuterCorrectors yes;
         cAlpha          1;
-
-        MULESCorr       no;
-        nLimiterIter    3;
-
-        solver          smoothSolver;
-        smoother        symGaussSeidel;
-        tolerance       1e-8;
-        relTol          0;
     }
 
     pcorr
@@ -53,13 +44,7 @@ solvers
     p_rghFinal
     {
         solver          GAMG;
-        smoother        GaussSeidel;
-        nPreSweeps      0;
-        nPostSweeps     2;
-        cacheAgglomeration on;
-        agglomerator    faceAreaPair;
-        nCellsInCoarsestLevel 10;
-        mergeLevels     1;
+        smoother        DIC;
         tolerance       1e-7;
         relTol          0;
     }
diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/fvSolution
index a6d6b311547cc1a5887d044ac34d0f8bfb366a1a..859308b6fabab21be628e4f49871e8e0104adbe6 100644
--- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/fvSolution
@@ -22,16 +22,7 @@ solvers
     {
         nAlphaCorr      1;
         nAlphaSubCycles 3;
-        alphaOuterCorrectors yes;
         cAlpha          1;
-
-        MULESCorr       no;
-        nLimiterIter    3;
-
-        solver          smoothSolver;
-        smoother        symGaussSeidel;
-        tolerance       1e-8;
-        relTol          0;
     }
 
     pcorr
@@ -53,13 +44,7 @@ solvers
     p_rghFinal
     {
         solver          GAMG;
-        smoother        GaussSeidel;
-        nPreSweeps      0;
-        nPostSweeps     2;
-        cacheAgglomeration on;
-        agglomerator    faceAreaPair;
-        nCellsInCoarsestLevel 10;
-        mergeLevels     1;
+        smoother        DIC;
         tolerance       1e-7;
         relTol          0;
     }
diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/fvSolution
index a6d6b311547cc1a5887d044ac34d0f8bfb366a1a..859308b6fabab21be628e4f49871e8e0104adbe6 100644
--- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/fvSolution
@@ -22,16 +22,7 @@ solvers
     {
         nAlphaCorr      1;
         nAlphaSubCycles 3;
-        alphaOuterCorrectors yes;
         cAlpha          1;
-
-        MULESCorr       no;
-        nLimiterIter    3;
-
-        solver          smoothSolver;
-        smoother        symGaussSeidel;
-        tolerance       1e-8;
-        relTol          0;
     }
 
     pcorr
@@ -53,13 +44,7 @@ solvers
     p_rghFinal
     {
         solver          GAMG;
-        smoother        GaussSeidel;
-        nPreSweeps      0;
-        nPostSweeps     2;
-        cacheAgglomeration on;
-        agglomerator    faceAreaPair;
-        nCellsInCoarsestLevel 10;
-        mergeLevels     1;
+        smoother        DIC;
         tolerance       1e-7;
         relTol          0;
     }
diff --git a/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/system/fvSolution
index a6d6b311547cc1a5887d044ac34d0f8bfb366a1a..859308b6fabab21be628e4f49871e8e0104adbe6 100644
--- a/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waveExampleStokesV/system/fvSolution
@@ -22,16 +22,7 @@ solvers
     {
         nAlphaCorr      1;
         nAlphaSubCycles 3;
-        alphaOuterCorrectors yes;
         cAlpha          1;
-
-        MULESCorr       no;
-        nLimiterIter    3;
-
-        solver          smoothSolver;
-        smoother        symGaussSeidel;
-        tolerance       1e-8;
-        relTol          0;
     }
 
     pcorr
@@ -53,13 +44,7 @@ solvers
     p_rghFinal
     {
         solver          GAMG;
-        smoother        GaussSeidel;
-        nPreSweeps      0;
-        nPostSweeps     2;
-        cacheAgglomeration on;
-        agglomerator    faceAreaPair;
-        nCellsInCoarsestLevel 10;
-        mergeLevels     1;
+        smoother        DIC;
         tolerance       1e-7;
         relTol          0;
     }