ENH: Minor modifications to tutorial settings for combustion

This commit is contained in:
sergio
2011-07-14 09:40:14 +01:00
parent 1b7502f6e7
commit 57aa5cc838
6 changed files with 99 additions and 8 deletions

View File

@ -40,7 +40,9 @@ divSchemes
hs limitedLinear 1;
};
div((muEff*dev2(T(grad(U))))) Gauss linear;
div(phi,omega) Gauss limitedLinear 1;
div(phiU,p) Gauss linear;
div(U) Gauss linear;
div(Ji,Ii_h) Gauss upwind;
}

View File

@ -53,7 +53,7 @@ solvers
};
"(U|Yi|k|hs)"
"(U|Yi|k|hs|omega)"
{
solver PBiCG;
preconditioner DILU;
@ -62,7 +62,7 @@ solvers
nSweeps 1;
};
"(U|Yi|k|hs)Final"
"(U|Yi|k|hs|omega)Final"
{
$U;
tolerance 1e-7;