forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3346 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
1fb1384bcf
commit
25d3e40783
|
@ -21,11 +21,11 @@
|
|||
|
||||
<LI>style = <I>xlo</I> or <I>xhi</I> or <I>ylo</I> or <I>yhi</I> or <I>zlo</I> or <I>zhi</I>
|
||||
|
||||
<LI>coord = position of wall
|
||||
<LI>coord = position of wall (distance units)
|
||||
|
||||
<LI>epsilon = Lennard-Jones epsilon for wall-particle interaction
|
||||
<LI>epsilon = Lennard-Jones epsilon for wall-particle interaction (energy units)
|
||||
|
||||
<LI>sigma = Lennard-Jones sigma for wall-particle interaction
|
||||
<LI>sigma = Lennard-Jones sigma for wall-particle interaction (distance units)
|
||||
|
||||
<LI>cutoff = distance from wall at which wall-particle interaction is cut off (distance units)
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ fix ID group-ID wall/lj126 style coord epsilon sigma cutoff keyword values ... :
|
|||
ID, group-ID are documented in "fix"_fix.html command :ulb,l
|
||||
wall/lj126 = style name of this fix command :l
|
||||
style = {xlo} or {xhi} or {ylo} or {yhi} or {zlo} or {zhi} :l
|
||||
coord = position of wall :l
|
||||
epsilon = Lennard-Jones epsilon for wall-particle interaction :l
|
||||
sigma = Lennard-Jones sigma for wall-particle interaction :l
|
||||
coord = position of wall (distance units) :l
|
||||
epsilon = Lennard-Jones epsilon for wall-particle interaction (energy units) :l
|
||||
sigma = Lennard-Jones sigma for wall-particle interaction (distance units) :l
|
||||
cutoff = distance from wall at which wall-particle interaction is cut off (distance units) :l
|
||||
one or more keyword/value pairs may be appended :l
|
||||
keyword = {vel} :l
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
|
||||
<LI>style = <I>xlo</I> or <I>xhi</I> or <I>ylo</I> or <I>yhi</I> or <I>zlo</I> or <I>zhi</I>
|
||||
|
||||
<LI>coord = position of wall
|
||||
<LI>coord = position of wall (distance units)
|
||||
|
||||
<LI>epsilon = Lennard-Jones epsilon for wall-particle interaction
|
||||
<LI>epsilon = Lennard-Jones epsilon for wall-particle interaction (energy units)
|
||||
|
||||
<LI>sigma = Lennard-Jones sigma for wall-particle interaction
|
||||
<LI>sigma = Lennard-Jones sigma for wall-particle interaction (distance units)
|
||||
|
||||
<LI>cutoff = distance from wall at which wall-particle interaction is cut off (distance units)
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ fix ID group-ID wall/lj93 style coord epsilon sigma cutoff keyword values ... :p
|
|||
ID, group-ID are documented in "fix"_fix.html command :ulb,l
|
||||
wall/lj93 = style name of this fix command :l
|
||||
style = {xlo} or {xhi} or {ylo} or {yhi} or {zlo} or {zhi} :l
|
||||
coord = position of wall :l
|
||||
epsilon = Lennard-Jones epsilon for wall-particle interaction :l
|
||||
sigma = Lennard-Jones sigma for wall-particle interaction :l
|
||||
coord = position of wall (distance units) :l
|
||||
epsilon = Lennard-Jones epsilon for wall-particle interaction (energy units) :l
|
||||
sigma = Lennard-Jones sigma for wall-particle interaction (distance units) :l
|
||||
cutoff = distance from wall at which wall-particle interaction is cut off (distance units) :l
|
||||
one or more keyword/value pairs may be appended :l
|
||||
keyword = {vel} :l
|
||||
|
|
|
@ -36,7 +36,7 @@ Lennard-Jones particle of size sigma.
|
|||
</P>
|
||||
<CENTER><IMG SRC = "Eqs/pair_colloid_cc.jpg">
|
||||
</CENTER>
|
||||
<P>A_cc is the Hamaker constant, a1 and a2 are the radii of the two
|
||||
<P>where A_cc is the Hamaker constant, a1 and a2 are the radii of the two
|
||||
colloidal particles, and Rc is the cutoff. This equation results from
|
||||
describing each colloidal particle as an integrated collection of
|
||||
Lennard-Jones particles of size sigma and is derived in
|
||||
|
@ -46,7 +46,7 @@ Lennard-Jones particles of size sigma and is derived in
|
|||
</P>
|
||||
<CENTER><IMG SRC = "Eqs/pair_colloid_cs.jpg">
|
||||
</CENTER>
|
||||
<P>A_cs is the Hamaker constant, a is the radius of the colloidal
|
||||
<P>where A_cs is the Hamaker constant, a is the radius of the colloidal
|
||||
particle, and Rc is the cutoff. This formula is derived from the
|
||||
colloid-colloid interaction, letting one of the particle sizes go to
|
||||
zero.
|
||||
|
|
|
@ -33,7 +33,7 @@ The colloid-colloid interaction energy is given by
|
|||
|
||||
:c,image(Eqs/pair_colloid_cc.jpg)
|
||||
|
||||
A_cc is the Hamaker constant, a1 and a2 are the radii of the two
|
||||
where A_cc is the Hamaker constant, a1 and a2 are the radii of the two
|
||||
colloidal particles, and Rc is the cutoff. This equation results from
|
||||
describing each colloidal particle as an integrated collection of
|
||||
Lennard-Jones particles of size sigma and is derived in
|
||||
|
@ -43,7 +43,7 @@ The colloid-solvent interaction energy is given by
|
|||
|
||||
:c,image(Eqs/pair_colloid_cs.jpg)
|
||||
|
||||
A_cs is the Hamaker constant, a is the radius of the colloidal
|
||||
where A_cs is the Hamaker constant, a is the radius of the colloidal
|
||||
particle, and Rc is the cutoff. This formula is derived from the
|
||||
colloid-colloid interaction, letting one of the particle sizes go to
|
||||
zero.
|
||||
|
|
Loading…
Reference in New Issue