twoLiquidMixingFoam: Converted to using MULES and sub-cycling for alpha1

Operator-splitting is used for the diffusion
This commit is contained in:
Henry
2012-10-24 17:24:12 +01:00
parent 4ae2006824
commit 54842e87aa
5 changed files with 23 additions and 16 deletions

View File

@ -48,6 +48,7 @@ runTimeModifiable yes;
adjustTimeStep on;
maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;
// ************************************************************************* //

View File

@ -21,7 +21,7 @@ solvers
{
solver smoothSolver;
smoother GaussSeidel;
tolerance 1e-7;
tolerance 1e-9;
relTol 0;
nSweeps 1;
}
@ -66,6 +66,7 @@ PIMPLE
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
nAlphaSubCycles 2;
pRefValue 0;
pRefPoint (0.1 0.1 1);
}