2.2.7 dump
dump is used to output particle related information.
Syntax:
dump id group-id style args
- id: user assigned name for this dump
- group-id: only particles in this group are output with this dump
- style: style of the dump (see the list below)
- args: arguments to the corresponding dump style
Examples:
dump 1 all atom 50 dump.atom dump 2 Al custom 10 a18.75.txt step x y z vx vy vz
Description:
This command is used to write particle related information, such as coordinate, velocity, etc., into specified file.
A list of current available compute style is given below:
|
|
| atom | compute centroid of a group of particles |
| custom | perform time average |
|
|
| |
Table 2.3: List of available dump style