diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSchemes b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSchemes
index 2b36375326f3b8037e0c9399f86dcf355b7b7c0d..b17cff7ff37cbc796c88ecf5d348c4bf21eabf6b 100644
--- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSchemes
+++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSchemes
@@ -23,7 +23,7 @@ ddtSchemes
 gradSchemes
 {
     default         Gauss linear;
-    grad(U)         fourth; //cellLimited Gauss linear 1;
+    grad(U)         cellLimited Gauss linear 1;
     grad(nuTilda)   cellLimited Gauss linear 1;
 }
 
diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSolution b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSolution
index 39eefb2cade5bfbb05f815119a09ee203e995f6e..de3282b0fe81a450e0594254f913fcd1de48c9f7 100644
--- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSolution
+++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSolution
@@ -66,7 +66,7 @@ solvers
 
 SIMPLE
 {
-    nNonOrthogonalCorrectors 2;
+    nNonOrthogonalCorrectors 0;
 }
 
 potentialFlow
@@ -85,7 +85,7 @@ relaxationFactors
 
 cache
 {
-    grad(U)         ;
+    grad(U);
 }