49 lines
988 B
ReStructuredText
49 lines
988 B
ReStructuredText
.. index:: fix_modify AtC read_restart
|
|
|
|
fix_modify AtC read_restart command
|
|
===================================
|
|
|
|
Syntax
|
|
""""""
|
|
|
|
.. parsed-literal::
|
|
|
|
fix_modify <AtC fixID> read_restart <file_name>
|
|
|
|
* AtC fixID = ID of :doc:`fix atc <fix_atc>` instance
|
|
* read_restart = name of the AtC sub-command
|
|
* file_name = name of AtC restart file
|
|
|
|
|
|
Examples
|
|
""""""""
|
|
|
|
.. code-block:: LAMMPS
|
|
|
|
fix_modify AtC read_restart restart.mydata.AtC
|
|
|
|
|
|
Description
|
|
"""""""""""
|
|
|
|
Reads the current state of the AtC fields from a named text-based restart file.
|
|
|
|
Restrictions
|
|
""""""""""""
|
|
|
|
The restart file only contains fields and their time derivatives. The
|
|
reference positions of the atoms and the commands that initialize the
|
|
fix are not saved e.g. an identical mesh containing the same atoms will
|
|
have to be recreated.
|
|
|
|
Related AtC commands
|
|
""""""""""""""""""""
|
|
|
|
- :ref:`fix_modify AtC command overview <atc_fix_modify>`
|
|
- :doc:`fix_modify AtC write_restart <atc_write_restart>`
|
|
|
|
Default
|
|
"""""""
|
|
|
|
None.
|