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:
@ -1109,13 +1109,13 @@ void Foam::particle::autoMap
|
||||
}
|
||||
|
||||
|
||||
void Foam::particle::relocate(const point& position)
|
||||
void Foam::particle::relocate(const point& position, const label celli)
|
||||
{
|
||||
locate
|
||||
(
|
||||
position,
|
||||
nullptr,
|
||||
celli_,
|
||||
celli,
|
||||
true,
|
||||
"Particle mapped to a location outside of the mesh"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user