mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Minor modifications to tutorial settings for combustion
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user