forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13078 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
06b956da10
commit
ff40107a01
|
@ -1617,15 +1617,15 @@ pressure</A> command calculates pressure.
|
|||
<LI><A HREF = "compute_temp_ramp.html">compute temp/ramp</A>
|
||||
<LI><A HREF = "compute_temp_region.html">compute temp/region</A>
|
||||
</UL>
|
||||
<P>All but the first 3 calculate velocity biases (i.e. advection
|
||||
<P>All but the first 3 calculate velocity biases directly (e.g. advection
|
||||
velocities) that are removed when computing the thermal temperature.
|
||||
<A HREF = "compute_temp_sphere.html">Compute temp/sphere</A> and <A HREF = "compute_temp_asphere.html">compute
|
||||
temp/asphere</A> compute kinetic energy for
|
||||
finite-size particles that includes rotational degrees of freedom.
|
||||
They both allow, as an extra argument, which is another temperature
|
||||
compute that subtracts a velocity bias. This allows the translational
|
||||
velocity of spherical or aspherical particles to be adjusted in
|
||||
prescribed ways.
|
||||
They both allow for velocity biases indirectly, via an optional extra
|
||||
argument, another temperature compute that subtracts a velocity bias.
|
||||
This allows the translational velocity of spherical or aspherical
|
||||
particles to be adjusted in prescribed ways.
|
||||
</P>
|
||||
<P>Thermostatting in LAMMPS is performed by <A HREF = "fix.html">fixes</A>, or in one
|
||||
case by a pair style. Several thermostatting fixes are available:
|
||||
|
@ -1658,15 +1658,21 @@ to the per-particle thermostatting of <A HREF = "fix_langevin.html">fix
|
|||
langevin</A>.
|
||||
</P>
|
||||
<P>Any of the thermostatting fixes can use temperature computes that
|
||||
remove bias for two purposes: (a) computing the current temperature to
|
||||
compare to the requested target temperature, and (b) adjusting only
|
||||
the thermal temperature component of the particle's velocities. See
|
||||
the doc pages for the individual fixes and for the
|
||||
remove bias which has two effects. First, the current calculated
|
||||
temperature, which is compared to the requested target temperature, is
|
||||
caluclated with the velocity bias removed. Second, the thermostat
|
||||
adjusts only the thermal temperature component of the particle's
|
||||
velocities, which are the velocities with the bias removed. The
|
||||
removed bias is then added back to the adjusted velocities. See the
|
||||
doc pages for the individual fixes and for the
|
||||
<A HREF = "fix_modify.html">fix_modify</A> command for instructions on how to assign
|
||||
a temperature compute to a thermostatting fix. For example, you can
|
||||
apply a thermostat to only the x and z components of velocity by using
|
||||
it in conjunction with <A HREF = "compute_temp_partial.html">compute
|
||||
temp/partial</A>.
|
||||
temp/partial</A>. Of you could thermostat only
|
||||
the thermal temperature of a streaming flow of particles without
|
||||
affecting the streaming velocity, by using <A HREF = "compute_temp_profile.html">compute
|
||||
temp/profile</A>.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: Only the nvt fixes perform time integration, meaning
|
||||
they update the velocities and positions of particles due to forces
|
||||
|
|
|
@ -1604,15 +1604,15 @@ pressure"_compute_pressure.html command calculates pressure.
|
|||
"compute temp/ramp"_compute_temp_ramp.html
|
||||
"compute temp/region"_compute_temp_region.html :ul
|
||||
|
||||
All but the first 3 calculate velocity biases (i.e. advection
|
||||
All but the first 3 calculate velocity biases directly (e.g. advection
|
||||
velocities) that are removed when computing the thermal temperature.
|
||||
"Compute temp/sphere"_compute_temp_sphere.html and "compute
|
||||
temp/asphere"_compute_temp_asphere.html compute kinetic energy for
|
||||
finite-size particles that includes rotational degrees of freedom.
|
||||
They both allow, as an extra argument, which is another temperature
|
||||
compute that subtracts a velocity bias. This allows the translational
|
||||
velocity of spherical or aspherical particles to be adjusted in
|
||||
prescribed ways.
|
||||
They both allow for velocity biases indirectly, via an optional extra
|
||||
argument, another temperature compute that subtracts a velocity bias.
|
||||
This allows the translational velocity of spherical or aspherical
|
||||
particles to be adjusted in prescribed ways.
|
||||
|
||||
Thermostatting in LAMMPS is performed by "fixes"_fix.html, or in one
|
||||
case by a pair style. Several thermostatting fixes are available:
|
||||
|
@ -1645,15 +1645,21 @@ to the per-particle thermostatting of "fix
|
|||
langevin"_fix_langevin.html.
|
||||
|
||||
Any of the thermostatting fixes can use temperature computes that
|
||||
remove bias for two purposes: (a) computing the current temperature to
|
||||
compare to the requested target temperature, and (b) adjusting only
|
||||
the thermal temperature component of the particle's velocities. See
|
||||
the doc pages for the individual fixes and for the
|
||||
remove bias which has two effects. First, the current calculated
|
||||
temperature, which is compared to the requested target temperature, is
|
||||
caluclated with the velocity bias removed. Second, the thermostat
|
||||
adjusts only the thermal temperature component of the particle's
|
||||
velocities, which are the velocities with the bias removed. The
|
||||
removed bias is then added back to the adjusted velocities. See the
|
||||
doc pages for the individual fixes and for the
|
||||
"fix_modify"_fix_modify.html command for instructions on how to assign
|
||||
a temperature compute to a thermostatting fix. For example, you can
|
||||
apply a thermostat to only the x and z components of velocity by using
|
||||
it in conjunction with "compute
|
||||
temp/partial"_compute_temp_partial.html.
|
||||
temp/partial"_compute_temp_partial.html. Of you could thermostat only
|
||||
the thermal temperature of a streaming flow of particles without
|
||||
affecting the streaming velocity, by using "compute
|
||||
temp/profile"_compute_temp_profile.html.
|
||||
|
||||
IMPORTANT NOTE: Only the nvt fixes perform time integration, meaning
|
||||
they update the velocities and positions of particles due to forces
|
||||
|
|
|
@ -38,13 +38,14 @@
|
|||
</PRE>
|
||||
<LI>zero or more keyword/value pairs may be appended
|
||||
|
||||
<LI>keyword = <I>dist</I> or <I>sum</I> or <I>mom</I> or <I>rot</I> or <I>temp</I> or <I>loop</I> or <I>units</I>
|
||||
<LI>keyword = <I>dist</I> or <I>sum</I> or <I>mom</I> or <I>rot</I> or <I>temp</I> or <I>bias</I> or <I>loop</I> or <I>units</I>
|
||||
|
||||
<PRE> <I>dist</I> value = <I>uniform</I> or <I>gaussian</I>
|
||||
<I>sum</I> value = <I>no</I> or <I>yes</I>
|
||||
<I>mom</I> value = <I>no</I> or <I>yes</I>
|
||||
<I>rot</I> value = <I>no</I> or <I>yes</I>
|
||||
<I>temp</I> value = temperature ID
|
||||
<I>temp</I> value = temperature compute ID
|
||||
<I>bias</I> value = <I>no</I> or <I>yes</I>
|
||||
<I>loop</I> value = <I>all</I> or <I>local</I> or <I>geom</I>
|
||||
<I>rigid</I> value = fix-ID
|
||||
fix-ID = ID of rigid body fix
|
||||
|
@ -124,42 +125,69 @@ simulation is 2d; see the <A HREF = "dimension.html">dimension</A> command.
|
|||
</P>
|
||||
<HR>
|
||||
|
||||
<P>The keyword/value option pairs are used in the following ways by the
|
||||
<P>The keyword/value options are used in the following ways by the
|
||||
various styles.
|
||||
</P>
|
||||
<P>The <I>dist</I> option is used by <I>create</I>. The ensemble of generated
|
||||
<P>The <I>dist</I> keyword is used by <I>create</I>. The ensemble of generated
|
||||
velocities can be a <I>uniform</I> distribution from some minimum to
|
||||
maximum value, scaled to produce the requested temperature. Or it can
|
||||
be a <I>gaussian</I> distribution with a mean of 0.0 and a sigma scaled to
|
||||
produce the requested temperature.
|
||||
</P>
|
||||
<P>The <I>sum</I> option is used by all styles, except <I>zero</I>. The new
|
||||
<P>The <I>sum</I> keyword is used by all styles, except <I>zero</I>. The new
|
||||
velocities will be added to the existing ones if sum = yes, or will
|
||||
replace them if sum = no.
|
||||
</P>
|
||||
<P>The <I>mom</I> and <I>rot</I> options are used by <I>create</I>. If mom = yes, the
|
||||
<P>The <I>mom</I> and <I>rot</I> keywords are used by <I>create</I>. If mom = yes, the
|
||||
linear momentum of the newly created ensemble of velocities is zeroed;
|
||||
if rot = yes, the angular momentum is zeroed.
|
||||
</P>
|
||||
<P>The <I>temp</I> option is used by <I>create</I> and <I>scale</I> to specify a
|
||||
<A HREF = "compute.html">compute</A> that calculates temperature in a desired way.
|
||||
If this option is not specified, <I>create</I> and <I>scale</I> calculate
|
||||
temperature using a compute that is defined as follows:
|
||||
<P>*line
|
||||
</P>
|
||||
<P>If specified, the <I>temp</I> keyword is used by <I>create</I> and <I>scale</I> to
|
||||
specify a <A HREF = "compute.html">compute</A> that calculates temperature in a
|
||||
desired way, e.g. by first subtracting out a velocity bias, as
|
||||
discussed in <A HREF = "Section_howto.html#howto_15">Section howto 16</A> of the doc
|
||||
pages. If this keyword is not specified, <I>create</I> and <I>scale</I>
|
||||
calculate temperature using a compute that is defined internally as
|
||||
follows:
|
||||
</P>
|
||||
<PRE>compute velocity_temp group-ID temp
|
||||
</PRE>
|
||||
<P>where group-ID is the same ID used in the velocity command. i.e. the
|
||||
group of atoms whose velocity is being altered. This compute is
|
||||
deleted when the velocity command is finished. See the <A HREF = "compute_temp.html">compute
|
||||
temp</A> command for details. If the computed
|
||||
temp</A> command for details. If the calculated
|
||||
temperature should have degrees-of-freedom removed due to fix
|
||||
constraints (e.g. SHAKE or rigid-body constraints), then the
|
||||
appropriate fix command must be specified before the velocity command
|
||||
is issued.
|
||||
</P>
|
||||
<P>The <I>bias</I> keyword with a <I>yes</I> setting is used by <I>create</I> and
|
||||
<I>scale</I>, but only if the <I>temp</I> keyword is also used to specify a
|
||||
<A HREF = "compute.html">compute</A> that calculates temperature in a desired way.
|
||||
If the temperature compute also calculates a velocity bias, the the
|
||||
bias is subtracted from atom velocities before the <I>create</I> and
|
||||
<I>scale</I> operations are performed. After the operations, the bias is
|
||||
added back to the atom velocities. See <A HREF = "Section_howto.html#howto_15">Section howto
|
||||
16</A> of the doc pages for more discussion
|
||||
of temperature computes with biases. Note that the velocity bias is
|
||||
only applied to atoms in the temperature compute specified with the
|
||||
<I>temp</I> keyword.
|
||||
</P>
|
||||
<P>As an example, assume atoms are currently streaming in a flow
|
||||
direction (which could be separately initialized with the <I>ramp</I>
|
||||
style), and you wish to initialize their thermal velocity to a desired
|
||||
temperature. In this context thermal velocity means the per-particle
|
||||
velocity that remains when the streaming velocity is subtracted. This
|
||||
can be done using the <I>create</I> style with the <I>temp</I> keyword
|
||||
specifying the ID of a <A HREF = "compute_temp_ramp.html">compute temp/ramp</A> or
|
||||
<A HREF = "compute_temp_profile.html">compute temp/profile</A> command, and the
|
||||
<I>bias</I> keyword set to a <I>yes</I> value.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P>The <I>loop</I> option is used by <I>create</I> in the following ways.
|
||||
<P>The <I>loop</I> keyword is used by <I>create</I> in the following ways.
|
||||
</P>
|
||||
<P>If loop = all, then each processor loops over all atoms in the
|
||||
simulation to create velocities, but only stores velocities for atoms
|
||||
|
@ -183,23 +211,23 @@ xyz coordinates. A velocity is generated using that seed. This is a
|
|||
fast loop and the velocity assigned to a particular atom will be the
|
||||
same, independent of how many processors are used. However, the set
|
||||
of generated velocities may be more correlated than if the <I>all</I> or
|
||||
<I>local</I> options are used.
|
||||
<I>local</I> keywords are used.
|
||||
</P>
|
||||
<P>Note that the <I>loop geom</I> option will not necessarily assign identical
|
||||
velocities for two simulations run on different machines. This is
|
||||
because the computations based on xyz coordinates are sensitive to
|
||||
tiny differences in the double-precision value for a coordinate as
|
||||
stored on a particular machine.
|
||||
<P>Note that the <I>loop geom</I> keyword will not necessarily assign
|
||||
identical velocities for two simulations run on different machines.
|
||||
This is because the computations based on xyz coordinates are
|
||||
sensitive to tiny differences in the double-precision value for a
|
||||
coordinate as stored on a particular machine.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P>The <I>rigid</I> option only has meaning when used with the <I>zero</I> style.
|
||||
<P>The <I>rigid</I> keyword only has meaning when used with the <I>zero</I> style.
|
||||
It allows specification of a fix-ID for one of the <A HREF = "fix_rigid.html">rigid-body
|
||||
fix</A> variants which defines a set of rigid bodies. The
|
||||
zeroing of linear or angular momentum is then performed for each rigid
|
||||
body defined by the fix, as described above.
|
||||
</P>
|
||||
<P>The <I>units</I> option is used by <I>set</I> and <I>ramp</I>. If units = box,
|
||||
<P>The <I>units</I> keyword is used by <I>set</I> and <I>ramp</I>. If units = box,
|
||||
the velocities and coordinates specified in the velocity command are
|
||||
in the standard units described by the <A HREF = "units.html">units</A> command
|
||||
(e.g. Angstroms/fmsec for real units). If units = lattice, velocities
|
||||
|
@ -207,14 +235,16 @@ are in units of lattice spacings per time (e.g. spacings/fmsec) and
|
|||
coordinates are in lattice spacings. The <A HREF = "lattice.html">lattice</A>
|
||||
command must have been previously used to define the lattice spacing.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P><B>Restrictions:</B>
|
||||
</P>
|
||||
<P>Assigning a temperature via the <I>create</I> option to a system with
|
||||
<A HREF = "fix_rigid.html">rigid bodies</A> or <A HREF = "fix_shake.html">SHAKE constraints</A>
|
||||
may not have the desired outcome for two reasons. First, the velocity
|
||||
command can be invoked before all of the relevant fixes are created
|
||||
and initialized and the number of adjusted degrees of freedom (DOFs)
|
||||
is known. Thus it is not possible to compute the target temperature
|
||||
<P>Assigning a temperature via the <I>create</I> style to a system with <A HREF = "fix_rigid.html">rigid
|
||||
bodies</A> or <A HREF = "fix_shake.html">SHAKE constraints</A> may not
|
||||
have the desired outcome for two reasons. First, the velocity command
|
||||
can be invoked before all of the relevant fixes are created and
|
||||
initialized and the number of adjusted degrees of freedom (DOFs) is
|
||||
known. Thus it is not possible to compute the target temperature
|
||||
correctly. Second, the assigned velocities may be partially canceled
|
||||
when constraints are first enforced, leading to a different
|
||||
temperature than desired. A workaround for this is to perform a <A HREF = "run.html">run
|
||||
|
@ -228,12 +258,13 @@ velocity all scale 300.0 # now it should be
|
|||
</PRE>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "fix_rigid.html">fix rigid</A>, <A HREF = "fix_shake.html">fix shake</A>, <A HREF = "lattice.html">lattice</A>
|
||||
<P><A HREF = "fix_rigid.html">fix rigid</A>, <A HREF = "fix_shake.html">fix shake</A>,
|
||||
<A HREF = "lattice.html">lattice</A>
|
||||
</P>
|
||||
<P><B>Default:</B>
|
||||
</P>
|
||||
<P>The option defaults are dist = uniform, sum = no, mom = yes, rot = no,
|
||||
temp = full style on group-ID, loop = all, and units = lattice. The
|
||||
rigid option is not defined by default.
|
||||
<P>The keyword defaults are dist = uniform, sum = no, mom = yes, rot =
|
||||
no, bias = no, loop = all, and units = lattice. The temp and rigid
|
||||
keywords are not defined by default.
|
||||
</P>
|
||||
</HTML>
|
||||
|
|
|
@ -32,12 +32,13 @@ style = {create} or {set} or {scale} or {ramp} or {zero} :l
|
|||
{angular} = zero the angular momentum :pre
|
||||
|
||||
zero or more keyword/value pairs may be appended :l
|
||||
keyword = {dist} or {sum} or {mom} or {rot} or {temp} or {loop} or {units} :l
|
||||
keyword = {dist} or {sum} or {mom} or {rot} or {temp} or {bias} or {loop} or {units} :l
|
||||
{dist} value = {uniform} or {gaussian}
|
||||
{sum} value = {no} or {yes}
|
||||
{mom} value = {no} or {yes}
|
||||
{rot} value = {no} or {yes}
|
||||
{temp} value = temperature ID
|
||||
{temp} value = temperature compute ID
|
||||
{bias} value = {no} or {yes}
|
||||
{loop} value = {all} or {local} or {geom}
|
||||
{rigid} value = fix-ID
|
||||
fix-ID = ID of rigid body fix
|
||||
|
@ -116,42 +117,69 @@ simulation is 2d; see the "dimension"_dimension.html command.
|
|||
|
||||
:line
|
||||
|
||||
The keyword/value option pairs are used in the following ways by the
|
||||
The keyword/value options are used in the following ways by the
|
||||
various styles.
|
||||
|
||||
The {dist} option is used by {create}. The ensemble of generated
|
||||
The {dist} keyword is used by {create}. The ensemble of generated
|
||||
velocities can be a {uniform} distribution from some minimum to
|
||||
maximum value, scaled to produce the requested temperature. Or it can
|
||||
be a {gaussian} distribution with a mean of 0.0 and a sigma scaled to
|
||||
produce the requested temperature.
|
||||
|
||||
The {sum} option is used by all styles, except {zero}. The new
|
||||
The {sum} keyword is used by all styles, except {zero}. The new
|
||||
velocities will be added to the existing ones if sum = yes, or will
|
||||
replace them if sum = no.
|
||||
|
||||
The {mom} and {rot} options are used by {create}. If mom = yes, the
|
||||
The {mom} and {rot} keywords are used by {create}. If mom = yes, the
|
||||
linear momentum of the newly created ensemble of velocities is zeroed;
|
||||
if rot = yes, the angular momentum is zeroed.
|
||||
|
||||
The {temp} option is used by {create} and {scale} to specify a
|
||||
"compute"_compute.html that calculates temperature in a desired way.
|
||||
If this option is not specified, {create} and {scale} calculate
|
||||
temperature using a compute that is defined as follows:
|
||||
*line
|
||||
|
||||
If specified, the {temp} keyword is used by {create} and {scale} to
|
||||
specify a "compute"_compute.html that calculates temperature in a
|
||||
desired way, e.g. by first subtracting out a velocity bias, as
|
||||
discussed in "Section howto 16"_Section_howto.html#howto_15 of the doc
|
||||
pages. If this keyword is not specified, {create} and {scale}
|
||||
calculate temperature using a compute that is defined internally as
|
||||
follows:
|
||||
|
||||
compute velocity_temp group-ID temp :pre
|
||||
|
||||
where group-ID is the same ID used in the velocity command. i.e. the
|
||||
group of atoms whose velocity is being altered. This compute is
|
||||
deleted when the velocity command is finished. See the "compute
|
||||
temp"_compute_temp.html command for details. If the computed
|
||||
temp"_compute_temp.html command for details. If the calculated
|
||||
temperature should have degrees-of-freedom removed due to fix
|
||||
constraints (e.g. SHAKE or rigid-body constraints), then the
|
||||
appropriate fix command must be specified before the velocity command
|
||||
is issued.
|
||||
|
||||
The {bias} keyword with a {yes} setting is used by {create} and
|
||||
{scale}, but only if the {temp} keyword is also used to specify a
|
||||
"compute"_compute.html that calculates temperature in a desired way.
|
||||
If the temperature compute also calculates a velocity bias, the the
|
||||
bias is subtracted from atom velocities before the {create} and
|
||||
{scale} operations are performed. After the operations, the bias is
|
||||
added back to the atom velocities. See "Section howto
|
||||
16"_Section_howto.html#howto_15 of the doc pages for more discussion
|
||||
of temperature computes with biases. Note that the velocity bias is
|
||||
only applied to atoms in the temperature compute specified with the
|
||||
{temp} keyword.
|
||||
|
||||
As an example, assume atoms are currently streaming in a flow
|
||||
direction (which could be separately initialized with the {ramp}
|
||||
style), and you wish to initialize their thermal velocity to a desired
|
||||
temperature. In this context thermal velocity means the per-particle
|
||||
velocity that remains when the streaming velocity is subtracted. This
|
||||
can be done using the {create} style with the {temp} keyword
|
||||
specifying the ID of a "compute temp/ramp"_compute_temp_ramp.html or
|
||||
"compute temp/profile"_compute_temp_profile.html command, and the
|
||||
{bias} keyword set to a {yes} value.
|
||||
|
||||
:line
|
||||
|
||||
The {loop} option is used by {create} in the following ways.
|
||||
The {loop} keyword is used by {create} in the following ways.
|
||||
|
||||
If loop = all, then each processor loops over all atoms in the
|
||||
simulation to create velocities, but only stores velocities for atoms
|
||||
|
@ -175,23 +203,23 @@ xyz coordinates. A velocity is generated using that seed. This is a
|
|||
fast loop and the velocity assigned to a particular atom will be the
|
||||
same, independent of how many processors are used. However, the set
|
||||
of generated velocities may be more correlated than if the {all} or
|
||||
{local} options are used.
|
||||
{local} keywords are used.
|
||||
|
||||
Note that the {loop geom} option will not necessarily assign identical
|
||||
velocities for two simulations run on different machines. This is
|
||||
because the computations based on xyz coordinates are sensitive to
|
||||
tiny differences in the double-precision value for a coordinate as
|
||||
stored on a particular machine.
|
||||
Note that the {loop geom} keyword will not necessarily assign
|
||||
identical velocities for two simulations run on different machines.
|
||||
This is because the computations based on xyz coordinates are
|
||||
sensitive to tiny differences in the double-precision value for a
|
||||
coordinate as stored on a particular machine.
|
||||
|
||||
:line
|
||||
|
||||
The {rigid} option only has meaning when used with the {zero} style.
|
||||
The {rigid} keyword only has meaning when used with the {zero} style.
|
||||
It allows specification of a fix-ID for one of the "rigid-body
|
||||
fix"_fix_rigid.html variants which defines a set of rigid bodies. The
|
||||
zeroing of linear or angular momentum is then performed for each rigid
|
||||
body defined by the fix, as described above.
|
||||
|
||||
The {units} option is used by {set} and {ramp}. If units = box,
|
||||
The {units} keyword is used by {set} and {ramp}. If units = box,
|
||||
the velocities and coordinates specified in the velocity command are
|
||||
in the standard units described by the "units"_units.html command
|
||||
(e.g. Angstroms/fmsec for real units). If units = lattice, velocities
|
||||
|
@ -199,14 +227,16 @@ are in units of lattice spacings per time (e.g. spacings/fmsec) and
|
|||
coordinates are in lattice spacings. The "lattice"_lattice.html
|
||||
command must have been previously used to define the lattice spacing.
|
||||
|
||||
:line
|
||||
|
||||
[Restrictions:]
|
||||
|
||||
Assigning a temperature via the {create} option to a system with
|
||||
"rigid bodies"_fix_rigid.html or "SHAKE constraints"_fix_shake.html
|
||||
may not have the desired outcome for two reasons. First, the velocity
|
||||
command can be invoked before all of the relevant fixes are created
|
||||
and initialized and the number of adjusted degrees of freedom (DOFs)
|
||||
is known. Thus it is not possible to compute the target temperature
|
||||
Assigning a temperature via the {create} style to a system with "rigid
|
||||
bodies"_fix_rigid.html or "SHAKE constraints"_fix_shake.html may not
|
||||
have the desired outcome for two reasons. First, the velocity command
|
||||
can be invoked before all of the relevant fixes are created and
|
||||
initialized and the number of adjusted degrees of freedom (DOFs) is
|
||||
known. Thus it is not possible to compute the target temperature
|
||||
correctly. Second, the assigned velocities may be partially canceled
|
||||
when constraints are first enforced, leading to a different
|
||||
temperature than desired. A workaround for this is to perform a "run
|
||||
|
@ -220,10 +250,11 @@ velocity all scale 300.0 # now it should be :pre
|
|||
|
||||
[Related commands:]
|
||||
|
||||
"fix rigid"_fix_rigid.html, "fix shake"_fix_shake.html, "lattice"_lattice.html
|
||||
"fix rigid"_fix_rigid.html, "fix shake"_fix_shake.html,
|
||||
"lattice"_lattice.html
|
||||
|
||||
[Default:]
|
||||
|
||||
The option defaults are dist = uniform, sum = no, mom = yes, rot = no,
|
||||
temp = full style on group-ID, loop = all, and units = lattice. The
|
||||
rigid option is not defined by default.
|
||||
The keyword defaults are dist = uniform, sum = no, mom = yes, rot =
|
||||
no, bias = no, loop = all, and units = lattice. The temp and rigid
|
||||
keywords are not defined by default.
|
||||
|
|
Loading…
Reference in New Issue