driftFluxFoam: combined diffusion into implicit MULES predictor

This commit is contained in:
Henry
2014-02-24 16:34:42 +00:00
parent 3cd9bceac1
commit 0db5a335bb
11 changed files with 30 additions and 24 deletions

View File

@ -32,7 +32,7 @@ divSchemes
div(rhoPhi,U) Gauss linearUpwind grad(U);
div(phiVdj,Vdj) Gauss linear;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;
div(rhoPhi,k) Gauss limitedLinear 1;
div(rhoPhi,epsilon) Gauss limitedLinear 1;

View File

@ -19,11 +19,11 @@ solvers
{
"alpha1.*"
{
nAlphaCorr 3;
nAlphaCorr 2;
nAlphaSubCycles 1;
MULESCorr yes;
nLimiterIter 5;
nLimiterIter 3;
alphaApplyPrevCorr yes;
solver smoothSolver;

View File

@ -32,7 +32,7 @@ divSchemes
div(rhoPhi,U) Gauss linearUpwind grad(U);
div(phiVdj,Vdj) Gauss linear;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;
div(rhoPhi,k) Gauss limitedLinear 1;
div(rhoPhi,epsilon) Gauss limitedLinear 1;

View File

@ -23,7 +23,7 @@ solvers
nAlphaSubCycles 1;
MULESCorr yes;
nLimiterIter 5;
nLimiterIter 3;
alphaApplyPrevCorr yes;
solver smoothSolver;

View File

@ -136,8 +136,8 @@ boundaryField
OUTL15
{
type inletOutlet;
inletValue uniform (0 0 0);
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
}

View File

@ -25,7 +25,7 @@ stopAt endTime;
endTime 8000;
deltaT 0.1;
deltaT 0.5;
writeControl runTime;

View File

@ -32,7 +32,7 @@ divSchemes
div(rhoPhi,U) Gauss linearUpwind grad(U);
div(phiVdj,Vdj) Gauss linear;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;
div(rhoPhi,k) Gauss limitedLinear 1;
div(rhoPhi,epsilon) Gauss limitedLinear 1;

View File

@ -19,11 +19,11 @@ solvers
{
"alpha1.*"
{
nAlphaCorr 5;
nAlphaCorr 2;
nAlphaSubCycles 1;
MULESCorr no; //yes;
nLimiterIter 5;
MULESCorr yes;
nLimiterIter 3;
alphaApplyPrevCorr yes;
solver smoothSolver;