forked from lijiext/lammps
48 lines
946 B
ReStructuredText
48 lines
946 B
ReStructuredText
.. index:: fix_modify AtC pair_interactions
|
|
|
|
fix_modify AtC pair_interactions command
|
|
========================================
|
|
|
|
fix_modify AtC bond_interactions command
|
|
========================================
|
|
|
|
Syntax
|
|
""""""
|
|
|
|
.. parsed-literal::
|
|
|
|
fix_modify <AtC fixID> pair_interactions <on|off>
|
|
fix_modify <AtC fixID> bond_interactions <on|off>
|
|
|
|
* AtC fixID = ID of :doc:`fix atc <fix_atc>` instance
|
|
* *pair_interactions* or *bond_interactions* = name of the AtC sub-command
|
|
* *on* or *off* = activate or deactivate
|
|
|
|
Examples
|
|
""""""""
|
|
|
|
.. code-block:: LAMMPS
|
|
|
|
fix_modify AtC pair_interactions off
|
|
fix_modify AtC bond_interactions on
|
|
|
|
Description
|
|
"""""""""""
|
|
|
|
Include bonds and/or pairs in stress and heat flux computations.
|
|
|
|
Restrictions
|
|
""""""""""""
|
|
|
|
None.
|
|
|
|
Related AtC commands
|
|
""""""""""""""""""""
|
|
|
|
- :ref:`fix_modify AtC command overview <atc_fix_modify>`
|
|
|
|
Default
|
|
"""""""
|
|
|
|
*pair_interactions*\ : on, *bond_interactions*\ : off
|