2007-05-15 00:14:29 +08:00
|
|
|
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
|
|
:link(ld,Manual.html)
|
|
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
|
|
|
|
:line
|
|
|
|
|
|
|
|
compute coord/atom command :h3
|
|
|
|
|
|
|
|
[Syntax:]
|
|
|
|
|
|
|
|
compute ID group-ID coord/atom cutoff :pre
|
|
|
|
|
|
|
|
ID, group-ID are documented in "compute"_compute.html command
|
2007-05-15 00:21:52 +08:00
|
|
|
coord/atom = style name of this compute command
|
|
|
|
cutoff = distance within which to count coordination neighbors (distance units) :ul
|
2007-05-15 00:14:29 +08:00
|
|
|
|
|
|
|
[Examples:]
|
|
|
|
|
|
|
|
compute 1 all coord/atom 2.0 :pre
|
|
|
|
|
|
|
|
[Description:]
|
|
|
|
|
|
|
|
Define a computation that calculates the coordination number for each
|
2007-09-28 07:25:52 +08:00
|
|
|
atom in a group.
|
2007-05-15 00:14:29 +08:00
|
|
|
|
2007-11-20 23:37:16 +08:00
|
|
|
The value of the coordination number will be 0.0 for atoms not in the
|
|
|
|
specified compute group.
|
|
|
|
|
2007-05-15 00:14:29 +08:00
|
|
|
The coordination number is defined as the number of neighbor atoms
|
2007-07-03 03:59:42 +08:00
|
|
|
within the specified cutoff distance from the central atom. Atoms not
|
|
|
|
in the group are included in the coordination number of atoms in the
|
|
|
|
group.
|
2007-05-15 00:14:29 +08:00
|
|
|
|
|
|
|
The neighbor list needed to compute this quantity is constructed each
|
|
|
|
time the calculation is performed (i.e. each time a snapshot of atoms
|
|
|
|
is dumped). Thus it can be inefficient to compute/dump this quantity
|
|
|
|
too frequently or to have multiple compute/dump commands, each of a
|
|
|
|
{coord/atom} style.
|
|
|
|
|
2008-01-04 08:56:10 +08:00
|
|
|
[Output info:]
|
|
|
|
|
|
|
|
This compute calculates a scalar quantity for each atom, which can be
|
|
|
|
accessed by any command that uses per-atom computes as input. See
|
|
|
|
"this section"_Section_howto.html#4_15 for an overview of LAMMPS
|
|
|
|
output options.
|
|
|
|
|
2007-05-15 00:14:29 +08:00
|
|
|
[Restrictions:] none
|
|
|
|
|
|
|
|
[Related commands:] none
|
|
|
|
|
|
|
|
[Default:] none
|