VoF solvers: phase-fraction equation and move mesh motion into PIMPLE loop

This commit is contained in:
Henry
2013-10-30 12:50:12 +00:00
parent 8228920cba
commit f5fd050293
26 changed files with 266 additions and 154 deletions

View File

@ -47,8 +47,8 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.5;
maxAlphaCo 0.5;
maxCo 1;
maxAlphaCo 1;
maxDeltaT 1;

View File

@ -19,16 +19,25 @@ solvers
{
alpha.water
{
nAlphaCorr 1;
nAlphaSubCycles 2;
nAlphaCorr 2;
nAlphaSubCycles 1;
alphaOuterCorrectors yes;
cAlpha 1;
MULESCorr yes;
nLimiterIter 3;
solver PBiCG;
preconditioner DILU;
tolerance 1e-8;
relTol 0;
}
pcorr
{
solver PCG;
preconditioner DIC;
tolerance 1e-10;
tolerance 1e-5;
relTol 0;
}
@ -43,14 +52,13 @@ solvers
p_rghFinal
{
$p_rgh;
tolerance 1e-07;
relTol 0;
}
U
{
solver PBiCG;
preconditioner DILU;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-06;
relTol 0;
}
@ -58,10 +66,22 @@ solvers
PIMPLE
{
momentumPredictor no;
nCorrectors 3;
momentumPredictor no;
nOuterCorrectors 1;
nCorrectors 3;
nNonOrthogonalCorrectors 0;
}
relaxationFactors
{
fields
{
}
equations
{
".*" 1;
}
}
// ************************************************************************* //

View File

@ -39,7 +39,7 @@ FoamFile
bullet
{
type wall;
nFaces 37752;
nFaces 37743;
startFace 1133431;
}
)