git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3949 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -83,14 +83,14 @@ this fix. The translational degrees of freedom can also have a bias
|
||||
velocity removed from them before thermostatting takes place; see the
|
||||
description below.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: Unlike the <A HREF = "fix_nvt.html">fix nvt</A> command which
|
||||
<P>IMPORTANT NOTE: Unlike the <A HREF = "fix_nh.html">fix nvt</A> command which
|
||||
performs Nose/Hoover thermostatting AND time integration, this fix
|
||||
does NOT perform time integration. It only modifies forces to effect
|
||||
thermostatting. Thus you must use a separate time integration fix,
|
||||
like <A HREF = "fix_nve.html">fix nve</A> to actually update the velocities and
|
||||
positions of atoms using the modified forces. Likewise, this fix
|
||||
should not normally be used on atoms that also have their temperature
|
||||
controlled by another fix - e.g. by <A HREF = "fix_nvt.html">fix nvt</A> or <A HREF = "fix_temp_rescale.html">fix
|
||||
controlled by another fix - e.g. by <A HREF = "fix_nh.html">fix nvt</A> or <A HREF = "fix_temp_rescale.html">fix
|
||||
temp/rescale</A> commands.
|
||||
</P>
|
||||
<P>See <A HREF = "Section_howto.html#4_16">this howto section</A> of the manual for a
|
||||
@ -171,11 +171,11 @@ system's potential energy as part of <A HREF = "thermo_style.html">thermodynamic
|
||||
output</A>. Note that use of this option requires
|
||||
setting the <I>tally</I> keyword to <I>yes</I>.
|
||||
</P>
|
||||
<P>The cummulative energy change due to this fix is stored as a scalar
|
||||
quantity, which can be accessed by various <A HREF = "Section_howto.html#4_15">output
|
||||
commands</A>. The scalar value calculated by
|
||||
this fix is "extensive". Note that calculation of this quantity
|
||||
requires setting the <I>tally</I> keyword to <I>yes</I>.
|
||||
<P>This fix computes a global scalar which can be accessed by various
|
||||
<A HREF = "Section_howto.html#4_15">output commands</A>. The scalar is the
|
||||
cummulative energy change due to this fix. The scalar value
|
||||
calculated by this fix is "extensive". Note that calculation of this
|
||||
quantity requires setting the <I>tally</I> keyword to <I>yes</I>.
|
||||
</P>
|
||||
<P>This fix can ramp its target temperature over multiple runs, using the
|
||||
<I>start</I> and <I>stop</I> keywords of the <A HREF = "run.html">run</A> command. See the
|
||||
@ -187,8 +187,8 @@ requires setting the <I>tally</I> keyword to <I>yes</I>.
|
||||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "fix_nvt.html">fix nvt</A>, <A HREF = "fix_temp_rescale.html">fix temp/rescale</A>, <A HREF = "fix_viscous.html">fix
|
||||
viscous</A>, <A HREF = "fix_nvt.html">fix nvt</A>
|
||||
<P><A HREF = "fix_nh.html">fix nvt</A>, <A HREF = "fix_temp_rescale.html">fix temp/rescale</A>, <A HREF = "fix_viscous.html">fix
|
||||
viscous</A>, <A HREF = "fix_nh.html">fix nvt</A>
|
||||
</P>
|
||||
<P><B>Default:</B>
|
||||
</P>
|
||||
|
||||
Reference in New Issue
Block a user