From d3d1452ae2201581bff583975d9b7bdbff9eb25e Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Tue, 24 May 2016 10:06:36 +0100 Subject: [PATCH] Tutorial update --- .../incompressible/simpleFoam/motorBike/system/fvSchemes | 3 +++ .../incompressible/simpleFoam/motorBike/system/fvSolution | 8 ++++---- .../interFoam/laminar/damBreak/system/fvSolution | 2 ++ .../interFoam/les/nozzleFlow2D/system/fvSolution | 2 ++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/fvSchemes b/tutorials/incompressible/simpleFoam/motorBike/system/fvSchemes index 85c243cd4..7fd9fcf00 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/fvSchemes +++ b/tutorials/incompressible/simpleFoam/motorBike/system/fvSchemes @@ -25,6 +25,9 @@ gradSchemes grad(p) Gauss linear; grad(U) Gauss linear; // grad(U) cellLimited Gauss linear 1; + + grad(k) Gauss linear; + grad(omega) Gauss linear; } divSchemes diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/fvSolution b/tutorials/incompressible/simpleFoam/motorBike/system/fvSolution index f4e0c6dd4..6c1027faf 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/fvSolution +++ b/tutorials/incompressible/simpleFoam/motorBike/system/fvSolution @@ -70,10 +70,10 @@ relaxationFactors cache { -// grad(U); -// grad(p); -// grad(k); -// grad(omega); + grad(U); + grad(p); + grad(k); + grad(omega); } // ************************************************************************* // diff --git a/tutorials/multiphase/interFoam/laminar/damBreak/system/fvSolution b/tutorials/multiphase/interFoam/laminar/damBreak/system/fvSolution index 03c411afd..78804168e 100644 --- a/tutorials/multiphase/interFoam/laminar/damBreak/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/damBreak/system/fvSolution @@ -17,6 +17,8 @@ FoamFile solvers { + rho + {} pcorr { solver PCG; diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/system/fvSolution b/tutorials/multiphase/interFoam/les/nozzleFlow2D/system/fvSolution index a7096c44d..d9cccb5b7 100644 --- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/system/fvSolution +++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/system/fvSolution @@ -17,6 +17,8 @@ FoamFile solvers { + rho + {} pcorr { solver PCG;