git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2790 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -68,7 +68,8 @@ command for a discussion of the geometry of tilted boxes in LAMMPS.
|
||||
are both in the compute group and in the same spatial bin is summed to
|
||||
compute an average velocity for the bin. This bias velocity is then
|
||||
subtracted from the velocities of individual atoms in the bin to yield
|
||||
a thermal velocity.
|
||||
a thermal velocity for each atom. Note that if there is only one
|
||||
atom in the bin, it's thermal velocity will thus be 0.0.
|
||||
</P>
|
||||
<P>After the spatially-averaged velocity field has been subtracted from
|
||||
each atom, the temperature is calculated by the formula KE = dim/2 N k
|
||||
@ -106,8 +107,8 @@ needed, the subtracted degrees-of-freedom can be altered using the
|
||||
<P>See <A HREF = "Section_howto.html#4_16">this howto section</A> of the manual for a
|
||||
discussion of different ways to compute temperature and perform
|
||||
thermostatting. Using this compute in conjunction with a
|
||||
thermostatting fix will effectively implement a PUT, as described in
|
||||
<A HREF = "#Evans">(Evans)</A>.
|
||||
thermostatting fix, as explained there, will effectively implement a
|
||||
profile-unbiased thermostat (PUT), as described in <A HREF = "#Evans">(Evans)</A>.
|
||||
</P>
|
||||
<P><B>Output info:</B>
|
||||
</P>
|
||||
|
||||
@ -60,7 +60,8 @@ When a temperature is computed, the velocity for the set of atoms that
|
||||
are both in the compute group and in the same spatial bin is summed to
|
||||
compute an average velocity for the bin. This bias velocity is then
|
||||
subtracted from the velocities of individual atoms in the bin to yield
|
||||
a thermal velocity.
|
||||
a thermal velocity for each atom. Note that if there is only one
|
||||
atom in the bin, it's thermal velocity will thus be 0.0.
|
||||
|
||||
After the spatially-averaged velocity field has been subtracted from
|
||||
each atom, the temperature is calculated by the formula KE = dim/2 N k
|
||||
@ -98,8 +99,8 @@ needed, the subtracted degrees-of-freedom can be altered using the
|
||||
See "this howto section"_Section_howto.html#4_16 of the manual for a
|
||||
discussion of different ways to compute temperature and perform
|
||||
thermostatting. Using this compute in conjunction with a
|
||||
thermostatting fix will effectively implement a PUT, as described in
|
||||
"(Evans)"_#Evans.
|
||||
thermostatting fix, as explained there, will effectively implement a
|
||||
profile-unbiased thermostat (PUT), as described in "(Evans)"_#Evans.
|
||||
|
||||
[Output info:]
|
||||
|
||||
|
||||
@ -133,6 +133,17 @@ could potentially overflow the list. This threshold is set by the
|
||||
<I>one</I> value which tells LAMMPS the maximum number of neighbor's one
|
||||
atom can have.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: LAMMPS can crash without an error message if the
|
||||
number of neighbors for a single particle is larger than the <I>page</I>
|
||||
setting, which means it is much, much larger than the <I>one</I> setting.
|
||||
This is because LAMMPS doesn't error check these limits for every
|
||||
pairwise interaction (too costly), but only after all the particle's
|
||||
neighbors have been found. This problem usually means something is
|
||||
very wrong with the way you've setup your problem (particle spacing,
|
||||
cutoff length, neighbor skin distance, etc). If you really expect
|
||||
that many neighbors per particle, then boost the <I>one</I> and <I>page</I>
|
||||
settings accordingly.
|
||||
</P>
|
||||
<P>The <I>binsize</I> option allows you to specify what size of bins will be
|
||||
used in neighbor list construction to sort and find neighboring atoms.
|
||||
By default, for <A HREF = "neighbor.html">neighbor style bin</A>, LAMMPS uses bins
|
||||
|
||||
@ -128,6 +128,17 @@ could potentially overflow the list. This threshold is set by the
|
||||
{one} value which tells LAMMPS the maximum number of neighbor's one
|
||||
atom can have.
|
||||
|
||||
IMPORTANT NOTE: LAMMPS can crash without an error message if the
|
||||
number of neighbors for a single particle is larger than the {page}
|
||||
setting, which means it is much, much larger than the {one} setting.
|
||||
This is because LAMMPS doesn't error check these limits for every
|
||||
pairwise interaction (too costly), but only after all the particle's
|
||||
neighbors have been found. This problem usually means something is
|
||||
very wrong with the way you've setup your problem (particle spacing,
|
||||
cutoff length, neighbor skin distance, etc). If you really expect
|
||||
that many neighbors per particle, then boost the {one} and {page}
|
||||
settings accordingly.
|
||||
|
||||
The {binsize} option allows you to specify what size of bins will be
|
||||
used in neighbor list construction to sort and find neighboring atoms.
|
||||
By default, for "neighbor style bin"_neighbor.html, LAMMPS uses bins
|
||||
|
||||
Reference in New Issue
Block a user