From 3fa9f70018be4994b26ab411c6719e620cb9b737 Mon Sep 17 00:00:00 2001 From: sergio Date: Fri, 3 Aug 2012 13:43:31 +0100 Subject: [PATCH] ENH: Modifying fvSolution and fvSchemes in smallPoolFire3D --- .../fireFoam/les/smallPoolFire3D/system/fvSchemes | 2 +- .../fireFoam/les/smallPoolFire3D/system/fvSolution | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/fvSchemes b/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/fvSchemes index 97a9f76e72..e82354947c 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/fvSchemes +++ b/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/fvSchemes @@ -30,7 +30,7 @@ divSchemes default none; div(phi,U) Gauss linear; div(phi,K) Gauss linear; - div(phi,k) Gauss limitedLinear 0.1; + div(phi,k) Gauss limitedLinear 1; div(phi,Yi_h) Gauss multivariateSelection { O2 limitedLinear01 1; diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/fvSolution b/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/fvSolution index 6c64887a86..829f7a4a7a 100644 --- a/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/fvSolution +++ b/tutorials/combustion/fireFoam/les/smallPoolFire3D/system/fvSolution @@ -29,7 +29,7 @@ solvers { solver GAMG; tolerance 1e-7; - relTol 0.01; + relTol 0.1; smoother GaussSeidel; cacheAgglomeration true; nCellsInCoarsestLevel 10; @@ -88,7 +88,7 @@ PIMPLE { momentumPredictor yes; nOuterCorrectors 1; - nCorrectors 1; + nCorrectors 2; nNonOrthogonalCorrectors 0; } @@ -100,7 +100,7 @@ relaxationFactors equations { "(U|k).*" 1; - "(CH4|O2|H2O|CO2|h).*" 0.9; + "(CH4|O2|H2O|CO2|h).*" 1; } }