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:
Henry Weller
2016-02-15 18:00:20 +00:00
parent d2d007f00e
commit 0196822968
5 changed files with 93 additions and 17 deletions

View File

@ -148,6 +148,7 @@ subModels
{
alphaMin 0.0001;
rhoMin 1.0;
applyLimiting true;
applyGravity false;
particleStressModel
{

View File

@ -140,6 +140,7 @@ subModels
{
alphaMin 0.0001;
rhoMin 1.0;
applyLimiting true;
applyGravity true;
particleStressModel
{

View File

@ -145,6 +145,7 @@ subModels
{
alphaMin 0.0001;
rhoMin 1.0;
applyLimiting true;
applyGravity false;
particleStressModel
{