[lammps-users] create/delete particles for inflow/outflow

Hello,

I am looking for an example (along the line of the “examples” folders that can be downloaded with the lammps source code) of adding and deleting particles at run time.

Eventually, I would like to implement in lammps the USHER algorithm by Delgado-Buscalioni and Coveney (2003). Has anybody already tried?

Thanks

Fix pour and fix deposit both add atoms. Fix evaporate deletes
atoms.

Steve