mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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,6 +25,8 @@ air
|
||||
d0 3e-3;
|
||||
p0 1e5;
|
||||
}
|
||||
|
||||
residualAlpha 1e-6;
|
||||
}
|
||||
|
||||
water
|
||||
@ -34,6 +36,8 @@ water
|
||||
{
|
||||
d 1e-4;
|
||||
}
|
||||
|
||||
residualAlpha 1e-6;
|
||||
}
|
||||
|
||||
blending
|
||||
@ -73,7 +77,6 @@ drag
|
||||
(air in water)
|
||||
{
|
||||
type SchillerNaumann;
|
||||
residualAlpha 1e-6;
|
||||
residualRe 1e-3;
|
||||
swarmCorrection
|
||||
{
|
||||
@ -84,7 +87,6 @@ drag
|
||||
(water in air)
|
||||
{
|
||||
type SchillerNaumann;
|
||||
residualAlpha 1e-6;
|
||||
residualRe 1e-3;
|
||||
swarmCorrection
|
||||
{
|
||||
@ -95,7 +97,6 @@ drag
|
||||
(air and water)
|
||||
{
|
||||
type segregated;
|
||||
residualAlpha 1e-6;
|
||||
m 0.5;
|
||||
n 8;
|
||||
swarmCorrection
|
||||
|
||||
Reference in New Issue
Block a user