git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11919 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -57,6 +57,8 @@
|
||||
tx,ty,tz = location of target point (distance units)
|
||||
<I>mol</I> value = template-ID
|
||||
template-ID = ID of molecule template specified in a separate <A HREF = "molecule.html">molecule</A> command
|
||||
<I>molfrac</I> values = f1 f2 ... fN
|
||||
f1 to fN = relative probability of creating each of N molecules in template-ID
|
||||
<I>rigid</I> value = fix-ID
|
||||
fix-ID = ID of <A HREF = "fix_rigid.html">fix rigid/small</A> command
|
||||
<I>shake</I> value = fix-ID
|
||||
@ -122,12 +124,20 @@ side = <I>in</I>.
|
||||
</P>
|
||||
<P>Individual atoms are inserted, unless the <I>mol</I> keyword is used. It
|
||||
specifies a <I>template-ID</I> previously defined using the
|
||||
<A HREF = "molecule.html">molecule</A> command, which reads a file that defines the
|
||||
molecule. The coordinates, atom types, charges, etc, as well as any
|
||||
bond/angle/etc and special neighbor information for the molecule can
|
||||
be specified in the molecule file. See the <A HREF = "molecule.html">molecule</A>
|
||||
command for details. The only settings required to be in this file
|
||||
are the coordinates and types of atoms in the molecule.
|
||||
<A HREF = "molecule.html">molecule</A> command, which reads files that define one or
|
||||
more molecules. The coordinates, atom types, charges, etc, as well as
|
||||
any bond/angle/etc and special neighbor information for the molecule
|
||||
can be specified in the molecule file. See the
|
||||
<A HREF = "molecule.html">molecule</A> command for details. The only settings
|
||||
required to be in each file are the coordinates and types of atoms in
|
||||
the molecule.
|
||||
</P>
|
||||
<P>If the molecule template contains more than one molecule, the relative
|
||||
probability of depositing each molecule can be specified by the
|
||||
<I>molfrac</I> keyword. N relative probablities, each from 0.0 to 1.0, are
|
||||
specified, where N is the number of molecules in the template. Each
|
||||
time a molecule is deposited, a random number is used to sample from
|
||||
the list of relative probabilities. The N values must sum to 1.0.
|
||||
</P>
|
||||
<P>If you wish to insert molecules via the <I>mol</I> keyword, that will be
|
||||
treated as rigid bodies, use the <I>rigid</I> keyword, specifying as its
|
||||
@ -217,9 +227,10 @@ Note that the units choice affects all the keyword values that have
|
||||
units of distance or velocity.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: If you are monitoring the temperature of a system
|
||||
where the atom count is changing due to adding atoms, you typically
|
||||
should use the <A HREF = "compute_modify.html">compute_modify dynamic yes</A>
|
||||
command for the temperature compute you are using.
|
||||
where the atom count is changing due to adding particles, you
|
||||
typically should use the <A HREF = "compute_modify.html">compute_modify dynamic
|
||||
yes</A> command for the temperature compute you are
|
||||
using.
|
||||
</P>
|
||||
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
|
||||
</P>
|
||||
@ -254,8 +265,10 @@ defined by the <A HREF = "region.html">region</A> command.
|
||||
<P><B>Default:</B>
|
||||
</P>
|
||||
<P>Insertions are performed for individual atoms, i.e. no <I>mol</I> setting
|
||||
is defined. Additional option defaults are id = max, delta = 0.0,
|
||||
near = 0.0, attempt = 10, rate = 0.0, vx = 0.0 0.0, vy = 0.0 0.0, vz =
|
||||
0.0 0.0, and units = lattice.
|
||||
is defined. If the <I>mol</I> keyword is used, the default for <I>molfrac</I>
|
||||
is an equal probabilities for all molecules in the template.
|
||||
Additional option defaults are id = max, delta = 0.0, near = 0.0,
|
||||
attempt = 10, rate = 0.0, vx = 0.0 0.0, vy = 0.0 0.0, vz = 0.0 0.0,
|
||||
and units = lattice.
|
||||
</P>
|
||||
</HTML>
|
||||
|
||||
@ -46,6 +46,8 @@ keyword = {region} or {id} or {global} or {local} or {near} or {attempt} or {rat
|
||||
tx,ty,tz = location of target point (distance units)
|
||||
{mol} value = template-ID
|
||||
template-ID = ID of molecule template specified in a separate "molecule"_molecule.html command
|
||||
{molfrac} values = f1 f2 ... fN
|
||||
f1 to fN = relative probability of creating each of N molecules in template-ID
|
||||
{rigid} value = fix-ID
|
||||
fix-ID = ID of "fix rigid/small"_fix_rigid.html command
|
||||
{shake} value = fix-ID
|
||||
@ -110,12 +112,20 @@ side = {in}.
|
||||
|
||||
Individual atoms are inserted, unless the {mol} keyword is used. It
|
||||
specifies a {template-ID} previously defined using the
|
||||
"molecule"_molecule.html command, which reads a file that defines the
|
||||
molecule. The coordinates, atom types, charges, etc, as well as any
|
||||
bond/angle/etc and special neighbor information for the molecule can
|
||||
be specified in the molecule file. See the "molecule"_molecule.html
|
||||
command for details. The only settings required to be in this file
|
||||
are the coordinates and types of atoms in the molecule.
|
||||
"molecule"_molecule.html command, which reads files that define one or
|
||||
more molecules. The coordinates, atom types, charges, etc, as well as
|
||||
any bond/angle/etc and special neighbor information for the molecule
|
||||
can be specified in the molecule file. See the
|
||||
"molecule"_molecule.html command for details. The only settings
|
||||
required to be in each file are the coordinates and types of atoms in
|
||||
the molecule.
|
||||
|
||||
If the molecule template contains more than one molecule, the relative
|
||||
probability of depositing each molecule can be specified by the
|
||||
{molfrac} keyword. N relative probablities, each from 0.0 to 1.0, are
|
||||
specified, where N is the number of molecules in the template. Each
|
||||
time a molecule is deposited, a random number is used to sample from
|
||||
the list of relative probabilities. The N values must sum to 1.0.
|
||||
|
||||
If you wish to insert molecules via the {mol} keyword, that will be
|
||||
treated as rigid bodies, use the {rigid} keyword, specifying as its
|
||||
@ -205,9 +215,10 @@ Note that the units choice affects all the keyword values that have
|
||||
units of distance or velocity.
|
||||
|
||||
IMPORTANT NOTE: If you are monitoring the temperature of a system
|
||||
where the atom count is changing due to adding atoms, you typically
|
||||
should use the "compute_modify dynamic yes"_compute_modify.html
|
||||
command for the temperature compute you are using.
|
||||
where the atom count is changing due to adding particles, you
|
||||
typically should use the "compute_modify dynamic
|
||||
yes"_compute_modify.html command for the temperature compute you are
|
||||
using.
|
||||
|
||||
[Restart, fix_modify, output, run start/stop, minimize info:]
|
||||
|
||||
@ -242,6 +253,8 @@ defined by the "region"_region.html command.
|
||||
[Default:]
|
||||
|
||||
Insertions are performed for individual atoms, i.e. no {mol} setting
|
||||
is defined. Additional option defaults are id = max, delta = 0.0,
|
||||
near = 0.0, attempt = 10, rate = 0.0, vx = 0.0 0.0, vy = 0.0 0.0, vz =
|
||||
0.0 0.0, and units = lattice.
|
||||
is defined. If the {mol} keyword is used, the default for {molfrac}
|
||||
is an equal probabilities for all molecules in the template.
|
||||
Additional option defaults are id = max, delta = 0.0, near = 0.0,
|
||||
attempt = 10, rate = 0.0, vx = 0.0 0.0, vy = 0.0 0.0, vz = 0.0 0.0,
|
||||
and units = lattice.
|
||||
|
||||
@ -55,6 +55,8 @@
|
||||
vy = y velocity (2d) assigned to inserted particles (velocity units)
|
||||
<I>mol</I> value = template-ID
|
||||
template-ID = ID of molecule template specified in a separate <A HREF = "molecule.html">molecule</A> command
|
||||
<I>molfrac</I> values = f1 f2 ... fN
|
||||
f1 to fN = relative probability of creating each of N molecules in template-ID
|
||||
<I>rigid</I> value = fix-ID
|
||||
fix-ID = ID of <A HREF = "fix_rigid.html">fix rigid/small</A> command
|
||||
<I>shake</I> value = fix-ID
|
||||
@ -107,6 +109,13 @@ See the <A HREF = "molecule.html">molecule</A> command for details. The only
|
||||
settings required to be in this file are the coordinates and types of
|
||||
atoms in the molecule.
|
||||
</P>
|
||||
<P>If the molecule template contains more than one molecule, the relative
|
||||
probability of depositing each molecule can be specified by the
|
||||
<I>molfrac</I> keyword. N relative probablities, each from 0.0 to 1.0, are
|
||||
specified, where N is the number of molecules in the template. Each
|
||||
time a molecule is inserted, a random number is used to sample from
|
||||
the list of relative probabilities. The N values must sum to 1.0.
|
||||
</P>
|
||||
<P>If you wish to insert molecules via the <I>mol</I> keyword, that will be
|
||||
treated as rigid bodies, use the <I>rigid</I> keyword, specifying as its
|
||||
value the ID of a separate <A HREF = "fix_rigid_small.html">fix rigid/small</A>
|
||||
@ -224,7 +233,10 @@ defined by the <A HREF = "region.html">region</A> command.
|
||||
</P>
|
||||
<P><B>Default:</B>
|
||||
</P>
|
||||
<P>The option defaults are diam = one 1.0, dens = 1.0 1.0, vol = 0.25 50,
|
||||
rate = 0.0, vel = 0.0 0.0 0.0 0.0 0.0.
|
||||
<P>Insertions are performed for individual particles, i.e. no <I>mol</I>
|
||||
setting is defined. If the <I>mol</I> keyword is used, the default for
|
||||
<I>molfrac</I> is an equal probabilities for all molecules in the template.
|
||||
Additional option defaults are diam = one 1.0, dens = 1.0 1.0, vol =
|
||||
0.25 50, rate = 0.0, vel = 0.0 0.0 0.0 0.0 0.0.
|
||||
</P>
|
||||
</HTML>
|
||||
|
||||
@ -45,6 +45,8 @@ keyword = {region} or {diam} or {dens} or {vol} or {rate} or {vel} or {mol} or {
|
||||
vy = y velocity (2d) assigned to inserted particles (velocity units)
|
||||
{mol} value = template-ID
|
||||
template-ID = ID of molecule template specified in a separate "molecule"_molecule.html command
|
||||
{molfrac} values = f1 f2 ... fN
|
||||
f1 to fN = relative probability of creating each of N molecules in template-ID
|
||||
{rigid} value = fix-ID
|
||||
fix-ID = ID of "fix rigid/small"_fix_rigid.html command
|
||||
{shake} value = fix-ID
|
||||
@ -96,6 +98,13 @@ See the "molecule"_molecule.html command for details. The only
|
||||
settings required to be in this file are the coordinates and types of
|
||||
atoms in the molecule.
|
||||
|
||||
If the molecule template contains more than one molecule, the relative
|
||||
probability of depositing each molecule can be specified by the
|
||||
{molfrac} keyword. N relative probablities, each from 0.0 to 1.0, are
|
||||
specified, where N is the number of molecules in the template. Each
|
||||
time a molecule is inserted, a random number is used to sample from
|
||||
the list of relative probabilities. The N values must sum to 1.0.
|
||||
|
||||
If you wish to insert molecules via the {mol} keyword, that will be
|
||||
treated as rigid bodies, use the {rigid} keyword, specifying as its
|
||||
value the ID of a separate "fix rigid/small"_fix_rigid_small.html
|
||||
@ -213,5 +222,8 @@ defined by the "region"_region.html command.
|
||||
|
||||
[Default:]
|
||||
|
||||
The option defaults are diam = one 1.0, dens = 1.0 1.0, vol = 0.25 50,
|
||||
rate = 0.0, vel = 0.0 0.0 0.0 0.0 0.0.
|
||||
Insertions are performed for individual particles, i.e. no {mol}
|
||||
setting is defined. If the {mol} keyword is used, the default for
|
||||
{molfrac} is an equal probabilities for all molecules in the template.
|
||||
Additional option defaults are diam = one 1.0, dens = 1.0 1.0, vol =
|
||||
0.25 50, rate = 0.0, vel = 0.0 0.0 0.0 0.0 0.0.
|
||||
|
||||
Reference in New Issue
Block a user