Warwick-Plasma / epoch

Particle-in-cell code for plasma physics simulations
https://epochpic.github.io
GNU General Public License v3.0
184 stars 58 forks source link

The particle tracking issue in simulation while using moving window block #698

Open zwjlpi opened 2 months ago

zwjlpi commented 2 months ago

Hi, The ejected_particle was used to track the particles left the simulation domain. However, the particles that left from the moving boundary can not be recorded when the moving window start work, except the particles that left from the transverse boundaries. The particles ejected from the moving direction dominated the particles that left the whole simulation domain, which is significant for statistics. Any suggestion to deal with this issue would be quite appreciate. Thank you!