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

This commit is contained in:
sjplimp 2013-01-04 17:15:45 +00:00
parent fa8c7b68fc
commit da22df7e32
2 changed files with 0 additions and 14 deletions

View File

@ -795,7 +795,6 @@ orientation may be important for defining some interactions.
</UL>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR><TD >all styles except those listed</TD><TD > atom-ID vx vy vz</TD></TR>
<TR><TD >dipole</TD><TD > atom-ID vx vy vz wx wy wz</TD></TR>
<TR><TD >electron</TD><TD > atom-ID vx vy vz ervel</TD></TR>
<TR><TD >ellipsoid</TD><TD > atom-ID vx vy vz lx ly lz</TD></TR>
<TR><TD >sphere</TD><TD > atom-ID vx vy vz wx wy wz</TD></TR>
@ -834,12 +833,6 @@ fields:
</P>
<PRE>atom-ID vx vy vz ervel wx wy wz
</PRE>
<P>Note that if a non-standard value is defined by multiple sub-styles,
it must appear mutliple times in the velocity line. E.g. the velocity
line for atom_style hybrid dipole sphere would list "wx" twice:
</P>
<PRE>atom-ID vx vy vz wx wy wz wx wy wz
</PRE>
<P>Translational velocities can also be set by the
<A HREF = "velocity.html">velocity</A> command in the input script.
</P>

View File

@ -703,7 +703,6 @@ one line per atom
line syntax: depends on atom style :ul
all styles except those listed: atom-ID vx vy vz
dipole: atom-ID vx vy vz wx wy wz
electron: atom-ID vx vy vz ervel
ellipsoid: atom-ID vx vy vz lx ly lz
sphere: atom-ID vx vy vz wx wy wz
@ -741,12 +740,6 @@ fields:
atom-ID vx vy vz ervel wx wy wz :pre
Note that if a non-standard value is defined by multiple sub-styles,
it must appear mutliple times in the velocity line. E.g. the velocity
line for atom_style hybrid dipole sphere would list "wx" twice:
atom-ID vx vy vz wx wy wz wx wy wz :pre
Translational velocities can also be set by the
"velocity"_velocity.html command in the input script.