Skip to content

Commit

Permalink
Add comment for the units in compute/viscosity
Browse files Browse the repository at this point in the history
  • Loading branch information
z-gong authored Apr 25, 2022
1 parent 2890092 commit a5cd95d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/src/compute_viscosity_cos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ Examples

.. code-block:: LAMMPS
units real
compute cos all viscosity/cos
variable V equal c_cos[7]
variable A equal 0.02E-5
variable A equal 0.02E-5 # A/fs^2
variable density equal density
variable lz equal lz
variable reciprocalViscosity equal v_V/${A}/v_density*39.4784/v_lz/v_lz*100
variable reciprocalViscosity equal v_V/${A}/v_density*39.4784/v_lz/v_lz*100 # 1/(Pa*s)
Description
"""""""""""
Expand Down

0 comments on commit a5cd95d

Please sign in to comment.