.. index:: compute com compute com command =================== Syntax """""" .. parsed-literal:: compute ID group-ID com general_keyword general_values * ID, group-ID are documented in :doc:`compute ` command * com = style name of this compute command * general_keywords general_values are documented in `compute `_ Examples """""""" .. parsed-literal:: compute 1 all com Description """"""""""" Define a computation that calculates the center-of-mass of the group of atoms, including all effects due to atoms passing thru periodic boundaries. A vector of three quantites is calculated by this compute, which are the x,y,z coordinates of the center of mass. .. warning:: The coordinates of an atom contribute to the center-of-mass in "unwrapped" form, by using the image flags associated with each atom. See the :doc:`dump custom ` command for a discussion of "unwrapped" coordinates. See the Atoms section of the :doc:`read_data ` command for a discussion of image flags and how they are set for each atom. You can reset the image flags (e.g. to 0) before invoking this compute by using the :doc:`set image ` command. .. warning:: If an atom is part of a rigid body (see the :doc:`fix rigid ` command), it's periodic image flags are altered, and its contribution to the center-of-mass may not reflect its true contribution. See the :doc:`fix rigid ` command for details. Thus, to compute the center-of-mass of rigid bodies as they cross periodic boundaries, you will need to post-process a :doc:`dump file ` containing coordinates of the atoms in the bodies. Output info """"""""""" This compute calculates a global vector of length 3, which can be accessed by indices 1-3 by any command that uses global vector values from a compute as input. See :ref:`this section ` for an overview of LIGGGHTS(R)-PUBLIC output options. The vector values are "intensive". The vector values will be in distance :doc:`units `. Restrictions """""""""""" none Related commands """""""""""""""" :doc:`compute com/molecule ` **Default:** none .. _liws: http://www.cfdem.com .. _ld: Manual.html .. _lc: Section_commands.html#comm