mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Lagrangian ConeNozzleInjection - removed unnecessary reduce
This commit is contained in:
@ -353,9 +353,6 @@ void Foam::ConeNozzleInjection<CloudType>::setPositionAndCell
|
||||
|
||||
position = position_ + r*normal_;
|
||||
|
||||
// Ensure that all procssors set the same position
|
||||
reduce(position, maxMagSqrOp<vector>());
|
||||
|
||||
this->findCellAtPosition
|
||||
(
|
||||
cellOwner,
|
||||
|
||||
Reference in New Issue
Block a user