diff --git a/doc/pair_lubricate.html b/doc/pair_lubricate.html index 8d20771adb..7c14173640 100644 --- a/doc/pair_lubricate.html +++ b/doc/pair_lubricate.html @@ -13,7 +13,7 @@
Syntax:
-pair_style lubricate mu squeeze shear pump twist cutinner cutoff +pair_style lubricate mu squeeze shear pump twist cutinner cutoff T_target seed
Examples:
-pair_style lubricate 1.5 1 1 1 0 2.3 2.4 +pair_style lubricate 1.5 1 1 1 0 2.3 2.4 1.3 5878598 pair_coeff 1 1 1.8 2.0 pair_coeff * *@@ -59,6 +61,12 @@ the forces and torques are evaluated at a separation of cutinner. The outer cutoff is the separation distance beyond which the pair-wise forces are zero. +A Langevin thermostatting term is also added to the pairwise force, +similar to that provided by the fix langevin or +pair_style dpd commands. The target temperature for +the thermostat is the specified T_target. The seed is used for +the random numbers generated for the thermostat. +
The following coefficients must be defined for each pair of atoms types via the pair_coeff command as in the examples above, or in the data file or restart files read by the diff --git a/doc/pair_lubricate.txt b/doc/pair_lubricate.txt index 6d904714b4..ae95247fad 100644 --- a/doc/pair_lubricate.txt +++ b/doc/pair_lubricate.txt @@ -10,7 +10,7 @@ pair_style lubricate command :h3 [Syntax:] -pair_style lubricate mu squeeze shear pump twist cutinner cutoff :pre +pair_style lubricate mu squeeze shear pump twist cutinner cutoff T_target seed :pre mu = viscosity (mass/distance/time units) squeeze = 0/1 for squeeze force off/on @@ -18,11 +18,13 @@ shear = 0/1 for shear force off/on pump = 0/1 for pump force off/on twist = 0/1 for twist force off/on cutinner = (distance units) -cutoff = outer cutoff for interactions (distance units) :ul +cutoff = outer cutoff for interactions (distance units) +T_target = desired temperature (temperature units) +seed = random number seed (positive integer) :ul [Examples:] -pair_style lubricate 1.5 1 1 1 0 2.3 2.4 +pair_style lubricate 1.5 1 1 1 0 2.3 2.4 1.3 5878598 pair_coeff 1 1 1.8 2.0 pair_coeff * * :pre @@ -56,6 +58,12 @@ the forces and torques are evaluated at a separation of cutinner. The outer {cutoff} is the separation distance beyond which the pair-wise forces are zero. +A Langevin thermostatting term is also added to the pairwise force, +similar to that provided by the "fix langevin"_fix_langevin.html or +"pair_style dpd"_pair_dpd.html commands. The target temperature for +the thermostat is the specified {T_target}. The {seed} is used for +the random numbers generated for the thermostat. + The following coefficients must be defined for each pair of atoms types via the "pair_coeff"_pair_coeff.html command as in the examples above, or in the data file or restart files read by the