Files
lammps/doc/src/atc_output_nodeset.rst

50 lines
891 B
ReStructuredText

.. index:: fix_modify AtC output nodeset
fix_modify AtC output nodeset command
=====================================
Syntax
""""""
.. code-block:: LAMMPS
fix_modify <AtC fixID> output nodeset <nodeset_name> <operation>
* AtC fixID = ID of :doc:`fix atc <fix_atc>` instance
* output nodeset = name of the AtC sub-command
* nodeset_name= name of nodeset to be operated on
* operation = *sum*
* *sum* = creates nodal sum over nodes in specified nodeset
Examples
""""""""
.. code-block:: LAMMPS
fix_modify AtC output nodeset nset1 sum
Description
"""""""""""
Performs operation over the nodes belonging to specified nodeset and
outputs resulting variable values to GLOBALS file.
Restrictions
""""""""""""
None.
Related AtC commands
""""""""""""""""""""
- :ref:`fix_modify AtC command overview <atc_fix_modify>`
- :doc:`fix atc command <fix_atc>`
Default
"""""""
None.