63 lines
1.4 KiB
ReStructuredText
63 lines
1.4 KiB
ReStructuredText
.. index:: compute temp/uef
|
|
|
|
compute temp/uef command
|
|
========================
|
|
|
|
Syntax
|
|
""""""
|
|
|
|
|
|
.. parsed-literal::
|
|
|
|
compute ID group-ID temp/uef
|
|
|
|
* ID, group-ID are documented in :doc:`compute <compute>` command
|
|
* temp/uef = style name of this compute command
|
|
|
|
Examples
|
|
""""""""
|
|
|
|
|
|
.. parsed-literal::
|
|
|
|
compute 1 all temp/uef
|
|
compute 2 sel temp/uef
|
|
|
|
Description
|
|
"""""""""""
|
|
|
|
This command is used to compute the kinetic energy tensor in
|
|
the reference frame of the applied flow field when
|
|
:doc:`fix nvt/uef <fix_nh_uef>` or
|
|
:doc:`fix npt/uef <fix_nh_uef>` is used.
|
|
It is not necessary to use this command to compute the scalar
|
|
value of the temperature. A :doc:`compute temp <compute_temp>`
|
|
may be used for that purpose.
|
|
|
|
Output information for this command can be found in the
|
|
documentation for :doc:`compute temp <compute_temp>`.
|
|
|
|
Restrictions
|
|
""""""""""""
|
|
|
|
|
|
This fix is part of the USER-UEF package. It is only enabled if LAMMPS
|
|
was built with that package. See the :doc:`Build package <Build_package>` doc page for more info.
|
|
|
|
This command can only be used when :doc:`fix nvt/uef <fix_nh_uef>`
|
|
or :doc:`fix npt/uef <fix_nh_uef>` is active.
|
|
|
|
Related commands
|
|
""""""""""""""""
|
|
|
|
:doc:`compute temp <compute_temp>`,
|
|
:doc:`fix nvt/uef <fix_nh_uef>`,
|
|
:doc:`compute pressure/uef <compute_pressure_uef>`
|
|
|
|
**Default:** none
|
|
|
|
|
|
.. _lws: http://lammps.sandia.gov
|
|
.. _ld: Manual.html
|
|
.. _lc: Commands_all.html
|