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; } }