forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@317 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
f66fcec1e0
commit
3f99475925
|
@ -59,9 +59,9 @@ we can improve the LAMMPS documentation.
|
|||
<BR>
|
||||
2.2 <A HREF = "Section_start.html#2_2">Making LAMMPS</A>
|
||||
<BR>
|
||||
2.3 <A HREF = "#2_3">Making LAMMPS with optional packages</A>
|
||||
2.3 <A HREF = "Section_start.html#2_3">Making LAMMPS with optional packages</A>
|
||||
<BR>
|
||||
2.4 <A HREF = "#2_4">Building LAMMPS as a library</A>
|
||||
2.4 <A HREF = "Section_start.html#2_4">Building LAMMPS as a library</A>
|
||||
<BR>
|
||||
2.5 <A HREF = "Section_start.html#2_5">Running LAMMPS</A>
|
||||
<BR>
|
||||
|
|
|
@ -47,8 +47,8 @@ we can improve the LAMMPS documentation.
|
|||
"Getting started"_Section_start.html :l
|
||||
2.1 "What's in the LAMMPS distribution"_2_1 :ulb,b
|
||||
2.2 "Making LAMMPS"_2_2 :b
|
||||
2.3 "Making LAMMPS with optional packages"_#2_3 :b
|
||||
2.4 "Building LAMMPS as a library"_#2_4 :b
|
||||
2.3 "Making LAMMPS with optional packages"_2_3 :b
|
||||
2.4 "Building LAMMPS as a library"_2_4 :b
|
||||
2.5 "Running LAMMPS"_2_5 :b
|
||||
2.6 "Command-line options"_2_6 :b
|
||||
2.7 "Screen output"_2_7 :b
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
group of granular atoms as a function of z depth in the granular
|
||||
system. The results are written to 3 files named file.den, file.vel,
|
||||
and file.str. The z bins begin at the bottom of the system and extend
|
||||
upward with a thickness of zlayer for each bin. The quantities
|
||||
upward with a thickness of <I>zlayer</I> for each bin. The quantities
|
||||
written to the file are averaged over all atoms in the bin.
|
||||
</P>
|
||||
<P><B>Restrictions:</B>
|
||||
|
|
|
@ -28,7 +28,7 @@ Compute aggregate density, velocity, and stress diagnostics for a
|
|||
group of granular atoms as a function of z depth in the granular
|
||||
system. The results are written to 3 files named file.den, file.vel,
|
||||
and file.str. The z bins begin at the bottom of the system and extend
|
||||
upward with a thickness of zlayer for each bin. The quantities
|
||||
upward with a thickness of {zlayer} for each bin. The quantities
|
||||
written to the file are averaged over all atoms in the bin.
|
||||
|
||||
[Restrictions:]
|
||||
|
|
|
@ -38,6 +38,13 @@ by a distance delta (e.g. due to <A HREF = "fix_nve.html">fix nve</A>), then it
|
|||
put back inside the box by the same delta and the sign of the
|
||||
corresponding component of its velocity is flipped.
|
||||
</P>
|
||||
<P>This fix performs its operations at the same point in the timestep as
|
||||
other time integration fixes, such as <A HREF = "fix_nve.html">fix nve</A>, <A HREF = "fix_nvt.html">fix
|
||||
nvt</A>, or <A HREF = "fix_npt.html">fix npt</A>. It is important that it
|
||||
be the last such fix specified in the input script, since it changes
|
||||
the atom positions set by those fixes to insure atoms stay within the
|
||||
simulation box.
|
||||
</P>
|
||||
<P><B>Restrictions:</B> none
|
||||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
|
|
|
@ -35,6 +35,13 @@ by a distance delta (e.g. due to "fix nve"_fix_nve.html), then it is
|
|||
put back inside the box by the same delta and the sign of the
|
||||
corresponding component of its velocity is flipped.
|
||||
|
||||
This fix performs its operations at the same point in the timestep as
|
||||
other time integration fixes, such as "fix nve"_fix_nve.html, "fix
|
||||
nvt"_fix_nvt.html, or "fix npt"_fix_npt.html. It is important that it
|
||||
be the last such fix specified in the input script, since it changes
|
||||
the atom positions set by those fixes to insure atoms stay within the
|
||||
simulation box.
|
||||
|
||||
[Restrictions:] none
|
||||
|
||||
[Related commands:]
|
||||
|
|
Loading…
Reference in New Issue