From 6e92fb181d402e9c54574d9e04c00da214bd6d52 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Thu, 27 Jun 2013 16:35:37 +0100
Subject: [PATCH] pisoFoam/les/motorBike tutorial: correct schemes and settings

---
 .../pisoFoam/les/motorBike/motorBike/system/fvSchemes         | 2 +-
 .../pisoFoam/les/motorBike/motorBike/system/fvSolution        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSchemes b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSchemes
index 2b36375326f..b17cff7ff37 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 39eefb2cade..de3282b0fe8 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);
 }
 
 
-- 
GitLab