ENH: Modifying fvSolution and fvSchemes in smallPoolFire3D

This commit is contained in:
sergio
2012-08-03 13:43:31 +01:00
parent ccba34694d
commit 3fa9f70018
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ divSchemes
default none; default none;
div(phi,U) Gauss linear; div(phi,U) Gauss linear;
div(phi,K) 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 div(phi,Yi_h) Gauss multivariateSelection
{ {
O2 limitedLinear01 1; O2 limitedLinear01 1;

View File

@ -29,7 +29,7 @@ solvers
{ {
solver GAMG; solver GAMG;
tolerance 1e-7; tolerance 1e-7;
relTol 0.01; relTol 0.1;
smoother GaussSeidel; smoother GaussSeidel;
cacheAgglomeration true; cacheAgglomeration true;
nCellsInCoarsestLevel 10; nCellsInCoarsestLevel 10;
@ -88,7 +88,7 @@ PIMPLE
{ {
momentumPredictor yes; momentumPredictor yes;
nOuterCorrectors 1; nOuterCorrectors 1;
nCorrectors 1; nCorrectors 2;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
} }
@ -100,7 +100,7 @@ relaxationFactors
equations equations
{ {
"(U|k).*" 1; "(U|k).*" 1;
"(CH4|O2|H2O|CO2|h).*" 0.9; "(CH4|O2|H2O|CO2|h).*" 1;
} }
} }