git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9412 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2013-02-08 17:45:36 +00:00
parent 744e2093fd
commit 9907a91db9
2 changed files with 13 additions and 8 deletions

View File

@ -23,15 +23,17 @@
<LI>keyword = <I>dist</I> or <I>eng</I>
<PRE> <I>dist</I> = tabulate bond distances
<I>eng</I> = tablutate bond energies
<PRE> <I>dist</I> = bond distance
<I>eng</I> = bond energy
</PRE>
<PRE> <I>force</I> = bond force
</PRE>
</UL>
<P><B>Examples:</B>
</P>
<PRE>compute 1 all bond/local eng
compute 1 all bond/local dist eng
compute 1 all bond/local dist eng force
</PRE>
<P><B>Description:</B>
</P>
@ -78,7 +80,8 @@ section</A> for an overview of LAMMPS output
options.
</P>
<P>The output for <I>dist</I> will be in distance <A HREF = "units.html">units</A>. The
output for <I>eng</I> will be in energy <A HREF = "units.html">units</A>.
output for <I>eng</I> will be in energy <A HREF = "units.html">units</A>. The output for
<I>force</I> will be in force <A HREF = "units.html">units</A>.
</P>
<P><B>Restrictions:</B> none
</P>

View File

@ -16,14 +16,15 @@ ID, group-ID are documented in "compute"_compute.html command :ulb,l
bond/local = style name of this compute command :l
one or more keywords may be appended :l
keyword = {dist} or {eng} :l
{dist} = tabulate bond distances
{eng} = tablutate bond energies :pre
{dist} = bond distance
{eng} = bond energy :pre
{force} = bond force :pre
:ule
[Examples:]
compute 1 all bond/local eng
compute 1 all bond/local dist eng :pre
compute 1 all bond/local dist eng force :pre
[Description:]
@ -70,7 +71,8 @@ section"_Section_howto.html#howto_15 for an overview of LAMMPS output
options.
The output for {dist} will be in distance "units"_units.html. The
output for {eng} will be in energy "units"_units.html.
output for {eng} will be in energy "units"_units.html. The output for
{force} will be in force "units"_units.html.
[Restrictions:] none