Re-assignment of atom IDs problem for post-processing
Hi all,
Having faced the issure of re-assignment of atom IDs for the LIGGGHTS post-processing. As I want to record the position or velocity of some certain particles using
the following commands:
---------------------------------------------------
...
variable x1 equal x[512]
variable y1 equal y[512]
variable z1 equal z[512]
fix pos all print 1000 "${time} ${x1} ${y1} ${z1}" file post/pos_512.txt
....
_____________________________
here 512 is the atom ID (in Paraview as PointID) at time = 0.