forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10682 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6bb11c07e3
commit
fd7fb4d28d
|
@ -44,11 +44,11 @@ pair_coeff 1 1 1.0 1.0
|
|||
</P>
|
||||
<P>Style <I>dpd/tstat</I> invokes a DPD thermostat on pairwise interactions,
|
||||
which is equivalent to the non-conservative portion of the DPD force
|
||||
field. This thermostat can be used in conjunction with any <A HREF = "pair_style.html">pair
|
||||
style</A>, and in leiu of per-particle thermostats like
|
||||
<A HREF = "fix_langevin.html">fix langevin</A> or ensemble thermostats like Nose
|
||||
Hoover as implemented by <A HREF = "fix_nh.html">fix nvt</A>. To use <I>dpd/stat</I>
|
||||
with another pair style, use the <A HREF = "pair_hybrid.html">pair_style
|
||||
field. This pair-wise thermostat can be used in conjunction with any
|
||||
<A HREF = "pair_style.html">pair style</A>, and in leiu of per-particle thermostats
|
||||
like <A HREF = "fix_langevin.html">fix langevin</A> or ensemble thermostats like
|
||||
Nose Hoover as implemented by <A HREF = "fix_nh.html">fix nvt</A>. To use
|
||||
<I>dpd/stat</I> as a thermostat for another pair style, use the <A HREF = "pair_hybrid.html">pair_style
|
||||
hybrid/overlay</A> command to compute both the desired
|
||||
pair interaction and the thermostat for each pair of particles.
|
||||
</P>
|
||||
|
|
|
@ -38,11 +38,11 @@ Style {dpd} computes a force field for dissipative particle dynamics
|
|||
|
||||
Style {dpd/tstat} invokes a DPD thermostat on pairwise interactions,
|
||||
which is equivalent to the non-conservative portion of the DPD force
|
||||
field. This thermostat can be used in conjunction with any "pair
|
||||
style"_pair_style.html, and in leiu of per-particle thermostats like
|
||||
"fix langevin"_fix_langevin.html or ensemble thermostats like Nose
|
||||
Hoover as implemented by "fix nvt"_fix_nh.html. To use {dpd/stat}
|
||||
with another pair style, use the "pair_style
|
||||
field. This pair-wise thermostat can be used in conjunction with any
|
||||
"pair style"_pair_style.html, and in leiu of per-particle thermostats
|
||||
like "fix langevin"_fix_langevin.html or ensemble thermostats like
|
||||
Nose Hoover as implemented by "fix nvt"_fix_nh.html. To use
|
||||
{dpd/stat} as a thermostat for another pair style, use the "pair_style
|
||||
hybrid/overlay"_pair_hybrid.html command to compute both the desired
|
||||
pair interaction and the thermostat for each pair of particles.
|
||||
|
||||
|
|
Loading…
Reference in New Issue