Delete all particles whose stress are larger than 10kPa

Submitted by Rachel on Sun, 08/19/2018 - 20:37

Hi all,

I want to delete all particles which have the stress larger than 10kPa, does anyone know which commands should I use?

Thanks very much.

Best,
Rachel

jobinraju | Tue, 02/01/2022 - 11:22

Hi Rachel

Were you able to solve the problem!?

Best,
Jobin

mschramm | Tue, 02/01/2022 - 16:57

I don't believe the group command (which would be needed with a delete call) takes anything other ids / atom types / or molecule ids.
If the group command could take a random variable then it could work (add feature to group?).

If I needed to do this today and I did not want to mess with group, I would use the python api to run the simulation and extract stress values. Then create the needed delete statement.