forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@59 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
25789c789a
commit
72e478df63
|
@ -40,7 +40,7 @@
|
|||
x,y,z = unscaled atom coordinates
|
||||
xs,ys,zs = scaled atom coordinates
|
||||
xu,yu,zu = unwrapped atom coordinates
|
||||
ix,iy,iz = box image that the atom is in in
|
||||
ix,iy,iz = box image that the atom is in
|
||||
vx,vy,vz = atom velocities
|
||||
fx,fy,fz = forces on atoms
|
||||
q = atom charge
|
||||
|
@ -168,7 +168,7 @@ dump command is invoked and closed when an <A HREF = "undump.html">undump</A>
|
|||
command is used or when LAMMPS exits. For the <I>dcd</I> and <I>xtc</I> styles,
|
||||
this is a single large binary file.
|
||||
</P>
|
||||
<P>Dump filenames can contian two wild-card characters. If a "*"
|
||||
<P>Dump filenames can contain two wild-card characters. If a "*"
|
||||
character appears in the filename, then one file per snapshot is
|
||||
written and the "*" character is replaced with the timestep value.
|
||||
For example, tmp.dump.* becomes tmp.dump.0, tmp.dump.10000,
|
||||
|
|
|
@ -31,7 +31,7 @@ args = list of arguments for a particular style :l
|
|||
x,y,z = unscaled atom coordinates
|
||||
xs,ys,zs = scaled atom coordinates
|
||||
xu,yu,zu = unwrapped atom coordinates
|
||||
ix,iy,iz = box image that the atom is in in
|
||||
ix,iy,iz = box image that the atom is in
|
||||
vx,vy,vz = atom velocities
|
||||
fx,fy,fz = forces on atoms
|
||||
q = atom charge
|
||||
|
@ -158,7 +158,7 @@ dump command is invoked and closed when an "undump"_undump.html
|
|||
command is used or when LAMMPS exits. For the {dcd} and {xtc} styles,
|
||||
this is a single large binary file.
|
||||
|
||||
Dump filenames can contian two wild-card characters. If a "*"
|
||||
Dump filenames can contain two wild-card characters. If a "*"
|
||||
character appears in the filename, then one file per snapshot is
|
||||
written and the "*" character is replaced with the timestep value.
|
||||
For example, tmp.dump.* becomes tmp.dump.0, tmp.dump.10000,
|
||||
|
|
Loading…
Reference in New Issue