next set of converted AtC documentation
This commit is contained in:
43
doc/src/atc_remove_source.rst
Normal file
43
doc/src/atc_remove_source.rst
Normal file
@ -0,0 +1,43 @@
|
||||
.. index:: fix_modify AtC remove_source
|
||||
|
||||
fix_modify AtC remove_source command
|
||||
====================================
|
||||
|
||||
Syntax
|
||||
""""""
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
fix_modify <AtC fixID> remove_source <field> <element_set>
|
||||
|
||||
* AtC fixID = ID of :doc:`fix atc <fix_atc>` instance
|
||||
* remove_source = name of the AtC sub-command
|
||||
* field = field kind name valid for type of physics: *temperature* or *electron_temperature*
|
||||
* element_set = name of set of elements
|
||||
|
||||
Examples
|
||||
""""""""
|
||||
|
||||
.. code-block:: LAMMPS
|
||||
|
||||
fix_modify AtC remove_source temperature groupNAME
|
||||
|
||||
Description
|
||||
"""""""""""
|
||||
|
||||
Remove a domain source.
|
||||
|
||||
Restrictions
|
||||
""""""""""""
|
||||
|
||||
The keyword *all* is reserved and thus not available as element_set name.
|
||||
|
||||
Related AtC commands
|
||||
""""""""""""""""""""
|
||||
|
||||
:doc:`fix_modify AtC source <atc_source>`
|
||||
|
||||
Default
|
||||
"""""""
|
||||
|
||||
None.
|
||||
Reference in New Issue
Block a user