forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3220 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8d26e870b4
commit
a10fa06b01
|
@ -38,13 +38,14 @@ they may move to.
|
|||
</P>
|
||||
<P>Heat addition/subtraction is performed every N timesteps. The <I>eflux</I>
|
||||
parameter determines the change in aggregate energy of the entire
|
||||
group of atoms. Thus it is an "extensive" quantity, meaning its
|
||||
group of atoms per unit time, e.g. in eV/psec for <A HREF = "units.html">metal
|
||||
units</A>. Thus it is an "extensive" quantity, meaning its
|
||||
magnitude should be scaled with the number of atoms in the group.
|
||||
Since eflux is in units of energy/time, this means a larger value of N
|
||||
will add/subtract a larger amount of energy each timestep the fix is
|
||||
invoked. If heat is subtracted from the system too aggressively so
|
||||
that the group's kinetic energy goes to zero, LAMMPS halts with an
|
||||
error message.
|
||||
Since <I>eflux</I> is independent of N or the <A HREF = "timestep.html">timestep</A>, a
|
||||
larger value of N will add/subtract a larger amount of energy each
|
||||
time the fix is invoked. If heat is subtracted from the system too
|
||||
aggressively so that the group's kinetic energy would go to zero,
|
||||
LAMMPS halts with an error message.
|
||||
</P>
|
||||
<P>Fix heat is different from a thermostat such as <A HREF = "fix_nvt.html">fix nvt</A>
|
||||
or <A HREF = "fix_temp_rescale.html">fix temp/rescale</A> in that energy is
|
||||
|
|
|
@ -35,13 +35,14 @@ they may move to.
|
|||
|
||||
Heat addition/subtraction is performed every N timesteps. The {eflux}
|
||||
parameter determines the change in aggregate energy of the entire
|
||||
group of atoms. Thus it is an "extensive" quantity, meaning its
|
||||
group of atoms per unit time, e.g. in eV/psec for "metal
|
||||
units"_units.html. Thus it is an "extensive" quantity, meaning its
|
||||
magnitude should be scaled with the number of atoms in the group.
|
||||
Since eflux is in units of energy/time, this means a larger value of N
|
||||
will add/subtract a larger amount of energy each timestep the fix is
|
||||
invoked. If heat is subtracted from the system too aggressively so
|
||||
that the group's kinetic energy goes to zero, LAMMPS halts with an
|
||||
error message.
|
||||
Since {eflux} is independent of N or the "timestep"_timestep.html, a
|
||||
larger value of N will add/subtract a larger amount of energy each
|
||||
time the fix is invoked. If heat is subtracted from the system too
|
||||
aggressively so that the group's kinetic energy would go to zero,
|
||||
LAMMPS halts with an error message.
|
||||
|
||||
Fix heat is different from a thermostat such as "fix nvt"_fix_nvt.html
|
||||
or "fix temp/rescale"_fix_temp_rescale.html in that energy is
|
||||
|
|
Loading…
Reference in New Issue