2007-04-20 07:25:27 +08:00
|
|
|
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
|
|
:link(ld,Manual.html)
|
|
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
|
|
|
|
:line
|
|
|
|
|
|
|
|
compute temp/asphere command :h3
|
|
|
|
|
|
|
|
[Syntax:]
|
|
|
|
|
2011-04-30 00:27:56 +08:00
|
|
|
compute ID group-ID temp/asphere keyword value ... :pre
|
|
|
|
|
|
|
|
ID, group-ID are documented in "compute"_compute.html command :ulb,l
|
|
|
|
temp/asphere = style name of this compute command :l
|
|
|
|
zero or more keyword/value pairs may be appended :l
|
|
|
|
keyword = {bias} or {dof} :l
|
2015-01-21 07:22:38 +08:00
|
|
|
{bias} value = bias-ID
|
2011-04-30 00:27:56 +08:00
|
|
|
bias-ID = ID of a temperature compute that removes a velocity bias
|
|
|
|
{dof} value = {all} or {rotate}
|
|
|
|
all = compute temperature of translational and rotational degrees of freedom
|
|
|
|
rotate = compute temperature of just rotational degrees of freedom :pre
|
|
|
|
:ule
|
2007-04-20 07:25:27 +08:00
|
|
|
|
|
|
|
[Examples:]
|
|
|
|
|
|
|
|
compute 1 all temp/asphere
|
2011-04-30 00:27:56 +08:00
|
|
|
compute myTemp mobile temp/asphere bias tempCOM
|
|
|
|
compute myTemp mobile temp/asphere dof rotate :pre
|
2007-04-20 07:25:27 +08:00
|
|
|
|
|
|
|
[Description:]
|
|
|
|
|
|
|
|
Define a computation that calculates the temperature of a group of
|
2008-03-18 08:23:39 +08:00
|
|
|
aspherical particles, including a contribution from both their
|
|
|
|
translational and rotational kinetic energy. This differs from the
|
2008-03-19 04:39:07 +08:00
|
|
|
usual "compute temp"_compute_temp.html command, which assumes point
|
|
|
|
particles with only translational kinetic energy.
|
2008-03-18 08:23:39 +08:00
|
|
|
|
2009-07-02 22:39:37 +08:00
|
|
|
Only finite-size particles (aspherical or spherical) can be included
|
|
|
|
in the group. For 3d finite-size particles, each has 6 degrees of
|
|
|
|
freedom (3 translational, 3 rotational). For 2d finite-size
|
|
|
|
particles, each has 3 degrees of freedom (2 translational, 1
|
|
|
|
rotational).
|
|
|
|
|
|
|
|
IMPORTANT NOTE: This choice for degrees of freedom (dof) assumes that
|
|
|
|
all finite-size aspherical or spherical particles in your model will
|
|
|
|
freely rotate, sampling all their rotational dof. It is possible to
|
|
|
|
use a combination of interaction potentials and fixes that induce no
|
|
|
|
torque or otherwise constrain some of all of your particles so that
|
|
|
|
this is not the case. Then there are less dof and you should use the
|
2009-06-27 02:41:31 +08:00
|
|
|
"compute_modify extra"_compute_modify.html command to adjust the dof
|
|
|
|
accordingly.
|
|
|
|
|
2011-04-14 05:39:34 +08:00
|
|
|
For example, an aspherical particle with all three of its shape
|
|
|
|
parameters the same is a sphere. If it does not rotate, then it
|
|
|
|
should have 3 dof instead of 6 in 3d (or 2 instead of 3 in 2d). A
|
|
|
|
uniaxial aspherical particle has two of its three shape parameters the
|
|
|
|
same. If it does not rotate around the axis perpendicular to its
|
|
|
|
circular cross section, then it should have 5 dof instead of 6 in 3d.
|
2013-03-14 02:48:49 +08:00
|
|
|
The latter is the case for uniaxial ellipsoids in a "GayBerne
|
|
|
|
model"_pair_gayberne.html since there is no induced torque around the
|
|
|
|
optical axis. It will also be the case for biaxial ellipsoids when
|
|
|
|
exactly two of the semiaxes have the same length and the corresponding
|
|
|
|
relative well depths are equal.
|
2008-03-18 08:23:39 +08:00
|
|
|
|
2009-04-30 00:54:14 +08:00
|
|
|
The translational kinetic energy is computed the same as is described
|
|
|
|
by the "compute temp"_compute_temp.html command. The rotational
|
|
|
|
kinetic energy is computed as 1/2 I w^2, where I is the inertia tensor
|
|
|
|
for the aspherical particle and w is its angular velocity, which is
|
|
|
|
computed from its angular momentum.
|
2008-03-19 04:39:07 +08:00
|
|
|
|
2008-03-19 05:02:30 +08:00
|
|
|
IMPORTANT NOTE: For "2d models"_dimension.html, particles are treated
|
2008-03-19 04:39:07 +08:00
|
|
|
as ellipsoids, not ellipses, meaning their moments of inertia will be
|
|
|
|
the same as in 3d.
|
2008-03-18 08:23:39 +08:00
|
|
|
|
2009-12-04 07:58:11 +08:00
|
|
|
A kinetic energy tensor, stored as a 6-element vector, is also
|
|
|
|
calculated by this compute. The formula for the components of the
|
|
|
|
tensor is the same as the above formula, except that v^2 and w^2 are
|
|
|
|
replaced by vx*vy and wx*wy for the xy component, and the appropriate
|
|
|
|
elements of the inertia tensor are used. The 6 components of the
|
|
|
|
vector are ordered xx, yy, zz, xy, xz, yz.
|
2008-03-18 08:23:39 +08:00
|
|
|
|
|
|
|
The number of atoms contributing to the temperature is assumed to be
|
|
|
|
constant for the duration of the run; use the {dynamic} option of the
|
|
|
|
"compute_modify"_compute_modify.html command if this is not the case.
|
|
|
|
|
|
|
|
This compute subtracts out translational degrees-of-freedom due to
|
|
|
|
fixes that constrain molecular motion, such as "fix
|
|
|
|
shake"_fix_shake.html and "fix rigid"_fix_rigid.html. This means the
|
|
|
|
temperature of groups of atoms that include these constraints will be
|
|
|
|
computed correctly. If needed, the subtracted degrees-of-freedom can
|
|
|
|
be altered using the {extra} option of the
|
|
|
|
"compute_modify"_compute_modify.html command.
|
2007-04-20 07:25:27 +08:00
|
|
|
|
2011-08-26 01:01:01 +08:00
|
|
|
See "this howto section"_Section_howto.html#howto_16 of the manual for
|
|
|
|
a discussion of different ways to compute temperature and perform
|
2008-04-07 23:58:34 +08:00
|
|
|
thermostatting.
|
|
|
|
|
2011-04-30 00:27:56 +08:00
|
|
|
:line
|
|
|
|
|
|
|
|
The keyword/value option pairs are used in the following ways.
|
|
|
|
|
|
|
|
For the {bias} keyword, {bias-ID} refers to the ID of a temperature
|
|
|
|
compute that removes a "bias" velocity from each atom. This allows
|
|
|
|
compute temp/sphere to compute its thermal temperature after the
|
|
|
|
translational kinetic energy components have been altered in a
|
2015-01-21 07:22:38 +08:00
|
|
|
prescribed way, e.g. to remove a flow velocity profile. Thermostats
|
|
|
|
that use this compute will work with this bias term. See the doc
|
|
|
|
pages for individual computes that calculate a temperature and the doc
|
|
|
|
pages for fixes that perform thermostatting for more details.
|
2011-04-30 00:27:56 +08:00
|
|
|
|
|
|
|
For the {dof} keyword, a setting of {all} calculates a temperature
|
|
|
|
that includes both translational and rotational degrees of freedom. A
|
|
|
|
setting of {rotate} calculates a temperature that includes only
|
|
|
|
rotational degrees of freedom.
|
|
|
|
|
|
|
|
:line
|
|
|
|
|
2008-01-03 03:25:15 +08:00
|
|
|
[Output info:]
|
|
|
|
|
2009-12-04 07:58:11 +08:00
|
|
|
This compute calculates a global scalar (the temperature) and a global
|
|
|
|
vector of length 6 (KE tensor), which can be accessed by indices 1-6.
|
|
|
|
These values can be used by any command that uses global scalar or
|
|
|
|
vector values from a compute as input. See "this
|
2011-08-26 01:01:01 +08:00
|
|
|
section"_Section_howto.html#howto_15 for an overview of LAMMPS output
|
2009-12-04 07:58:11 +08:00
|
|
|
options.
|
|
|
|
|
2010-03-03 05:51:16 +08:00
|
|
|
The scalar value calculated by this compute is "intensive". The
|
|
|
|
vector values are "extensive".
|
2008-01-03 03:25:15 +08:00
|
|
|
|
2010-01-24 07:20:05 +08:00
|
|
|
The scalar value will be in temperature "units"_units.html. The
|
|
|
|
vector values will be in energy "units"_units.html.
|
|
|
|
|
2007-04-20 07:25:27 +08:00
|
|
|
[Restrictions:]
|
|
|
|
|
2011-08-27 02:53:00 +08:00
|
|
|
This compute is part of the ASPHERE package. It is only enabled if
|
2011-04-14 05:39:34 +08:00
|
|
|
LAMMPS was built with that package. See the "Making
|
2011-08-26 00:46:23 +08:00
|
|
|
LAMMPS"_Section_start.html#start_3 section for more info.
|
2011-04-14 05:39:34 +08:00
|
|
|
|
|
|
|
This compute requires that atoms store angular momementum and a
|
|
|
|
quaternion as defined by the "atom_style ellipsoid"_atom_style.html
|
|
|
|
command.
|
|
|
|
|
|
|
|
All particles in the group must be finite-size. They cannot be point
|
|
|
|
particles, but they can be aspherical or spherical as defined by their
|
|
|
|
shape attribute.
|
2007-04-20 07:25:27 +08:00
|
|
|
|
|
|
|
[Related commands:]
|
|
|
|
|
|
|
|
"compute temp"_compute_temp.html
|
|
|
|
|
|
|
|
[Default:] none
|