improve formatting

This commit is contained in:
Axel Kohlmeyer
2022-04-15 17:12:31 -04:00
parent 69d9c5187e
commit cbb4abc55c

View File

@ -3,7 +3,6 @@ Bonded particle models
The BPM package implements bonded particle models which can be used to The BPM package implements bonded particle models which can be used to
simulate mesoscale solids. Solids are constructed as a collection of simulate mesoscale solids. Solids are constructed as a collection of
particles which each represent a coarse-grained region of space much particles which each represent a coarse-grained region of space much
larger than the atomistic scale. Particles within a solid region are larger than the atomistic scale. Particles within a solid region are
then connected by a network of bonds to provide solid elasticity. then connected by a network of bonds to provide solid elasticity.
@ -47,9 +46,7 @@ this, LAMMPS requires :doc:`newton <newton>` bond off such that all
processors containing an atom know when a bond breaks. Additionally, processors containing an atom know when a bond breaks. Additionally,
one must do either (A) or (B). one must do either (A) or (B).
(A) A) Use the following special bond settings
Use the following special bond settings
.. code-block:: LAMMPS .. code-block:: LAMMPS
@ -64,12 +61,10 @@ charges in BPM models, setting a nonzero coul weight for 1-2 bonds
ensures all bonded neighbors are still included in the neighbor list ensures all bonded neighbors are still included in the neighbor list
in case bonds break between neighbor list builds. in case bonds break between neighbor list builds.
(B) B) Alternatively, one can simply overlay pair interactions such that all
bonded particles also feel pair interactions. This can be
Alternatively, one can simply overlay pair interactions such that all accomplished by using the *overlay/pair* keyword present in all bpm
bonded particles also feel pair interactions. This can be accomplished bond styles and by using the following special bond settings
by using the *overlay/pair* keyword present in all bpm bond styles and
by using the following special bond settings
.. code-block:: LAMMPS .. code-block:: LAMMPS