Commit 9266c743 authored by Zheng Gong's avatar Zheng Gong
Browse files

move fix_accelerate_cos and compute_viscosity_cos to USER-MISC

parent 0bb41bf0
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ page gives those details.
   * :ref:`USER-UEF <PKG-USER-UEF>`
   * :ref:`USER-VTK <PKG-USER-VTK>`
   * :ref:`USER-YAFF <PKG-USER-YAFF>`
   * :ref:`USER-VISCOSITY <PKG-USER-VISCOSITY>`

----------

@@ -2366,29 +2365,3 @@ which discuss the `QuickFF <quickff_>`_ methodology.
* :doc:`pair_style mm3/switch3/coulgauss/long <pair_mm3_switch3_coulgauss_long>`
* :doc:`pair_style lj/switch3/coulgauss/long <pair_lj_switch3_coulgauss_long>`
* examples/USER/yaff


----------


.. _PKG-USER-VISCOSITY:

USER-VISCOSITY package
----------------------

**Contents:**

This package provides fix and compute styles for calculating viscosity
with the periodic perturbation method, as described in the following paper:

* Hess, B. The Journal of Chemical Physics 2002, 116 (1), 209–217.

**Author:** Zheng Gong (ENS de Lyon)

**Supporting info:**

* src/USER-VISCOSITY: filenames -> commands
* src/USER-VISCOSITY/README
* :doc:`fix accelerate/cos <fix_accelerate_cos>`
* :doc:`compute viscosity/cos <compute_viscosity_cos>`
* examples/USER/viscosity
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ The 7-th element of vector value will be in velocity :doc:`units <units>`.
Restrictions
""""""""""""

This command is only available when LAMMPS was built with the USER-VISCOSITY package.
This command is only available when LAMMPS was built with the USER-MISC package.

Related commands
""""""""""""""""
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ This fix is not invoked during energy minimization.
Restrictions
""""""""""""

This command is only available when LAMMPS was built with the USER-VISCOSITY package.
This command is only available when LAMMPS was built with the USER-MISC package.

Related commands
""""""""""""""""
Loading