Commit d260cccc authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1613 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 72280ae4
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ are too far apart to make a valid bond.

<DT><I>Bond atoms %d %d missing on proc %d at step %d</I> 

<DD>One or more of 2 atoms needed to compute a particular bond are
<DD>One or both of 2 atoms needed to compute a particular bond are
missing on this processor.  Typically this is because the pairwise
cutoff is set too short or the bond has blown apart and an atom is
too far away. 
@@ -514,7 +514,7 @@ or create_box command.

<DT><I>Cannot fix deform on a non-periodic boundary</I> 

<DD>Only a periodiic boundary can be modified. 
<DD>Only a periodic boundary can be modified. 

<DT><I>Cannot have both pair_modify shift and tail set to yes</I> 

@@ -1036,6 +1036,10 @@ does not exist.

<DD>A group ID used in the dump command does not exist. 

<DT><I>Could not find dump_modify ID</I> 

<DD>Self-explanatory. 

<DT><I>Could not find fix ID to delete</I> 

<DD>Self-explanatory. 
@@ -1136,10 +1140,6 @@ does not exist.
<DD>If using a Kspace solver, all Coulomb cutoffs of long pair styles must
be the same. 

<DT><I>Cound not find dump_modify ID</I> 

<DD>Self-explanatory. 

<DT><I>Create_atoms command before simulation box is defined</I> 

<DD>The create_atoms command cannot be used before a read_data,
@@ -1187,7 +1187,7 @@ read_restart, or create_box command.

<DT><I>Deposition region extends outside simulation box</I> 

<DD>Self-explatory. 
<DD>Self-explanatory. 

<DT><I>Did not assign all atoms correctly</I> 

@@ -2387,7 +2387,7 @@ orthogonal.
<DD>The three specified lattice orientation vectors must create a
right-handed coordinate system such that a1 cross a2 = a3. 

<DT><I>Lattice primitive vectors are colinear</I> 
<DT><I>Lattice primitive vectors are collinear</I> 

<DD>The specified lattice primitive vectors do not for a unit cell with
non-zero volume. 
@@ -3104,7 +3104,7 @@ outside a non-periodic simulation box.

<DD>Fix poems will only work with bodies (collections of atoms) that have
non-zero principal moments of inertia.  This means they must be 3 or
more non-colinear atoms, even with joint atoms removed. 
more non-collinear atoms, even with joint atoms removed. 

<DT><I>Rigid fix must come before NPT/NPH fix</I> 

+9 −9
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ are too far apart to make a valid bond. :dd

{Bond atoms %d %d missing on proc %d at step %d} :dt

One or more of 2 atoms needed to compute a particular bond are
One or both of 2 atoms needed to compute a particular bond are
missing on this processor.  Typically this is because the pairwise
cutoff is set too short or the bond has blown apart and an atom is
too far away. :dd
@@ -511,7 +511,7 @@ Group ID used in the delete_bonds command does not exist. :dd

{Cannot fix deform on a non-periodic boundary} :dt

Only a periodiic boundary can be modified. :dd
Only a periodic boundary can be modified. :dd

{Cannot have both pair_modify shift and tail set to yes} :dt

@@ -1033,6 +1033,10 @@ Self-explanatory. :dd

A group ID used in the dump command does not exist. :dd

{Could not find dump_modify ID} :dt

Self-explanatory. :dd

{Could not find fix ID to delete} :dt

Self-explanatory. :dd
@@ -1133,10 +1137,6 @@ does not exist. :dd
If using a Kspace solver, all Coulomb cutoffs of long pair styles must
be the same. :dd

{Cound not find dump_modify ID} :dt

Self-explanatory. :dd

{Create_atoms command before simulation box is defined} :dt

The create_atoms command cannot be used before a read_data,
@@ -1184,7 +1184,7 @@ No atoms are yet defined so the delete_bonds command cannot be used. :dd

{Deposition region extends outside simulation box} :dt

Self-explatory. :dd
Self-explanatory. :dd

{Did not assign all atoms correctly} :dt

@@ -2384,7 +2384,7 @@ orthogonal. :dd
The three specified lattice orientation vectors must create a
right-handed coordinate system such that a1 cross a2 = a3. :dd

{Lattice primitive vectors are colinear} :dt
{Lattice primitive vectors are collinear} :dt

The specified lattice primitive vectors do not for a unit cell with
non-zero volume. :dd
@@ -3101,7 +3101,7 @@ A region ID cannot be used twice. :dd

Fix poems will only work with bodies (collections of atoms) that have
non-zero principal moments of inertia.  This means they must be 3 or
more non-colinear atoms, even with joint atoms removed. :dd
more non-collinear atoms, even with joint atoms removed. :dd

{Rigid fix must come before NPT/NPH fix} :dt

+9 −3
Original line number Diff line number Diff line
@@ -319,10 +319,16 @@ place:
the following commands:
</P>
<UL><LI><A HREF = "atom_style.html">atom_style</A> granular
<LI><A HREF = "fix_nve_gran.html">fix nve/gran</A>
<LI><A HREF = "fix_nve_sphere.html">fix nve/sphere</A>
<LI><A HREF = "fix_gravity.html">fix gravity</A> 
<LI><A HREF = "thermo_style.html">thermo_style</A> gran 
</UL>
<P>This compute
</P>
<UL><LI><A HREF = "compute_erotate_sphere.html">compute erotate/sphere</A> 
</UL>
<P>will calculate rotational kinetic energy which can then be <A HREF = "">output
with thermodynamic info</A>.
</P>
<P>Use one of these 3 pair potentials:
</P>
<UL><LI><A HREF = "pair_style.html">pair_style</A> gran/history
+9 −3
Original line number Diff line number Diff line
@@ -315,9 +315,15 @@ To run a simulation of a granular model, you will want to use
the following commands:

"atom_style"_atom_style.html granular
"fix nve/gran"_fix_nve_gran.html
"fix gravity"_fix_gravity.html
"thermo_style"_thermo_style.html gran :ul
"fix nve/sphere"_fix_nve_sphere.html
"fix gravity"_fix_gravity.html :ul

This compute

"compute erotate/sphere"_compute_erotate_sphere.html :ul

will calculate rotational kinetic energy which can then be "output
with thermodynamic info"_.

Use one of these 3 pair potentials:

+2 −2
Original line number Diff line number Diff line
@@ -128,8 +128,8 @@ commands)
<LI>  angle potentials: harmonic, CHARMM, cosine, cosine/squared,     class 2 (COMPASS)
<LI>  dihedral potentials: harmonic, CHARMM, multi-harmonic, helix,     class 2 (COMPASS), OPLS
<LI>  improper potentials: harmonic, cvff, class 2 (COMPASS)
<LI>  hybrid potentials: multiple pair, bond, angle, dihedral, improper     potentials can be used in one simlulation
<LI>  overlayed potentials: superposition of multiple pair potentials
<LI>  hybrid potentials: multiple pair, bond, angle, dihedral, improper     potentials can be used in one simulation
<LI>  overlaid potentials: superposition of multiple pair potentials
<LI>  polymer potentials: all-atom, united-atom, bead-spring, breakable
<LI>  water potentials: TIP3P, TIP4P, SPC
<LI>  implicit solvent potentials: hydrodynamic lubrication, Debye
Loading