diff --git a/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/system/fvSolution b/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/system/fvSolution
index 0a424bff8ea79e43e7f36d48ac99f760c759a88e..d9f24777fee86c04422c0414c2a488d2a7435350 100644
--- a/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/system/fvSolution
+++ b/tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/system/fvSolution
@@ -82,5 +82,15 @@ PIMPLE
     pRefValue       0;
 }
 
+relaxationFactors
+{
+    "U.*"           1;
+    "T.*"           1;
+    "alpha.*"       1;
+    "Theta.*"       1;
+    "k.*"           1;
+    "epsilon.*"     1;
+}
+
 
 // ************************************************************************* //