mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: set particle cell ID in cloud autoMap for mesh unrefine
This commit is contained in:
@ -423,6 +423,10 @@ void Foam::Cloud<ParticleType>::autoMap
|
||||
trackStartCell = 0;
|
||||
p.cell() = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
p.cell() = trackStartCell;
|
||||
}
|
||||
|
||||
vector pos = p.position();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user