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:
Paul Kieckhefen
2019-05-16 10:15:23 +02:00
parent 31b3aa939e
commit b64dfacc33

View File

@ -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;
}