From 7420bf2c57f80c8443054b2c94ee0206ef8ae050 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Fri, 2 Aug 2019 10:07:11 +0100 Subject: [PATCH] ENH: Updated particle relocate --- src/lagrangian/basic/particle/particle.H | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lagrangian/basic/particle/particle.H b/src/lagrangian/basic/particle/particle.H index 024e71f70a..4f2e52f289 100644 --- a/src/lagrangian/basic/particle/particle.H +++ b/src/lagrangian/basic/particle/particle.H @@ -676,9 +676,8 @@ public: //- Map after a topology change void autoMap(const vector& position, const mapPolyMesh& mapper); - //- Set the addressing based on the provided position and current cell - // Used for e.g. redistributePar - void relocate(const point& position); + //- Set the addressing based on the provided position + void relocate(const point& position, const label celli = -1); // I-O