mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removing comment in wallImpactDistance function after fix.
This commit is contained in:
@ -405,10 +405,6 @@ Foam::InteractingKinematicParcel<ParcelType>::wallImpactDistance
|
|||||||
const vector&
|
const vector&
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
// To make sure that the particles jump cyclic, wedge and
|
|
||||||
// processor patches in the correct location, this must be zero,
|
|
||||||
// or the calculation of lambda must be revised
|
|
||||||
|
|
||||||
return 0.0;
|
return 0.0;
|
||||||
// return 0.5*d_;
|
// return 0.5*d_;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user