Files
lammps/doc/src/clear.rst
Jacob Gissinger 9f6dbf6609 doc pages 949-1220
2024-08-17 00:28:57 -04:00

52 lines
966 B
ReStructuredText

.. index:: clear
clear command
=============
Syntax
""""""
.. code-block:: LAMMPS
clear
Examples
""""""""
.. code-block:: LAMMPS
# (commands for 1st simulation)
clear
# (commands for 2nd simulation)
Description
"""""""""""
This command deletes all atoms, restores all settings to their default
values, and frees all memory allocated by LAMMPS. Once a clear command
has been executed, it is almost as if LAMMPS were starting over, with
only the exceptions noted below. This command enables multiple jobs to
be run sequentially from one input script.
These settings are not affected by a clear command: the working
directory (:doc:`shell <shell>` command), log file status (:doc:`log
<log>` command), echo status (:doc:`echo <echo>` command), and input
script variables except for *atomfile* style variables (:doc:`variable
<variable>` command).
Restrictions
""""""""""""
none
Related commands
""""""""""""""""
none
Default
"""""""
none