mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated extractEulerianParticles and deps after change to barycentric tracking
This commit is contained in:
@ -314,7 +314,8 @@ void Foam::functionObjects::extractEulerianParticles::collectParticles
|
||||
tag,
|
||||
time,
|
||||
d,
|
||||
U
|
||||
U,
|
||||
false // not looking to set cell owner etc.
|
||||
);
|
||||
|
||||
cloud_.addParticle(ip);
|
||||
|
||||
Reference in New Issue
Block a user