mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated particle relocate
This commit is contained in:
@ -676,9 +676,8 @@ public:
|
|||||||
//- Map after a topology change
|
//- Map after a topology change
|
||||||
void autoMap(const vector& position, const mapPolyMesh& mapper);
|
void autoMap(const vector& position, const mapPolyMesh& mapper);
|
||||||
|
|
||||||
//- Set the addressing based on the provided position and current cell
|
//- Set the addressing based on the provided position
|
||||||
// Used for e.g. redistributePar
|
void relocate(const point& position, const label celli = -1);
|
||||||
void relocate(const point& position);
|
|
||||||
|
|
||||||
|
|
||||||
// I-O
|
// I-O
|
||||||
|
|||||||
Reference in New Issue
Block a user