2009-12-22 07:01:58 +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
|
|
|
|
|
2009-12-22 08:22:16 +08:00
|
|
|
compute pair/local command :h3
|
2009-12-22 07:01:58 +08:00
|
|
|
|
|
|
|
[Syntax:]
|
|
|
|
|
2009-12-22 08:22:16 +08:00
|
|
|
compute ID group-ID pair/local input1 input2 ... :pre
|
2009-12-22 07:01:58 +08:00
|
|
|
|
|
|
|
ID, group-ID are documented in "compute"_compute.html command :ulb,l
|
2009-12-22 08:22:16 +08:00
|
|
|
pair/local = style name of this compute command :l
|
2009-12-22 07:01:58 +08:00
|
|
|
zero or more keywords may be appended :l
|
2012-02-13 23:49:36 +08:00
|
|
|
keyword = {dist} or {eng} or {force} or {fx} or {fy} or {fz} or {pN} :l
|
2011-12-01 08:19:11 +08:00
|
|
|
{dist} = pairwise distance
|
|
|
|
{eng} = pairwise energy
|
|
|
|
{force} = pairwise force
|
|
|
|
{fx},{fy},{fz} = components of pairwise force
|
|
|
|
{pN} = pair style specific quantities for allowed N values :pre
|
2009-12-22 07:01:58 +08:00
|
|
|
:ule
|
|
|
|
|
|
|
|
[Examples:]
|
|
|
|
|
2009-12-22 08:22:16 +08:00
|
|
|
compute 1 all pair/local eng
|
2011-12-01 08:19:11 +08:00
|
|
|
compute 1 all pair/local dist eng force
|
|
|
|
compute 1 all pair/local dist eng fx fy fz
|
|
|
|
compute 1 all pair/local dist fx fy fz p1 p2 p3 :pre
|
2009-12-22 07:01:58 +08:00
|
|
|
|
|
|
|
[Description:]
|
|
|
|
|
2009-12-22 08:22:16 +08:00
|
|
|
Define a computation that calculates properties of individual pairwise
|
2009-12-22 07:01:58 +08:00
|
|
|
interactions. The number of datums generated, aggregated across all
|
2009-12-22 08:22:16 +08:00
|
|
|
processors, equals the number of pairwise interactions in the system.
|
2009-12-22 07:01:58 +08:00
|
|
|
|
2009-12-22 08:22:16 +08:00
|
|
|
The local data stored by this command is generated by looping over the
|
|
|
|
pairwise neighbor list. Info about an individual pairwise interaction
|
|
|
|
will only be included if both atoms in the pair are in the specified
|
|
|
|
compute group, and if the current pairwise distance is less than the
|
|
|
|
force cutoff distance for that interaction, as defined by the
|
|
|
|
"pair_style"_pair_style.html and "pair_coeff"_pair_coeff.html
|
|
|
|
commands.
|
2009-12-22 07:01:58 +08:00
|
|
|
|
2011-12-01 08:19:11 +08:00
|
|
|
The output {dist} is the distance bewteen the pair of atoms.
|
|
|
|
|
|
|
|
The output {eng} is the interaction energy for the pair of atoms.
|
|
|
|
|
|
|
|
The output {force} is the force acting between the pair of atoms,
|
|
|
|
which is positive for a repulsive force and negative for an attractive
|
|
|
|
force. The outputs {fx}, {fy}, and {fz} are the xyz components of
|
|
|
|
{force} on atom I.
|
|
|
|
|
|
|
|
A pair style may define additional pairwise quantities which can be
|
|
|
|
accessed as {p1} to {pN}, where N is defined by the pair style. Most
|
|
|
|
pair styles do not define any additional quantities, so N = 0. An
|
|
|
|
example of ones that do are the "granular pair styles"_pair_gran.html
|
|
|
|
which calculate the tangential force between two particles and return
|
|
|
|
its components and magnitude acting on atom I for N = 1,2,3,4. See
|
|
|
|
individual pair styles for detils.
|
|
|
|
|
2009-12-22 07:01:58 +08:00
|
|
|
The output {dist} will be in distance "units"_units.html. The output
|
2011-12-01 08:19:11 +08:00
|
|
|
{eng} will be in energy "units"_units.html. The outputs {force},
|
|
|
|
{fx}, {fy}, and {fz} will be in force "units"_units.html. The output
|
|
|
|
{pN} will be in whatever units the pair style defines.
|
2009-12-22 07:01:58 +08:00
|
|
|
|
|
|
|
Note that as atoms migrate from processor to processor, there will be
|
|
|
|
no consistent ordering of the entries within the local vector or array
|
|
|
|
from one timestep to the next. The only consistency that is
|
|
|
|
guaranteed is that the ordering on a particular timestep will be the
|
|
|
|
same for local vectors or arrays generated by other compute commands.
|
2009-12-22 08:22:16 +08:00
|
|
|
For example, pair output from the "compute
|
2009-12-22 07:01:58 +08:00
|
|
|
property/local"_compute_property_local.html command can be combined
|
|
|
|
with data from this command and output by the "dump local"_dump.html
|
|
|
|
command in a consistent way.
|
|
|
|
|
2011-04-12 03:49:41 +08:00
|
|
|
IMPORTANT NOTE: For pairs, if two atoms I,J are involved in 1-2, 1-3,
|
|
|
|
1-4 interactions within the molecular topology, their pairwise
|
|
|
|
interaction may be turned off, and thus they may not appear in the
|
|
|
|
neighbor list, and will not be part of the local data created by this
|
2014-05-28 22:12:33 +08:00
|
|
|
command. More specifically, this will be true of I,J pairs with a
|
2011-04-12 03:49:41 +08:00
|
|
|
weighting factor of 0.0; pairs with a non-zero weighting factor are
|
|
|
|
included. The weighting factors for 1-2, 1-3, and 1-4 pairwise
|
|
|
|
interactions are set by the "special_bonds"_special_bonds.html
|
2014-05-28 22:12:33 +08:00
|
|
|
command. An exception is if long-range Coulombics are being computed
|
|
|
|
via the "kspace_style"_kspace_style.html command, then atom pairs with
|
|
|
|
weighting factors of zero are still included in the neighbor list, so
|
|
|
|
that a portion of the long-range interaction contribution can be
|
|
|
|
computed in the pair style. Hence in that case, those atom pairs will
|
|
|
|
be part of the local data created by this command.
|
2011-04-12 03:49:41 +08:00
|
|
|
|
2009-12-22 07:01:58 +08:00
|
|
|
[Output info:]
|
|
|
|
|
|
|
|
This compute calculates a local vector or local array depending on the
|
|
|
|
number of keywords. The length of the vector or number of rows in the
|
2009-12-22 08:22:16 +08:00
|
|
|
array is the number of pairs. If a single keyword is specified, a
|
2009-12-22 07:01:58 +08:00
|
|
|
local vector is produced. If two or more keywords are specified, a
|
|
|
|
local array is produced where the number of columns = the number of
|
|
|
|
keywords. The vector or array can be accessed by any command that
|
|
|
|
uses local values from a compute as input. See "this
|
2011-08-26 01:01:01 +08:00
|
|
|
section"_Section_howto.html#howto_15 for an overview of LAMMPS output
|
2009-12-22 07:01:58 +08:00
|
|
|
options.
|
|
|
|
|
2010-01-24 07:20:05 +08:00
|
|
|
The output for {dist} will be in distance "units"_units.html. The
|
|
|
|
output for {eng} will be in energy "units"_units.html. The output for
|
|
|
|
{force} will be in force "units"_units.html.
|
|
|
|
|
2009-12-22 07:01:58 +08:00
|
|
|
[Restrictions:] none
|
|
|
|
|
|
|
|
[Related commands:]
|
|
|
|
|
|
|
|
"dump local"_dump.html, "compute
|
|
|
|
property/local"_compute_property_local.html
|
|
|
|
|
|
|
|
[Default:] none
|