git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13405 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -69,7 +69,7 @@ chunk/atom</A> doc page and "<A HREF = "Section_howto.html#howto_23">Section_how
|
||||
defined and examples of how they can be used to measure properties of
|
||||
a system.
|
||||
</P>
|
||||
<P>The temperature is calculated by the formula KE = DOF k T, where KE =
|
||||
<P>The temperature is calculated by the formula KE = DOF/2 k T, where KE =
|
||||
total kinetic energy of all atoms assigned to chunks (sum of 1/2 m
|
||||
v^2), DOF = the total number of degrees of freedom for those atoms, k
|
||||
= Boltzmann constant, and T = temperature.
|
||||
@ -187,20 +187,23 @@ not on a per-chunk basis.
|
||||
<P>The <I>adof</I> and <I>cdof</I> keywords define the values used in the degree of
|
||||
freedom (DOF) formulas used for the global or per-chunk temperature,
|
||||
as described above. They can be used to calculate a more appropriate
|
||||
temperature for some kinds of chunks. Here are 3 examples.
|
||||
temperature for some kinds of chunks. Here are 3 examples:
|
||||
</P>
|
||||
<P>If spatially binned chunks contain some number of water molecules and
|
||||
<A HREF = "fix_shake.html">fix shake</A> is used to make each molecule rigid, then
|
||||
you could calculate a temperature with 6 degrees of freedom (DOF) (3
|
||||
translational, 3 rotational) per molecule by setting <I>adof</I> to 2.0.
|
||||
If <A HREF = "compute_temp_partial.html">compute temp/partial</A> is used with the
|
||||
</P>
|
||||
<P>If <A HREF = "compute_temp_partial.html">compute temp/partial</A> is used with the
|
||||
<I>bias</I> keyword to only allow the x component of velocity to contribute
|
||||
to the temperature, then <I>adof</I> = 1.0 would be appropriate. If each
|
||||
chunk consists of a large molecule, with some number of its bonds
|
||||
constrained by <A HREF = "fix_shake.html">fix shake</A> or the entire molecule by
|
||||
<A HREF = "fix_rigid.html">fix rigid/small</A>, then <I>cdof</I> could be set to the
|
||||
remaining degrees of freedom for the entire molecule (entire chunk in
|
||||
this case).
|
||||
to the temperature, then <I>adof</I> = 1.0 would be appropriate.
|
||||
</P>
|
||||
<P>If each chunk consists of a large molecule, with some number of its
|
||||
bonds constrained by <A HREF = "fix_shake.html">fix shake</A> or the entire molecule
|
||||
by <A HREF = "fix_rigid.html">fix rigid/small</A>, <I>adof</I> = 0.0 and <I>cdof</I> could be
|
||||
set to the remaining degrees of freedom for the entire molecule
|
||||
(entire chunk in this case), e.g. 6 for 3d, or 3 for 2d, for a rigid
|
||||
molecule.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user