twoPhaseEulerFoam: Move the residualAlpha used for drag into the phaseModel

This is necessary to guarantee consistency between the residualAlpha
used for drag and buoyancy in a multi-phase system
This commit is contained in:
Henry
2015-06-07 18:55:24 +01:00
parent 3f62ba192f
commit 61e52b2cb4
37 changed files with 188 additions and 142 deletions

View File

@ -25,7 +25,8 @@ particles
d 3e-4;
}
alphaMax 0.62;
alphaMax 0.62;
residualAlpha 1e-6;
}
air
@ -35,6 +36,8 @@ air
{
d 1;
}
residualAlpha 0;
}
blending
@ -60,7 +63,6 @@ drag
(particles in air)
{
type GidaspowErgunWenYu;
residualAlpha 1e-6;
residualRe 1e-3;
swarmCorrection
{