2.2.7.2 dump custom
dump custom is used to calculate the centroid of a group of particles.
Syntax:
dump id group-id custom nevery file-name options-keyword
- 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
- options-keyword:
- id: particle global id
- step: time step
- type: particle type
- x, y, z: particle coordinate
- vx, vy, vz: particle velocity
- fx, fy, fz: particle force
Examples:
dump 2 Al custom 1 a18.75.txt step x y z vx vy vz
Description:
This command will dump user-defined information into the specified file.