ENH: Updated extractEulerianParticles and deps after change to barycentric tracking

This commit is contained in:
Andrew Heather
2017-12-22 13:19:41 +00:00
parent e60a77442c
commit 66f473b11c
14 changed files with 140 additions and 39 deletions

View File

@ -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);