code-saturne / code_saturne

code_saturne public mirror
https://www.code-saturne.org
GNU General Public License v2.0
223 stars 82 forks source link

Particles loss #25

Closed nicolastonello closed 5 years ago

nicolastonello commented 5 years ago

Some Lagrangian particles traverse a boundary where they were expected to bounce. I will send you the case.

MartinFerrand commented 5 years ago

The problem was caused by the advanced user modification of the newly injected particle position (which can create a cell change). The tracking is modified so that particles are not lost any-more. It is fixed in commit a85271c.