mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix problem introduced with e9a7a0f15a that causes drag to be severely underestimated when a cg factor directly from liggghts is used.
This commit is contained in:
@ -148,6 +148,7 @@ void BeetstraDrag::setForce() const
|
||||
else if (particleCloud_.cg() > 1)
|
||||
{
|
||||
scaleDia_=particleCloud_.cg();
|
||||
typeCG_[0] = scaleDia_;
|
||||
Info << "Beetstra using scale from liggghts cg = " << scaleDia_ << endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user