diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bed/system/fvSolution b/tutorials/multiphase/twoPhaseEulerFoam/bed/system/fvSolution
index 5800e2a4b4dc1f19677781a8a5487b289bb2296e..3a47e5857c1307ec855eb02f64a67e250c467750 100644
--- a/tutorials/multiphase/twoPhaseEulerFoam/bed/system/fvSolution
+++ b/tutorials/multiphase/twoPhaseEulerFoam/bed/system/fvSolution
@@ -53,6 +53,12 @@ solvers
         relTol          0;
     }
 
+    alpha1
+    {
+        nAlphaCorr      2;
+        nAlphaSubCycles 3;
+    }
+
     alpha
     {
         solver          PCG;
@@ -72,12 +78,9 @@ PIMPLE
 {
     nCorrectors     2;
     nNonOrthogonalCorrectors 0;
-    nAlphaCorr      2;
-    nAlphaSubCycles 3;
     correctAlpha    yes;
     pRefCell        0;
     pRefValue       0;
 }
 
-
 // ************************************************************************* //