mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2077 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
1c320484e3
commit
3bb2a936f9
|
@ -340,12 +340,12 @@ listed in the same order they appear as listed above.
|
|||
</PRE>
|
||||
<P>Atom lines (all lines or none of them) can optionally list 3 trailing
|
||||
integer values: nx,ny,nz. For periodic dimensions, they specify which
|
||||
image of the box the atom is considered to be in. An image of 0 means
|
||||
it is inside the box as defined. A value of 2 means add 2 box lengths
|
||||
to get the true value. A value of -1 means subtract 1 box length to
|
||||
get the true value. LAMMPS updates these flags as atoms cross
|
||||
periodic boundaries during the simulation. The flags can be output
|
||||
with atom snapshots via the <A HREF = "dump.html">dump</A> command.
|
||||
image of the simulation box the atom is considered to be in. An image
|
||||
of 0 means it is inside the box as defined. A value of 2 means add 2
|
||||
box lengths to get the true value. A value of -1 means subtract 1 box
|
||||
length to get the true value. LAMMPS updates these flags as atoms
|
||||
cross periodic boundaries during the simulation. The flags can be
|
||||
output with atom snapshots via the <A HREF = "dump.html">dump</A> command.
|
||||
</P>
|
||||
<P>If nx,ny,nz values are not set in the data file, LAMMPS initializes
|
||||
them to 0. If image information is needed for later analysis and they
|
||||
|
|
|
@ -317,12 +317,12 @@ atom-ID atom-type x y z q diameter density :pre
|
|||
|
||||
Atom lines (all lines or none of them) can optionally list 3 trailing
|
||||
integer values: nx,ny,nz. For periodic dimensions, they specify which
|
||||
image of the box the atom is considered to be in. An image of 0 means
|
||||
it is inside the box as defined. A value of 2 means add 2 box lengths
|
||||
to get the true value. A value of -1 means subtract 1 box length to
|
||||
get the true value. LAMMPS updates these flags as atoms cross
|
||||
periodic boundaries during the simulation. The flags can be output
|
||||
with atom snapshots via the "dump"_dump.html command.
|
||||
image of the simulation box the atom is considered to be in. An image
|
||||
of 0 means it is inside the box as defined. A value of 2 means add 2
|
||||
box lengths to get the true value. A value of -1 means subtract 1 box
|
||||
length to get the true value. LAMMPS updates these flags as atoms
|
||||
cross periodic boundaries during the simulation. The flags can be
|
||||
output with atom snapshots via the "dump"_dump.html command.
|
||||
|
||||
If nx,ny,nz values are not set in the data file, LAMMPS initializes
|
||||
them to 0. If image information is needed for later analysis and they
|
||||
|
|
Loading…
Reference in New Issue