mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
MPPICFoam PackingModels: Implicit: Added limiting to the calculation of the correction flux.
Vastly reduces the scattering and churning behaviour of packed beds. Development provided by Will Bainbridge <github.com/will-bainbridge> See also http://www.openfoam.org/mantisbt/view.php?id=1994
This commit is contained in:
@ -148,6 +148,7 @@ subModels
|
||||
{
|
||||
alphaMin 0.0001;
|
||||
rhoMin 1.0;
|
||||
applyLimiting true;
|
||||
applyGravity false;
|
||||
particleStressModel
|
||||
{
|
||||
|
||||
@ -140,6 +140,7 @@ subModels
|
||||
{
|
||||
alphaMin 0.0001;
|
||||
rhoMin 1.0;
|
||||
applyLimiting true;
|
||||
applyGravity true;
|
||||
particleStressModel
|
||||
{
|
||||
|
||||
@ -145,6 +145,7 @@ subModels
|
||||
{
|
||||
alphaMin 0.0001;
|
||||
rhoMin 1.0;
|
||||
applyLimiting true;
|
||||
applyGravity false;
|
||||
particleStressModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user