diff --git a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/fvSolution b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/fvSolution
index 75d2e7f14f0ce6891652cf70ce5d74d7be757e97..17f0b28c0114716cd0702e2e0ea6ec842a51344b 100644
--- a/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/fvSolution
+++ b/tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/fvSolution
@@ -83,7 +83,7 @@ solvers
         maxIter         20;
     }
 
-    "(U|alpha)"
+    U
     {
         solver          smoothSolver;
         smoother        GaussSeidel;
diff --git a/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/system/fvSolution b/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/system/fvSolution
index b91128d1b5a494ceaf0439db3a5a1cd719006cc3..26a94ec389a2ec28bd1c67eb343580ee8ffd6ccb 100644
--- a/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/system/fvSolution
+++ b/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/system/fvSolution
@@ -48,7 +48,7 @@ solvers
         relTol          0;
     }
 
-    "(U|alpha)"
+    U
     {
         solver          smoothSolver;
         smoother        symGaussSeidel;