forked from lijiext/lammps
115 lines
4.2 KiB
HTML
115 lines
4.2 KiB
HTML
<HTML>
|
|
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
|
|
</CENTER>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HR>
|
|
|
|
<H3>pair_style brownian command
|
|
</H3>
|
|
<H3>pair_style brownian/poly command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<PRE>pair_style style mu flaglog flagfld cutinner cutoff t_target seed
|
|
</PRE>
|
|
<UL><LI>style = <I>brownian</I> or <I>brownian/poly</I>
|
|
<LI>mu = dynamic viscosity (dynamic viscosity units)
|
|
<LI>flaglog = 0/1 log terms in the lubrication approximation on/off
|
|
<LI>flagfld = 0/1 to include/exclude Fast Lubrication Dynamics effects
|
|
<LI>cutinner = inner cutoff distance (distance units)
|
|
<LI>cutoff = outer cutoff for interactions (distance units)
|
|
<LI>t_target = target temp of the system (temperature units)
|
|
<LI>seed = seed for the random number generator (positive integer)
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>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 * *
|
|
</PRE>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>Styles <I>brownian</I> and <I>brownain/poly</I> compute Brownian forces and
|
|
torques on finite-size particles. The former requires monodisperse
|
|
spherical particles; the latter allows for polydisperse spherical
|
|
particles.
|
|
</P>
|
|
<P>These pair styles are designed to be used with either the <A HREF = "pair_lubricate.html">pair_style
|
|
lubricate</A> or <A HREF = "pair_lubricateU.html">pair_style
|
|
lubricateU</A> commands to provide thermostatting
|
|
when dissipative lubrication forces are acting. Thus the parameters
|
|
<I>mu</I>, <I>flaglog</I>, <I>flagfld</I>, <I>cutinner</I>, and <I>cutoff</I> should be
|
|
specified consistent with the settings in the lubrication pair styles.
|
|
For details, refer to either of the lubrication pair styles.
|
|
</P>
|
|
<P>The <I>t_target</I> setting is used to specify the target temperature of
|
|
the system. The random number <I>seed</I> is used to generate random
|
|
numbers for the thermostatting procedure.
|
|
</P>
|
|
<P>The following coefficients must be defined for each pair of atoms
|
|
types via the <A HREF = "pair_coeff.html">pair_coeff</A> command as in the examples
|
|
above, or in the data file or restart files read by the
|
|
<A HREF = "read_data.html">read_data</A> or <A HREF = "read_restart.html">read_restart</A>
|
|
commands, or by mixing as described below:
|
|
</P>
|
|
<UL><LI>cutinner (distance units)
|
|
<LI>cutoff (distance units)
|
|
</UL>
|
|
<P>The two coefficients are optional. If neither is specified, the two
|
|
cutoffs specified in the pair_style command are used. Otherwise both
|
|
must be specified.
|
|
</P>
|
|
<HR>
|
|
|
|
<P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>:
|
|
</P>
|
|
<P>For atom type pairs I,J and I != J, the two cutoff distances for this
|
|
pair style can be mixed. The default mix value is <I>geometric</I>. See
|
|
the "pair_modify" command for details.
|
|
</P>
|
|
<P>This pair style does not support the <A HREF = "pair_modify.html">pair_modify</A>
|
|
shift option for the energy of the pair interaction.
|
|
</P>
|
|
<P>The <A HREF = "pair_modify.html">pair_modify</A> table option is not relevant
|
|
for this pair style.
|
|
</P>
|
|
<P>This pair style does not support the <A HREF = "pair_modify.html">pair_modify</A>
|
|
tail option for adding long-range tail corrections to energy and
|
|
pressure.
|
|
</P>
|
|
<P>This pair style writes its information to <A HREF = "restart.html">binary restart
|
|
files</A>, so pair_style and pair_coeff commands do not need
|
|
to be specified in an input script that reads a restart file.
|
|
</P>
|
|
<P>This pair style can only be used via the <I>pair</I> keyword of the
|
|
<A HREF = "run_style.html">run_style respa</A> command. It does not support the
|
|
<I>inner</I>, <I>middle</I>, <I>outer</I> keywords.
|
|
</P>
|
|
<HR>
|
|
|
|
<P><B>Restrictions:</B>
|
|
</P>
|
|
<P>These styles are part of the FLD package. They are only enabled if
|
|
LAMMPS was built with that package. See the <A HREF = "Section_start.html#2_3">Making
|
|
LAMMPS</A> section for more info.
|
|
</P>
|
|
<P>Only spherical monodisperse particles are allowed for pair_style
|
|
brownian.
|
|
</P>
|
|
<P>Only spherical particles are allowed for pair_style brownian/poly.
|
|
</P>
|
|
<P><B>Related commands:</B>
|
|
</P>
|
|
<P><A HREF = "pair_coeff.html">pair_coeff</A>, <A HREF = "pair_lubricate.html">pair_style
|
|
lubricate</A>, <A HREF = "pair_lubricateU.html">pair_style
|
|
lubricateU</A>
|
|
</P>
|
|
<P><B>Default:</B> none
|
|
</P>
|
|
</HTML>
|