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

View File

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