mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Add smoothing of dyn hold up.
This commit is contained in:
@ -20,7 +20,7 @@ License
|
||||
#include "FinesFields.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
#include "averagingModel.H"
|
||||
|
||||
#include "smoothingModel.H"
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
@ -374,6 +374,8 @@ void FinesFields::integrateFields()
|
||||
alphaStEqn.solve();
|
||||
alphaDynEqn.solve();
|
||||
|
||||
particleCloud_.smoothingM().smoothen(alphaDyn_);
|
||||
|
||||
// limit hold-ups, should be done more elegantly
|
||||
|
||||
scalar alphaStErr(0.0);
|
||||
|
||||
Reference in New Issue
Block a user