mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user