Files
lammps/doc/src/atc_boundary_dynamics.rst
2020-03-19 15:36:45 -04:00

44 lines
1.2 KiB
ReStructuredText

.. index:: fix_modify AtC boundary_dynamics
fix_modify AtC boundary_dynamics command
========================================
Syntax
""""""
.. parsed-literal::
fix_modify <AtC fixID> boundary_dynamics <on|damped_harmonic|prescribed|coupled|none>
* AtC fixID = ID of :doc:`fix atc <fix_atc>` instance
* boundary_dynamics = name of the AtC sub-command
* *on* or *damped_harmonic* *prescribed* *coupled* *none*
Description
"""""""""""
Sets different schemes for controlling boundary atoms. *on* will integrate
the boundary atoms using the velocity-verlet algorithm. *damped_harmonic*
uses a mass/spring/dashpot for the boundary atoms with added arguments
of the damping and spring constants followed by the ratio of the
boundary type mass to the desired mass. *prescribed* forces the boundary
atoms to follow the finite element displacement. *coupled* does the same.
Restrictions
""""""""""""
Boundary atoms must be specified. When using swaps between internal and
boundary atoms, the initial configuration must have already correctly
partitioned the two.
Related AtC commands
""""""""""""""""""""
- :ref:`fix_modify AtC command overview <atc_fix_modify>`
Default
"""""""
*prescribed on*