mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Look for static hold up only if fines are present.
This commit is contained in:
@ -80,7 +80,7 @@ BeetstraDragPoly::~BeetstraDragPoly()
|
||||
|
||||
void BeetstraDragPoly::adaptVoidfraction(double& voidfraction, label cellI) const
|
||||
{
|
||||
voidfraction -= alphaSt_()[cellI];
|
||||
if (fines_) voidfraction -= alphaSt_()[cellI];
|
||||
if (voidfraction < minVoidfraction_) voidfraction = minVoidfraction_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user