diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/kl b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/kl
index b35fc203808408e14912000de992eba5bccfc862..02441c87b64ed554b266af5bce285c92e0260058 100644
--- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/kl
+++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/kl
@@ -15,7 +15,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-dimensions      [ 0 2 -2 0 0 0 0 ];
+dimensions      [0 2 -2 0 0 0 0];
 
 internalField   uniform 0;
 
@@ -23,23 +23,23 @@ boundaryField
 {
     inlet
     {
-        type           fixedValue;
-        value          uniform 0;
+        type            fixedValue;
+        value           uniform 0;
     }
     outlet
     {
-       type            inletOutlet;
-       inletValue      uniform 0;
-       value           uniform 0;
+        type            inletOutlet;
+        inletValue      uniform 0;
+        value           uniform 0;
     }
     up
     {
-        type           symmetry;
+        type            symmetry;
     }
     hole
     {
-        type           fixedValue;
-        value          uniform 0;
+        type            fixedValue;
+        value           uniform 0;
     }
     frontAndBack
     {
diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/kt b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/kt
index c64ca0f6cff76dc305cb63e56440d0afa38990d7..54a6f988eba0dc3b8491687e5ef3f6ae566a875a 100644
--- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/kt
+++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/kt
@@ -15,7 +15,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-dimensions      [ 0 2 -2 0 0 0 0 ];
+dimensions      [0 2 -2 0 0 0 0];
 
 internalField   uniform 0;
 
diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/omega b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/omega
index fed86624a8eb3c3db210347610e3debba58c6fd0..1bfacff9643c46ba2853dac4437fe8224b22a525 100644
--- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/omega
+++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/0/omega
@@ -15,7 +15,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-dimensions      [ 0 0 -1 0 0 0 0 ];
+dimensions      [0 0 -1 0 0 0 0];
 
 internalField   uniform 1e-5;
 
@@ -23,23 +23,22 @@ boundaryField
 {
     inlet
     {
-        type           fixedValue;
-        value          $internalField;
+        type            fixedValue;
+        value           $internalField;
     }
     outlet
     {
-       type            inletOutlet;
-       inletValue      $internalField;
-       value           $internalField;
+        type            inletOutlet;
+        inletValue      $internalField;
+        value           $internalField;
     }
     up
     {
-        type           symmetry;
+        type            symmetry;
     }
     hole
     {
-        type           fixedValue;
-        value          $internalField;
+        type            zeroGradient;
     }
     frontAndBack
     {
diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/fvSchemes b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/fvSchemes
index 0adb7755519a78feca97e9120488d03f3a4305dc..2e7d0a848eba43af59de9be324e72778e93bd876 100644
--- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/fvSchemes
+++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/fvSchemes
@@ -23,32 +23,26 @@ ddtSchemes
 gradSchemes
 {
     default         Gauss linear;
-    grad(p)         Gauss linear;
-    grad(U)         Gauss linear;
 }
 
 divSchemes
 {
     default         none;
-    div(phi,U)      Gauss limitedLinearV 1;
+    div(phi,U)      Gauss linearUpwindV grad(U);
     div(phi,kl)     Gauss limitedLinear 1;
     div(phi,kt)     Gauss limitedLinear 1;
     div(phi,omega)  Gauss limitedLinear 1;
-    div(phi,R)      Gauss limitedLinear 1;
-    div(R)          Gauss linear;
-    div(phi,nuTilda) Gauss limitedLinear 1;
     div((nuEff*dev2(T(grad(U))))) Gauss linear;
 }
 
 laplacianSchemes
 {
-    default             Gauss linear corrected;
+    default         Gauss linear corrected;
 }
 
 interpolationSchemes
 {
     default         linear;
-    interpolate(U)  linear;
 }
 
 snGradSchemes
diff --git a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/fvSolution b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/fvSolution
index 395e3f2cf29a9008b568acb61a3140727ef26e07..d88f05795716892eda1e1398ba3c4bbcce168591 100644
--- a/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/fvSolution
+++ b/tutorials/incompressible/pimpleFoam/elipsekkLOmega/system/fvSolution
@@ -21,7 +21,7 @@ solvers
     {
         solver          GAMG;
         tolerance       1e-06;
-        relTol          0.1;
+        relTol          0.01;
         smoother        DICGaussSeidel;
         cacheAgglomeration true;
         nCellsInCoarsestLevel 10;
@@ -63,15 +63,9 @@ PIMPLE
 
 relaxationFactors
 {
-    fields
-    {
-    }
     equations
     {
-        "U.*"           1;
-        "kl.*"          1;
-        "kt.*"          1;
-        "omega.*"       1;
+        ".*"            1;
     }
 }