mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: twoPhaseEulerFoam: fixed typo in GidaspowSchillerNaumann drag and stability issues in fludised bed cases
This commit is contained in:
@ -40,7 +40,7 @@ blending
|
||||
default
|
||||
{
|
||||
type none;
|
||||
residualAlpha 1e-6;
|
||||
residualAlpha 1e-3;
|
||||
continuousPhase air;
|
||||
}
|
||||
}
|
||||
@ -73,7 +73,7 @@ virtualMass
|
||||
(particles in air)
|
||||
{
|
||||
type constantCoefficient;
|
||||
Cvm 0.5;
|
||||
Cvm 0;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ blending
|
||||
default
|
||||
{
|
||||
type none;
|
||||
residualAlpha 1e-6;
|
||||
residualAlpha 1e-3;
|
||||
continuousPhase air;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user