From a7cc0c2ae344015112a828092cff1b453b891b7a Mon Sep 17 00:00:00 2001
From: sjplimp
Date: Wed, 23 May 2012 17:47:58 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8168
f3b2605a-c512-4ea7-a41b-209d697bcdaa
---
doc/pair_brownian.html | 18 +++++++---
doc/pair_brownian.txt | 19 +++++++---
doc/pair_lubricate.html | 63 +++++++++++++++++++++++----------
doc/pair_lubricate.txt | 63 +++++++++++++++++++++++----------
doc/pair_lubricateU.html | 74 +++++++++++++++++++++++++-------------
doc/pair_lubricateU.txt | 76 +++++++++++++++++++++++++++-------------
6 files changed, 218 insertions(+), 95 deletions(-)
diff --git a/doc/pair_brownian.html b/doc/pair_brownian.html
index 5028c4625a..c75cf12b7b 100644
--- a/doc/pair_brownian.html
+++ b/doc/pair_brownian.html
@@ -19,7 +19,7 @@
Syntax:
-pair_style style mu flaglog flagfld cutinner cutoff t_target seed
+pair_style style mu flaglog flagfld cutinner cutoff t_target seed flagHI flagVF
- style = brownian or brownian/poly
- mu = dynamic viscosity (dynamic viscosity units)
@@ -28,11 +28,13 @@
- cutinner = inner cutoff distance (distance units)
- cutoff = outer cutoff for interactions (distance units)
- t_target = target temp of the system (temperature units)
-
- seed = seed for the random number generator (positive integer)
+
- seed = seed for the random number generator (positive integer)
+
- flagHI (optional) = 0/1 to include/exclude 1/r hydrodynamic interactions
+
- flagVF (optional) = 0/1 to include/exclude volume fraction corrections in the long-range isotropic terms
Examples:
-pair_style brownian 1.5 1 1 2.01 2.5 2.0 5878567 (assuming radius=1)
+pair_style brownian 1.5 1 1 2.01 2.5 2.0 5878567 (assuming radius = 1)
pair_coeff 1 1 2.05 2.8
pair_coeff * *
@@ -55,6 +57,11 @@ For details, refer to either of the lubrication pair styles.
the system. The random number seed is used to generate random
numbers for the thermostatting procedure.
+The flagHI and flagVF settings are optional. Neither should be
+used, or both must be defined.
+
+
+
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
@@ -135,6 +142,9 @@ brownian.
lubricate, pair_style
lubricateU
-Default: none
+
Default:
+
+The default settings for the optional args are flagHI = 1 and flagVF =
+1.