2.2.7.1 dump atom
dump atom is used to write particle related information in the style of atom.
Syntax:
dump id group-id atom nevery file-name
- id: user assigned name for this fix
- group-id: the fix is applied only to the particles in this group id
- nevery: output frequency
- file-name: name of the file
Examples:
dump 1 all atom 50 dump.atom
Description:
An example of the atom style dump is given below:
ITEM: TIMESTEP 0 ITEM: NUMBER OF ATOMS 5 ITEM: BOX BOUNDS 0 10 0 10 -0.6 9.6 ITEM: ATOMS id type xs ys zs 0 1 0.01 0.01 0.003 1 1 1.01 0.01 0.003 2 1 2.01 0.01 0.003 3 1 3.01 0.01 0.003 4 1 4.01 0.01 0.003 5 1 5.01 0.01 0.003 ITEM: TIMESTEP 50 ITEM: NUMBER OF ATOMS 5 ITEM: BOX BOUNDS 0 10 0 10 -0.6 9.6 ITEM: ATOMS id type xs ys zs 0 1 0.02 0.012 0.013 1 1 1.02 0.11 0.011 2 1 2.11 0.09 0.001 3 1 3.02 0.03 0.002 4 1 4.21 0.21 0.004 5 1 5.11 0.21 0.013