diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict index 78011c6f46..d44525d3a3 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict @@ -25,7 +25,7 @@ startTime 0; stopAt endTime; -endTime 5; +endTime 500; deltaT 1; 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); }