diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSchemes b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSchemes index 2b36375326..b17cff7ff3 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 39eefb2cad..de3282b0fe 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); }