f_ID |
diff --git a/doc/html/fix_adapt_fep.html b/doc/html/fix_adapt_fep.html
index 51d29b8b76..908ef5b395 100644
--- a/doc/html/fix_adapt_fep.html
+++ b/doc/html/fix_adapt_fep.html
@@ -170,12 +170,12 @@
Examples
-
fix 1 all adapt/fep 1 pair soft a 1 1 v_prefactor
-fix 1 all adapt/fep 1 pair soft a 2* 3 v_prefactor
-fix 1 all adapt/fep 1 pair lj/cut epsilon * * v_scale1 coul/cut scale 3 3 v_scale2 scale yes reset yes
-fix 1 all adapt/fep 10 atom diameter 1 v_size
-
-
+
+fix 1 all adapt/fep 1 pair soft a 1 1 v_prefactor
+fix 1 all adapt/fep 1 pair soft a 2* 3 v_prefactor
+fix 1 all adapt/fep 1 pair lj/cut epsilon * * v_scale1 coul/cut scale 3 3 v_scale2 scale yes reset yes
+fix 1 all adapt/fep 10 atom diameter 1 v_size
+
Description
@@ -307,7 +307,7 @@ each, as in the 1st example above. I <= J is required. LAMMPS sets
the coefficients for the symmetric J,I interaction to the same values.
A wild-card asterisk can be used in place of or in conjunction with
the I,J arguments to set the coefficients for multiple pairs of atom
-types. This takes the form “*” or “n” or “n” or “m*n”. If N = the
+types. This takes the form “*” or “*n” or “n*” or “m*n”. If N = the
number of atom types, then an asterisk with no numeric values means
all types from 1 to N. A leading asterisk means all types from 1 to n
(inclusive). A trailing asterisk means all types from n to N
@@ -333,10 +333,10 @@ details.
For example, these commands would change the prefactor coefficient of
the pair_style soft potential from 10.0 to 30.0 in a
linear fashion over the course of a simulation:
-
variable prefactor equal ramp(10,30)
-fix 1 all adapt 1 pair soft a * * v_prefactor
-
-
+
+variable prefactor equal ramp(10,30)
+fix 1 all adapt 1 pair soft a * * v_prefactor
+
The kspace keyword used the specified variable as a scale factor on
the energy, forces, virial calculated by whatever K-Space solver is
@@ -369,16 +369,14 @@ constant).
For example, these commands would shrink the diameter of all granular
particles in the “center” group from 1.0 to 0.1 in a linear fashion
over the course of a 1000-step simulation:
-
variable size equal ramp(1.0,0.1)
-fix 1 center adapt 10 atom diameter * v_size
-
-
+
+variable size equal ramp(1.0,0.1)
+fix 1 center adapt 10 atom diameter * v_size
+
For rRESPA time integration, this fix changes
parameters on the outermost rRESPA level.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_addtorque.html b/doc/html/fix_addtorque.html
index 8926210c55..2cc2a8b678 100644
--- a/doc/html/fix_addtorque.html
+++ b/doc/html/fix_addtorque.html
@@ -140,10 +140,10 @@
Examples
-
fix kick bead addtorque 2.0 3.0 5.0
-fix kick bead addtorque 0.0 0.0 v_oscillate
-
-
+
+fix kick bead addtorque 2.0 3.0 5.0
+fix kick bead addtorque 0.0 0.0 v_oscillate
+
Description
@@ -166,10 +166,8 @@ torque component.
functions, and include
thermo_style command
keywords for the simulation box parameters and timestep and elapsed
time. Thus it is easy to specify a time-dependent torque.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the potential “energy” inferred by the added forces to the
diff --git a/doc/html/fix_atc.html b/doc/html/fix_atc.html
index 2714ede1fe..d295f3cc18 100644
--- a/doc/html/fix_atc.html
+++ b/doc/html/fix_atc.html
@@ -128,9 +128,9 @@
fix atc command
Syntax
-
fix <fixID> <group> atc <type> <parameter_file>
-
-
+
+fix <fixID> <group> atc <type> <parameter_file>
+
- fixID = name of fix
- group = name of group fix is to be applied
@@ -148,12 +148,12 @@
Examples
-
fix AtC internal atc thermal Ar_thermal.dat
-fix AtC internal atc two_temperature Ar_ttm.mat
-fix AtC internal atc hardy
-fix AtC internal atc field
-
-
+
+fix AtC internal atc thermal Ar_thermal.dat
+fix AtC internal atc two_temperature Ar_ttm.mat
+fix AtC internal atc hardy
+fix AtC internal atc field
+
Description
@@ -163,31 +163,31 @@
# ... commands to create and initialize the MD system
-# initial fix to designate coupling type and group to apply it to
-# tag group physics material_file
-fix AtC internal atc thermal Ar_thermal.mat
-
-
-# create a uniform 12 x 2 x 2 mesh that covers region contain the group
-# nx ny nz region periodicity
-fix_modify AtC mesh create 12 2 2 mdRegion f p p
-
-
-# specify the control method for the type of coupling
-# physics control_type
-fix_modify AtC thermal control flux
-
-
-# specify the initial values for the empirical field "temperature"
-# field node_group value
-fix_modify AtC initial temperature all 30
-
-
-# create an output stream for nodal fields
-# filename output_frequency
-fix_modify AtC output atc_fe_output 100
-
-
+
+# initial fix to designate coupling type and group to apply it to
+# tag group physics material_file
+fix AtC internal atc thermal Ar_thermal.mat
+
+
+# create a uniform 12 x 2 x 2 mesh that covers region contain the group
+# nx ny nz region periodicity
+fix_modify AtC mesh create 12 2 2 mdRegion f p p
+
+
+# specify the control method for the type of coupling
+# physics control_type
+fix_modify AtC thermal control flux
+
+
+# specify the initial values for the empirical field "temperature"
+# field node_group value
+fix_modify AtC initial temperature all 30
+
+
+# create an output stream for nodal fields
+# filename output_frequency
+fix_modify AtC output atc_fe_output 100
+
@@ -200,30 +200,30 @@
fix AtC internal atc hardy
-# for hardy fix, specific kernel function (function type and range) to # be used as a localization function
-fix AtC kernel quartic_sphere 10.0
-
-
-# create a uniform 1 x 1 x 1 mesh that covers region contain the group
-# with periodicity this effectively creats a system average
-fix_modify AtC mesh create 1 1 1 box p p p
-
-
-# change from default lagrangian map to eulerian
-# refreshed every 100 steps
-fix_modify AtC atom_element_map eulerian 100
-
-
-# start with no field defined
-# add mass density, potential energy density, stress and temperature
-fix_modify AtC fields add density energy stress temperature
-
-
-# create an output stream for nodal fields
-# filename output_frequency
-fix_modify AtC output nvtFE 100 text
-
-
+
+# for hardy fix, specific kernel function (function type and range) to # be used as a localization function
+fix AtC kernel quartic_sphere 10.0
+
+
+# create a uniform 1 x 1 x 1 mesh that covers region contain the group
+# with periodicity this effectively creats a system average
+fix_modify AtC mesh create 1 1 1 box p p p
+
+
+# change from default lagrangian map to eulerian
+# refreshed every 100 steps
+fix_modify AtC atom_element_map eulerian 100
+
+
+# start with no field defined
+# add mass density, potential energy density, stress and temperature
+fix_modify AtC fields add density energy stress temperature
+
+
+# create an output stream for nodal fields
+# filename output_frequency
+fix_modify AtC output nvtFE 100 text
+
@@ -235,10 +235,8 @@
fix_modify AtC mesh create 1 1 1 box p p p
...
Note coupling and post-processing can be combined in the same simulations using separate fixes.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. The fix_modify options relevant to this fix are listed below. No global scalar or vector or per-atom quantities are stored by this fix for access by various output commands. No parameter of this fix can be used with the start/stop keywords of the run command. This fix is not invoked during energy minimization.
diff --git a/doc/html/fix_atom_swap.html b/doc/html/fix_atom_swap.html
index 862d6932af..a56f3b4f8b 100644
--- a/doc/html/fix_atom_swap.html
+++ b/doc/html/fix_atom_swap.html
@@ -156,11 +156,11 @@
Examples
-
fix 2 all atom/swap 1 1 29494 300.0 ke no types 1 2
-fix myFix all atom/swap 100 1 12345 298.0 region my_swap_region types 5 6
-fix SGMC all atom/swap 1 100 345 1.0 semi-grand yes types 1 2 3 mu 0.0 4.3 -5.0
-
-
+
+fix 2 all atom/swap 1 1 29494 300.0 ke no types 1 2
+fix myFix all atom/swap 100 1 12345 298.0 region my_swap_region types 5 6
+fix SGMC all atom/swap 1 100 345 1.0 semi-grand yes types 1 2 3 mu 0.0 4.3 -5.0
+
Description
@@ -250,9 +250,7 @@ system (the quantity used when performing GCMC moves),
you MUST enable the
fix_modify energy option for
that fix. The doc pages for individual
fix commands
specify if this should be done.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the fix to binary restart files. This includes information about the random
number generator seed, the next timestep for MC exchanges, etc. See
the read_restart command for info on how to
diff --git a/doc/html/fix_ave_atom.html b/doc/html/fix_ave_atom.html
index b8459a1d96..72641a5006 100644
--- a/doc/html/fix_ave_atom.html
+++ b/doc/html/fix_ave_atom.html
@@ -140,22 +140,22 @@
one or more input values can be listed
value = x, y, z, vx, vy, vz, fx, fy, fz, c_ID, c_ID[i], f_ID, f_ID[i], v_name
-
x,y,z,vx,vy,vz,fx,fy,fz = atom attribute (position, velocity, force component)
-c_ID = per-atom vector calculated by a compute with ID
-c_ID[I] = Ith column of per-atom array calculated by a compute with ID, I can include wildcard (see below)
-f_ID = per-atom vector calculated by a fix with ID
-f_ID[I] = Ith column of per-atom array calculated by a fix with ID, I can include wildcard (see below)
-v_name = per-atom vector calculated by an atom-style variable with name
-
-
+
+x,y,z,vx,vy,vz,fx,fy,fz = atom attribute (position, velocity, force component)
+c_ID = per-atom vector calculated by a compute with ID
+c_ID[I] = Ith column of per-atom array calculated by a compute with ID, I can include wildcard (see below)
+f_ID = per-atom vector calculated by a fix with ID
+f_ID[I] = Ith column of per-atom array calculated by a fix with ID, I can include wildcard (see below)
+v_name = per-atom vector calculated by an atom-style variable with name
+
Examples
-
fix 1 all ave/atom 1 100 100 vx vy vz
-fix 1 all ave/atom 10 20 1000 c_my_stress[1]
-fix 1 all ave/atom 10 20 1000 c_my_stress[*]
-
-
+
+fix 1 all ave/atom 1 100 100 vx vy vz
+fix 1 all ave/atom 10 20 1000 c_my_stress[1]
+fix 1 all ave/atom 10 20 1000 c_my_stress[*]
+
Description
@@ -181,7 +181,7 @@ are the only ones that can be used with this fix since they produce
per-atom vectors.
Note that for values from a compute or fix, the bracketed index I can
be specified using a wildcard asterisk with the index to effectively
-specify multiple values. This takes the form “*” or “n” or “n” or
+specify multiple values. This takes the form “*” or “*n” or “n*” or
“m*n”. If N = the size of the vector (for mode = scalar) or the
number of columns in the array (for mode = vector), then an asterisk
with no numeric values means all indices from 1 to N. A leading
@@ -192,13 +192,13 @@ means all indices from m to n (inclusive).
had been listed one by one. E.g. these 2 fix ave/atom commands are
equivalent, since the
compute stress/atom
command creates a per-atom array with 6 columns:
-
compute my_stress all stress/atom NULL
-fix 1 all ave/atom 10 20 1000 c_my_stress[*]
-fix 1 all ave/atom 10 20 1000 c_my_stress[1] c_my_stress[1] &
- c_my_stress[3] c_my_stress[4] &
- c_my_stress[5] c_my_stress[6]
-
-
+
+compute my_stress all stress/atom NULL
+fix 1 all ave/atom 10 20 1000 c_my_stress[*]
+fix 1 all ave/atom 10 20 1000 c_my_stress[1] c_my_stress[1] &
+ c_my_stress[3] c_my_stress[4] &
+ c_my_stress[5] c_my_stress[6]
+
The Nevery, Nrepeat, and Nfreq arguments specify on what
timesteps the input values will be used in order to contribute to the
@@ -228,7 +228,7 @@ this is not what you want, consider averaging unwrapped coordinates,
which can be provided by the compute property/atom command via its xu,yu,zu
attributes.
-If a value begins with “c_”, a compute ID must follow which has been
+
If a value begins with “c_”, a compute ID must follow which has been
previously defined in the input script. If no bracketed term is
appended, the per-atom vector calculated by the compute is used. If a
bracketed term containing an index I is appended, the Ith column of
@@ -236,7 +236,7 @@ the per-atom array calculated by the compute is used. Users can also
write code for their own compute styles and add them to LAMMPS. See the discussion above for how I can
be specified with a wildcard asterisk to effectively specify multiple
values.
-If a value begins with “f_”, a fix ID must follow which has been
+
If a value begins with “f_”, a fix ID must follow which has been
previously defined in the input script. If no bracketed term is
appended, the per-atom vector calculated by the fix is used. If a
bracketed term containing an index I is appended, the Ith column of
@@ -246,15 +246,13 @@ compatible with Nevery, else an error will result. Users can also
write code for their own fix styles and add them to LAMMPS. See the discussion above for how I can
be specified with a wildcard asterisk to effectively specify multiple
values.
-If a value begins with “v_”, a variable name must follow which has
+
If a value begins with “v_”, a variable name must follow which has
been previously defined in the input script as an atom-style variable Variables of style atom can reference
thermodynamic keywords, or invoke other computes, fixes, or variables
when they are evaluated, so this is a very general means of generating
per-atom quantities to time average.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global scalar or vector quantities are
stored by this fix for access by various output commands.
diff --git a/doc/html/fix_ave_chunk.html b/doc/html/fix_ave_chunk.html
index 564b91e3ef..a6293fb62e 100644
--- a/doc/html/fix_ave_chunk.html
+++ b/doc/html/fix_ave_chunk.html
@@ -141,16 +141,16 @@
one or more input values can be listed
value = vx, vy, vz, fx, fy, fz, density/mass, density/number, temp, c_ID, c_ID[I], f_ID, f_ID[I], v_name
-
vx,vy,vz,fx,fy,fz = atom attribute (velocity, force component)
-density/number, density/mass = number or mass density
-temp = temperature
-c_ID = per-atom vector calculated by a compute with ID
-c_ID[I] = Ith column of per-atom array calculated by a compute with ID, I can include wildcard (see below)
-f_ID = per-atom vector calculated by a fix with ID
-f_ID[I] = Ith column of per-atom array calculated by a fix with ID, I can include wildcard (see below)
-v_name = per-atom vector calculated by an atom-style variable with name
-
-
+
+vx,vy,vz,fx,fy,fz = atom attribute (velocity, force component)
+density/number, density/mass = number or mass density
+temp = temperature
+c_ID = per-atom vector calculated by a compute with ID
+c_ID[I] = Ith column of per-atom array calculated by a compute with ID, I can include wildcard (see below)
+f_ID = per-atom vector calculated by a fix with ID
+f_ID[I] = Ith column of per-atom array calculated by a fix with ID, I can include wildcard (see below)
+v_name = per-atom vector calculated by an atom-style variable with name
+
- zero or more keyword/arg pairs may be appended
- keyword = norm or ave or bias or adof or cdof or file or overwrite or title1 or title2 or title3
@@ -185,12 +185,12 @@
Examples
-
fix 1 all ave/chunk 10000 1 10000 binchunk c_myCentro title1 "My output values"
-fix 1 flow ave/chunk 100 10 1000 molchunk vx vz norm sample file vel.profile
-fix 1 flow ave/chunk 100 5 1000 binchunk density/mass ave running
-fix 1 flow ave/chunk 100 5 1000 binchunk density/mass ave running
-
-
+
+fix 1 all ave/chunk 10000 1 10000 binchunk c_myCentro title1 "My output values"
+fix 1 flow ave/chunk 100 10 1000 molchunk vx vz norm sample file vel.profile
+fix 1 flow ave/chunk 100 5 1000 binchunk density/mass ave running
+fix 1 flow ave/chunk 100 5 1000 binchunk density/mass ave running
+
NOTE:
If you are trying to replace a deprectated fix ave/spatial command
with the newer, more flexible fix ave/chunk and compute chunk/atom commands, you simply need to split
@@ -242,7 +242,7 @@ ones that can be used with this fix since all other styles of variable
produce global quantities.
Note that for values from a compute or fix, the bracketed index I can
be specified using a wildcard asterisk with the index to effectively
-specify multiple values. This takes the form “*” or “n” or “n” or
+specify multiple values. This takes the form “*” or “*n” or “n*” or
“m*n”. If N = the size of the vector (for mode = scalar) or the
number of columns in the array (for mode = vector), then an asterisk
with no numeric values means all indices from 1 to N. A leading
@@ -253,11 +253,11 @@ means all indices from m to n (inclusive).
had been listed one by one. E.g. these 2 fix ave/chunk commands are
equivalent, since the
compute property/atom command creates, in this
case, a per-atom array with 3 columns:
-
compute myAng all property/atom angmomx angmomy angmomz
-fix 1 all ave/chunk 100 1 100 cc1 c_myAng[*] file tmp.angmom
-fix 2 all ave/chunk 100 1 100 cc1 c_myAng[1] c_myAng[2] c_myAng[3] file tmp.angmom
-
-
+
+compute myAng all property/atom angmomx angmomy angmomz
+fix 1 all ave/chunk 100 1 100 cc1 c_myAng[*] file tmp.angmom
+fix 2 all ave/chunk 100 1 100 cc1 c_myAng[1] c_myAng[2] c_myAng[3] file tmp.angmom
+
Note
This fix works by creating an array of size Nchunk by Nvalues
@@ -349,7 +349,7 @@ in the chunk on different timesteps were collected together as one set
of atoms to calculate their temperature. The compute allows the
center-of-mass velocity of each chunk to be subtracted before
calculating the temperature; this fix does not.
-
If a value begins with “c_”, a compute ID must follow which has been
+
If a value begins with “c_”, a compute ID must follow which has been
previously defined in the input script. If no bracketed integer is
appended, the per-atom vector calculated by the compute is used. If a
bracketed integer is appended, the Ith column of the per-atom array
@@ -357,7 +357,7 @@ calculated by the compute is used. Users can also write code for
their own compute styles and add them to LAMMPS.
See the discussion above for how I can be specified with a wildcard
asterisk to effectively specify multiple values.
-
If a value begins with “f_”, a fix ID must follow which has been
+
If a value begins with “f_”, a fix ID must follow which has been
previously defined in the input script. If no bracketed integer is
appended, the per-atom vector calculated by the fix is used. If a
bracketed integer is appended, the Ith column of the per-atom array
@@ -367,7 +367,7 @@ their values on certain timesteps, which must be compatible with
own fix styles and add them to LAMMPS. See the
discussion above for how I can be specified with a wildcard asterisk
to effectively specify multiple values.
-
If a value begins with “v_”, a variable name must follow which has
+
If a value begins with “v_”, a variable name must follow which has
been previously defined in the input script. Variables of style
atom can reference thermodynamic keywords and various per-atom
attributes, or invoke other computes, fixes, or variables when they
@@ -502,10 +502,8 @@ value of the units keyword is reduced, the coordinate values w
be in unitless reduced units (0-1). This is not true for the Coord1 value
of style bin/sphere or bin/cylinder which both represent radial
dimensions. Those values are always in distance units.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix computes a global array of values which can be accessed by
diff --git a/doc/html/fix_ave_correlate.html b/doc/html/fix_ave_correlate.html
index 5386d0dd57..c191ecefa1 100644
--- a/doc/html/fix_ave_correlate.html
+++ b/doc/html/fix_ave_correlate.html
@@ -140,14 +140,14 @@
one or more input values can be listed
value = c_ID, c_ID[N], f_ID, f_ID[N], v_name
-
c_ID = global scalar calculated by a compute with ID
-c_ID[I] = Ith component of global vector calculated by a compute with ID, I can include wildcard (see below)
-f_ID = global scalar calculated by a fix with ID
-f_ID[I] = Ith component of global vector calculated by a fix with ID, I can include wildcard (see below)
-v_name = global value calculated by an equal-style variable with name
-v_name[I] = Ith component of a vector-style variable with name
-
-
+
+c_ID = global scalar calculated by a compute with ID
+c_ID[I] = Ith component of global vector calculated by a compute with ID, I can include wildcard (see below)
+f_ID = global scalar calculated by a fix with ID
+f_ID[I] = Ith component of global vector calculated by a fix with ID, I can include wildcard (see below)
+v_name = global value calculated by an equal-style variable with name
+v_name[I] = Ith component of a vector-style variable with name
+
- zero or more keyword/arg pairs may be appended
- keyword = type or ave or start or prefactor or file or overwrite or title1 or title2 or title3
@@ -180,12 +180,12 @@
Examples
-
fix 1 all ave/correlate 5 100 1000 c_myTemp file temp.correlate
-fix 1 all ave/correlate 1 50 10000 &
- c_thermo_press[1] c_thermo_press[2] c_thermo_press[3] &
- type upper ave running title1 "My correlation data"
-
-
+
+fix 1 all ave/correlate 5 100 1000 c_myTemp file temp.correlate
+fix 1 all ave/correlate 1 50 10000 &
+ c_thermo_press[1] c_thermo_press[2] c_thermo_press[3] &
+ type upper ave running title1 "My correlation data"
+
fix 1 all ave/correlate 1 50 10000 c_thermo_press[*]
@@ -221,7 +221,7 @@ ones that can be used with this fix. Variables of style
atom cannot
be used, since they produce per-atom values.
Note that for values from a compute or fix, the bracketed index I can
be specified using a wildcard asterisk with the index to effectively
-specify multiple values. This takes the form “*” or “n” or “n” or
+specify multiple values. This takes the form “*” or “*n” or “n*” or
“m*n”. If N = the size of the vector (for mode = scalar) or the
number of columns in the array (for mode = vector), then an asterisk
with no numeric values means all indices from 1 to N. A leading
@@ -232,13 +232,13 @@ means all indices from m to n (inclusive).
vector had been listed one by one. E.g. these 2 fix ave/correlate
commands are equivalent, since the
compute pressure command creates a global vector with 6
values.
-
compute myPress all pressure NULL
-fix 1 all ave/correlate 1 50 10000 c_myPress[*]
-fix 1 all ave/correlate 1 50 10000 &
- c_myPress[1] c_myPress[2] c_myPress[3] &
- c_myPress[4] c_myPress[5] c_myPress[6]
-
-
+
+compute myPress all pressure NULL
+fix 1 all ave/correlate 1 50 10000 c_myPress[*]
+fix 1 all ave/correlate 1 50 10000 &
+ c_myPress[1] c_myPress[2] c_myPress[3] &
+ c_myPress[4] c_myPress[5] c_myPress[6]
+
The Nevery, Nrepeat, and Nfreq arguments specify on what
timesteps the input values will be used to calculate correlation data.
@@ -249,9 +249,9 @@ initial time up to an output timestep. The initial time could be the
beginning of the simulation or the last output time; see the ave
keyword for options. For the set of samples, the correlation value
Cij is calculated as:
-
Cij(delta) = ave(Vi(t)*Vj(t+delta))
-
-
+
+Cij(delta) = ave(Vi(t)*Vj(t+delta))
+
which is the correlation value between input values Vi and Vj,
separated by time delta. Note that the second value Vj in the pair is
always the one sampled at the later time. The ave() represents an
@@ -259,9 +259,9 @@ average over every pair of samples in the set that are separated by
time delta. The maximum delta used is of size (Nrepeat-1)*Nevery.
Thus the correlation between a pair of input values yields Nrepeat
correlation datums:
-
Cij(0), Cij(Nevery), Cij(2*Nevery), ..., Cij((Nrepeat-1)*Nevery)
-
-
+
+Cij(0), Cij(Nevery), Cij(2*Nevery), ..., Cij((Nrepeat-1)*Nevery)
+
For example, if Nevery=5, Nrepeat=6, and Nfreq=100, then values on
timesteps 0,5,10,15,...,100 will be used to compute the final averages
on timestep 100. Six averages will be computed: Cij(0), Cij(5),
@@ -272,7 +272,7 @@ Vi(10)*V j20), Vi(15)*Vj(25), ..., Vi(85)*Vj(95), Vi(90)*Vj(100).
non-zero. Also, if the
ave keyword is set to
one which is the
default, then
Nfreq >= (
Nrepeat-1)*
Nevery is required.
-
If a value begins with “c_”, a compute ID must follow which has been
+
If a value begins with “c_”, a compute ID must follow which has been
previously defined in the input script. If no bracketed term is
appended, the global scalar calculated by the compute is used. If a
bracketed term is appended, the Ith element of the global vector
@@ -286,7 +286,7 @@ defined not in your input script, but by fix temp/rescale. See the doc pages for
these commands which give the IDs of these computes. Users can also
write code for their own compute styles and add them to LAMMPS.
-
If a value begins with “f_”, a fix ID must follow which has been
+
If a value begins with “f_”, a fix ID must follow which has been
previously defined in the input script. If no bracketed term is
appended, the global scalar calculated by the fix is used. If a
bracketed term is appended, the Ith element of the global vector
@@ -296,7 +296,7 @@ values.
Note that some fixes only produce their values on certain timesteps,
which must be compatible with Nevery, else an error will result.
Users can also write code for their own fix styles and add them to LAMMPS.
-
If a value begins with “v_”, a variable name must follow which has
+
If a value begins with “v_”, a variable name must follow which has
been previously defined in the input script. Only equal-style or
vector-style variables can be referenced; the latter requires a
bracketed term to specify the Ith element of the vector calculated by
@@ -366,11 +366,11 @@ the strings that will be printed as the first 3 lines of the output
file, assuming the file keyword was used. LAMMPS uses default
values for each of these, so they do not need to be specified.
By default, these header lines are as follows:
-
# Time-correlated data for fix ID
-# TimeStep Number-of-time-windows
-# Index TimeDelta Ncount valueI*valueJ valueI*valueJ ...
-
-
+
+# Time-correlated data for fix ID
+# TimeStep Number-of-time-windows
+# Index TimeDelta Ncount valueI*valueJ valueI*valueJ ...
+
In the first line, ID is replaced with the fix-ID. The second line
describes the two values that are printed at the first of each section
of output. In the third line the value pairs are replaced with the
@@ -378,9 +378,9 @@ appropriate fields from the fix ave/correlate command.
Let Sij = a set of time correlation data for input values I and J,
namely the Nrepeat values:
-
Sij = Cij(0), Cij(Nevery), Cij(2*Nevery), ..., Cij(*Nrepeat-1)*Nevery)
-
-
+
+Sij = Cij(0), Cij(Nevery), Cij(2*Nevery), ..., Cij(*Nrepeat-1)*Nevery)
+
As explained below, these datums are output as one column of a global
array, which is effectively the correlation matrix.
The trap function defined for equal-style variables
@@ -389,10 +389,8 @@ using a trapezoidal rule. This is useful for calculating various
quantities which can be derived from time correlation data. If a
normalization factor is needed for the time integration, it can be
included in the variable formula or via the prefactor keyword.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix computes a global array of values which can be accessed by
diff --git a/doc/html/fix_ave_correlate_long.html b/doc/html/fix_ave_correlate_long.html
index ccd754dbaf..a673143beb 100644
--- a/doc/html/fix_ave_correlate_long.html
+++ b/doc/html/fix_ave_correlate_long.html
@@ -139,13 +139,13 @@
one or more input values can be listed
value = c_ID, c_ID[N], f_ID, f_ID[N], v_name
-
c_ID = global scalar calculated by a compute with ID
-c_ID[I] = Ith component of global vector calculated by a compute with ID
-f_ID = global scalar calculated by a fix with ID
-f_ID[I] = Ith component of global vector calculated by a fix with ID
-v_name = global value calculated by an equal-style variable with name
-
-
+
+c_ID = global scalar calculated by a compute with ID
+c_ID[I] = Ith component of global vector calculated by a compute with ID
+f_ID = global scalar calculated by a fix with ID
+f_ID[I] = Ith component of global vector calculated by a fix with ID
+v_name = global value calculated by an equal-style variable with name
+
- zero or more keyword/arg pairs may be appended
- keyword = type or start or file or overwrite or title1 or title2 or ncorr or p or m
@@ -177,12 +177,12 @@
Examples
-
fix 1 all ave/correlate/long 5 1000 c_myTemp file temp.correlate
-fix 1 all ave/correlate/long 1 10000 &
- c_thermo_press[1] c_thermo_press[2] c_thermo_press[3] &
- type upper title1 "My correlation data" nlen 15 ncount 3
-
-
+
+fix 1 all ave/correlate/long 5 1000 c_myTemp file temp.correlate
+fix 1 all ave/correlate/long 1 10000 &
+ c_thermo_press[1] c_thermo_press[2] c_thermo_press[3] &
+ type upper title1 "My correlation data" nlen 15 ncount 3
+
Description
@@ -221,9 +221,7 @@ steps can be calculated.
4*ncorr*nlen*8 bytes. With the default values of the parameters, this
corresponds to about 10 KB.
For the meaning of the additional optional keywords, see the fix ave/correlate doc page.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Since this fix in intended for the calculation of time correlation
functions over very long MD simulations, the information about this
fix is written automatically to binary restart files, so that the time
diff --git a/doc/html/fix_ave_histo.html b/doc/html/fix_ave_histo.html
index e8291ddeb4..bb07687b4a 100644
--- a/doc/html/fix_ave_histo.html
+++ b/doc/html/fix_ave_histo.html
@@ -145,15 +145,15 @@
one or more input values can be listed
value = x, y, z, vx, vy, vz, fx, fy, fz, c_ID, c_ID[N], f_ID, f_ID[N], v_name
-
x,y,z,vx,vy,vz,fx,fy,fz = atom attribute (position, velocity, force component)
-c_ID = scalar or vector calculated by a compute with ID
-c_ID[I] = Ith component of vector or Ith column of array calculated by a compute with ID, I can include wildcard (see below)
-f_ID = scalar or vector calculated by a fix with ID
-f_ID[I] = Ith component of vector or Ith column of array calculated by a fix with ID, I can include wildcard (see below)
-v_name = value(s) calculated by an equal-style or vector-style or atom-style variable with name
-v_name[I] = value calculated by a vector-style variable with name
-
-
+
+x,y,z,vx,vy,vz,fx,fy,fz = atom attribute (position, velocity, force component)
+c_ID = scalar or vector calculated by a compute with ID
+c_ID[I] = Ith component of vector or Ith column of array calculated by a compute with ID, I can include wildcard (see below)
+f_ID = scalar or vector calculated by a fix with ID
+f_ID[I] = Ith component of vector or Ith column of array calculated by a fix with ID, I can include wildcard (see below)
+v_name = value(s) calculated by an equal-style or vector-style or atom-style variable with name
+v_name[I] = value calculated by a vector-style variable with name
+
- zero or more keyword/arg pairs may be appended
- keyword = mode or file or ave or start or beyond or overwrite or title1 or title2 or title3
@@ -185,13 +185,13 @@
Examples
-
fix 1 all ave/histo 100 5 1000 0.5 1.5 50 c_myTemp file temp.histo ave running
-fix 1 all ave/histo 100 5 1000 -5 5 100 c_thermo_press[2] c_thermo_press[3] title1 "My output values"
-fix 1 all ave/histo 100 5 1000 -5 5 100 c_thermo_press[*]
-fix 1 all ave/histo 1 100 1000 -2.0 2.0 18 vx vy vz mode vector ave running beyond extra
-fix 1 all ave/histo/weight 1 1 1 10 100 2000 c_XRD[1] c_XRD[2]
-
-
+
+fix 1 all ave/histo 100 5 1000 0.5 1.5 50 c_myTemp file temp.histo ave running
+fix 1 all ave/histo 100 5 1000 -5 5 100 c_thermo_press[2] c_thermo_press[3] title1 "My output values"
+fix 1 all ave/histo 100 5 1000 -5 5 100 c_thermo_press[*]
+fix 1 all ave/histo 1 100 1000 -2.0 2.0 18 vx vy vz mode vector ave running beyond extra
+fix 1 all ave/histo/weight 1 1 1 10 100 2000 c_XRD[1] c_XRD[2]
+
Description
@@ -232,7 +232,7 @@ with a bracketed term appended, indicating the Ith column of the array
is used.
Note that for values from a compute or fix, the bracketed index I can
be specified using a wildcard asterisk with the index to effectively
-specify multiple values. This takes the form “*” or “n” or “n” or
+specify multiple values. This takes the form “*” or “*n” or “n*” or
“m*n”. If N = the size of the vector (for mode = scalar) or the
number of columns in the array (for mode = vector), then an asterisk
with no numeric values means all indices from 1 to N. A leading
@@ -243,11 +243,11 @@ means all indices from m to n (inclusive).
vector or columns of the array had been listed one by one. E.g. these
2 fix ave/histo commands are equivalent, since the
compute com/chunk command creates a global array with
3 columns:
-
compute myCOM all com/chunk
-fix 1 all ave/histo 100 1 100 c_myCOM[*] file tmp1.com mode vector
-fix 2 all ave/histo 100 1 100 c_myCOM[1] c_myCOM[2] c_myCOM[3] file tmp2.com mode vector
-
-
+
+compute myCOM all com/chunk
+fix 1 all ave/histo 100 1 100 c_myCOM[*] file tmp1.com mode vector
+fix 2 all ave/histo 100 1 100 c_myCOM[1] c_myCOM[2] c_myCOM[3] file tmp2.com mode vector
+
If the fix ave/histo/weight command is used, exactly two values must
be specified. If the values are vectors, they must be the same
length. The first value (a scalar or vector) is what is histogrammed
@@ -278,7 +278,7 @@ simply generated on timesteps 100,200,etc.
self-explanatory. Note that other atom attributes can be used as
inputs to this fix by using the
compute property/atom command and then specifying
an input value from that compute.
-
If a value begins with “c_”, a compute ID must follow which has been
+
If a value begins with “c_”, a compute ID must follow which has been
previously defined in the input script. If mode = scalar, then if
no bracketed term is appended, the global scalar calculated by the
compute is used. If a bracketed term is appended, the Ith element of
@@ -295,7 +295,7 @@ can thus be accessed by fix ave/histo. Or it can be a compute defined
not in your input script, but by thermodynamic output or other fixes such as fix nvt or fix temp/rescale. See
the doc pages for these commands which give the IDs of these computes.
Users can also write code for their own compute styles and add them to LAMMPS.
-
If a value begins with “f_”, a fix ID must follow which has been
+
If a value begins with “f_”, a fix ID must follow which has been
previously defined in the input script. If mode = scalar, then if
no bracketed term is appended, the global scalar calculated by the fix
is used. If a bracketed term is appended, the Ith element of the
@@ -309,7 +309,7 @@ values.
Note that some fixes only produce their values on certain timesteps,
which must be compatible with Nevery, else an error will result.
Users can also write code for their own fix styles and add them to LAMMPS.
-
If a value begins with “v_”, a variable name must follow which has
+
If a value begins with “v_”, a variable name must follow which has
been previously defined in the input script. If mode = scalar, then
only equal-style or vector-style variables can be used, which both
produce global values. In this mode, a vector-style variable requires
@@ -399,10 +399,8 @@ values for each of these, so they do not need to be specified.
describes the six values that are printed at the first of each section
of output. The third describes the 4 values printed for each bin in
the histogram.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix produces a global vector and global array which can be
diff --git a/doc/html/fix_ave_time.html b/doc/html/fix_ave_time.html
index 6c6744c5e6..2d41fdc0dc 100644
--- a/doc/html/fix_ave_time.html
+++ b/doc/html/fix_ave_time.html
@@ -140,14 +140,14 @@
one or more input values can be listed
value = c_ID, c_ID[N], f_ID, f_ID[N], v_name
-
c_ID = global scalar or vector calculated by a compute with ID
-c_ID[I] = Ith component of global vector or Ith column of global array calculated by a compute with ID, I can include wildcard (see below)
-f_ID = global scalar or vector calculated by a fix with ID
-f_ID[I] = Ith component of global vector or Ith column of global array calculated by a fix with ID, I can include wildcard (see below)
-v_name = value(s) calculated by an equal-style or vector-style variable with name
-v_name[I] = value calculated by a vector-style variable with name
-
-
+
+c_ID = global scalar or vector calculated by a compute with ID
+c_ID[I] = Ith component of global vector or Ith column of global array calculated by a compute with ID, I can include wildcard (see below)
+f_ID = global scalar or vector calculated by a fix with ID
+f_ID[I] = Ith component of global vector or Ith column of global array calculated by a fix with ID, I can include wildcard (see below)
+v_name = value(s) calculated by an equal-style or vector-style variable with name
+v_name[I] = value calculated by a vector-style variable with name
+
- zero or more keyword/arg pairs may be appended
- keyword = mode or file or ave or start or off or overwrite or title1 or title2 or title3
@@ -179,13 +179,13 @@
Examples
-
fix 1 all ave/time 100 5 1000 c_myTemp c_thermo_temp file temp.profile
-fix 1 all ave/time 100 5 1000 c_thermo_press[2] ave window 20 &
- title1 "My output values"
-fix 1 all ave/time 100 5 1000 c_thermo_press[*]
-fix 1 all ave/time 1 100 1000 f_indent f_indent[1] file temp.indent off 1
-
-
+
+fix 1 all ave/time 100 5 1000 c_myTemp c_thermo_temp file temp.profile
+fix 1 all ave/time 100 5 1000 c_thermo_press[2] ave window 20 &
+ title1 "My output values"
+fix 1 all ave/time 100 5 1000 c_thermo_press[*]
+fix 1 all ave/time 1 100 1000 f_indent f_indent[1] file temp.indent off 1
+
Description
@@ -228,7 +228,7 @@ is used. All vectors must be the same length, which is the length of
the vector or number of rows in the array.
Note that for values from a compute or fix, the bracketed index I can
be specified using a wildcard asterisk with the index to effectively
-specify multiple values. This takes the form “*” or “n” or “n” or
+specify multiple values. This takes the form “*” or “*n” or “n*” or
“m*n”. If N = the size of the vector (for mode = scalar) or the
number of columns in the array (for mode = vector), then an asterisk
with no numeric values means all indices from 1 to N. A leading
@@ -239,11 +239,11 @@ means all indices from m to n (inclusive).
vector or columns of the array had been listed one by one. E.g. these
2 fix ave/time commands are equivalent, since the
compute rdf command creates, in this case, a global array
with 3 columns, each of length 50:
-
compute myRDF all rdf 50 1 2
-fix 1 all ave/time 100 1 100 c_myRDF[*] file tmp1.rdf mode vector
-fix 2 all ave/time 100 1 100 c_myRDF[1] c_myRDF[2] c_myRDF[3] file tmp2.rdf mode vector
-
-
+
+compute myRDF all rdf 50 1 2
+fix 1 all ave/time 100 1 100 c_myRDF[*] file tmp1.rdf mode vector
+fix 2 all ave/time 100 1 100 c_myRDF[1] c_myRDF[2] c_myRDF[3] file tmp2.rdf mode vector
+
The Nevery, Nrepeat, and Nfreq arguments specify on what
timesteps the input values will be used in order to contribute to the
@@ -261,7 +261,7 @@ timestep 200, etc. If Nrepeat=1 and Nfreq = 100, then no time
averaging is done; values are simply generated on timesteps
100,200,etc.
-
If a value begins with “c_”, a compute ID must follow which has been
+
If a value begins with “c_”, a compute ID must follow which has been
previously defined in the input script. If mode = scalar, then if
no bracketed term is appended, the global scalar calculated by the
compute is used. If a bracketed term is appended, the Ith element of
@@ -277,7 +277,7 @@ can thus be accessed by fix ave/time. Or it can be a compute defined
not in your input script, but by thermodynamic output or other fixes such as fix nvt or fix temp/rescale. See
the doc pages for these commands which give the IDs of these computes.
Users can also write code for their own compute styles and add them to LAMMPS.
-
If a value begins with “f_”, a fix ID must follow which has been
+
If a value begins with “f_”, a fix ID must follow which has been
previously defined in the input script. If mode = scalar, then if
no bracketed term is appended, the global scalar calculated by the fix
is used. If a bracketed term is appended, the Ith element of the
@@ -290,7 +290,7 @@ specify multiple values.
Note that some fixes only produce their values on certain timesteps,
which must be compatible with Nevery, else an error will result.
Users can also write code for their own fix styles and add them to LAMMPS.
-
If a value begins with “v_”, a variable name must follow which has
+
If a value begins with “v_”, a variable name must follow which has
been previously defined in the input script. If mode = scalar, then
only equal-style or vector-style variables can be used, which both
produce global values. In this mode, a vector-style variable requires
@@ -383,10 +383,8 @@ so the title3 setting is ignored when mode = scalar.
describes the two values that are printed at the first of each section
of output. In the third line the values are replaced with the
appropriate fields from the fix ave/time command.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix produces a global scalar or global vector or global array
diff --git a/doc/html/fix_balance.html b/doc/html/fix_balance.html
index 0415a0054b..56beb5da2b 100644
--- a/doc/html/fix_balance.html
+++ b/doc/html/fix_balance.html
@@ -432,10 +432,8 @@ will be duplicate nodes in the list.
rectangle for each processor (1 to 4).
For a 3d problem, the syntax is similar with 8 vertices listed for
each processor, instead of 4, and “SQUARES” replaced by “CUBES”.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix computes a global scalar which is the imbalance factor
diff --git a/doc/html/fix_bond_break.html b/doc/html/fix_bond_break.html
index 9be191ab77..ef0c90e2a9 100644
--- a/doc/html/fix_bond_break.html
+++ b/doc/html/fix_bond_break.html
@@ -224,10 +224,8 @@ dramatically released when the bond is broken. More generally, you
may need to thermostat your system to compensate for energy changes
resulting from broken bonds (and angles, dihedrals, impropers).
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix computes two statistics which it stores in a global vector of
diff --git a/doc/html/fix_bond_create.html b/doc/html/fix_bond_create.html
index 8ab79a00a5..8854f57578 100644
--- a/doc/html/fix_bond_create.html
+++ b/doc/html/fix_bond_create.html
@@ -265,7 +265,7 @@ percolation simulation.
1st, 2nd, and 3rd neighbors of each atom (within the bond topology of
the system) for use in weighting pairwise interactions for bonded
atoms. Note that adding a single bond always adds a new 1st neighbor
-but may also induce
many new 2nd and 3rd neighbors, depending on the
+but may also induce *many* new 2nd and 3rd neighbors, depending on the
molecular topology of your system. The “extra special per atom”
parameter must typically be set to allow for the new maximum total
size (1st + 2nd + 3rd neighbors) of this per-atom list. There are 3
@@ -320,10 +320,8 @@ dramatically when the bond is formed. More generally, you may need to
thermostat your system to compensate for energy changes resulting from
created bonds (and angles, dihedrals, impropers).
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix computes two statistics which it stores in a global vector of
diff --git a/doc/html/fix_bond_swap.html b/doc/html/fix_bond_swap.html
index 27a56cba19..a3ae59400a 100644
--- a/doc/html/fix_bond_swap.html
+++ b/doc/html/fix_bond_swap.html
@@ -229,9 +229,9 @@ quantities or the printing of unwrapped coordinates to a dump file.
This fix computes a temperature each time it is invoked for use by the
Boltzmann criterion. To do this, the fix creates its own compute of
style temp, as if this command had been issued:
-
compute fix-ID_temp all temp
-
-
+
+compute fix-ID_temp all temp
+
See the compute temp command for details. Note
that the ID of the new compute is the fix-ID with underscore + “temp”
appended and the group for the new compute is “all”, so that the
diff --git a/doc/html/fix_box_relax.html b/doc/html/fix_box_relax.html
index ea16211584..e81bc87098 100644
--- a/doc/html/fix_box_relax.html
+++ b/doc/html/fix_box_relax.html
@@ -371,10 +371,10 @@ temperature is used to compute the kinetic contribution to the
pressure, even though this is subsequently ignored by default. To do
this, the fix creates its own computes of style “temp” and “pressure”,
as if these commands had been issued:
-
compute fix-ID_temp group-ID temp
-compute fix-ID_press group-ID pressure fix-ID_temp virial
-
-
+
+compute fix-ID_temp group-ID temp
+compute fix-ID_press group-ID pressure fix-ID_temp virial
+
See the compute temp and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”, and the group for the new computes is the same
@@ -388,10 +388,8 @@ fix’s temperature or pressure via the
or pressure during thermodynamic output via the thermo_style custom command using the appropriate compute-ID.
It also means that changing attributes of thermo_temp or
thermo_press will have no effect on this fix.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify temp and press options are
supported by this fix. You can use them to assign a
@@ -425,12 +423,12 @@ potential energy. This fix does not support the
because that would result in double-counting of the fix energy in the
minimization energy. Instead, the fix energy can be explicitly
added to the potential energy using one of these two variants:
-
variable emin equal pe+f_1
-
-
-
variable emin equal pe+f_1/atoms
-
-
+
+variable emin equal pe+f_1
+
+
+variable emin equal pe+f_1/atoms
+
No parameter of this fix can be used with the start/stop keywords of
the run command.
This fix is invoked during energy minimization, but
diff --git a/doc/html/fix_colvars.html b/doc/html/fix_colvars.html
index 8ac1624b80..367d9b091c 100644
--- a/doc/html/fix_colvars.html
+++ b/doc/html/fix_colvars.html
@@ -200,9 +200,7 @@ wrapped back into the simulation cell at each re-neighboring instead.
fix that thermostats all atoms in the fix colvars group. This will be
used to provide the colvars module with the current thermostat target
temperature.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the current status of the colvars module into
binary restart files. This is in addition to the text
mode status file that is written by the colvars module itself and the
diff --git a/doc/html/fix_controller.html b/doc/html/fix_controller.html
index e6608bc009..e9e662670c 100644
--- a/doc/html/fix_controller.html
+++ b/doc/html/fix_controller.html
@@ -141,13 +141,13 @@
Kd = derivative gain in PID equation (unitless)
pvar = process variable of form c_ID, c_ID[I], f_ID, f_ID[I], or v_name
-
c_ID = global scalar calculated by a compute with ID
-c_ID[I] = Ith component of global vector calculated by a compute with ID
-f_ID = global scalar calculated by a fix with ID
-f_ID[I] = Ith component of global vector calculated by a fix with ID
-v_name = value calculated by an equal-style variable with name
-
-
+
+c_ID = global scalar calculated by a compute with ID
+c_ID[I] = Ith component of global vector calculated by a compute with ID
+f_ID = global scalar calculated by a fix with ID
+f_ID[I] = Ith component of global vector calculated by a fix with ID
+v_name = value calculated by an equal-style variable with name
+
- setpoint = desired value of process variable (same units as process variable)
- cvar = name of control variable
@@ -155,11 +155,11 @@
Examples
-
fix 1 all controller 100 1.0 0.5 0.0 0.0 c_thermo_temp 1.5 tcontrol
-fix 1 all controller 100 0.2 0.5 0 100.0 v_pxxwall 1.01325 xwall
-fix 1 all controller 10000 0.2 0.5 0 2000 v_avpe -3.785 tcontrol
-
-
+
+fix 1 all controller 100 1.0 0.5 0.0 0.0 c_thermo_temp 1.5 tcontrol
+fix 1 all controller 100 0.2 0.5 0 100.0 v_pxxwall 1.01325 xwall
+fix 1 all controller 10000 0.2 0.5 0 2000 v_avpe -3.785 tcontrol
+
Description
@@ -269,14 +269,14 @@ because the value of
e_n-1 is not yet defined.
compute or
fix or the evaluation of a
variable. In each case, the compute, fix, or variable
must produce a global quantity, not a per-atom or local quantity.
-
If pvar begins with “c_”, a compute ID must follow which has been
+
If pvar begins with “c_”, a compute ID must follow which has been
previously defined in the input script and which generates a global
scalar or vector. See the individual compute doc page
for details. If no bracketed integer is appended, the scalar
calculated by the compute is used. If a bracketed integer is
appended, the Ith value of the vector calculated by the compute is
used. Users can also write code for their own compute styles and add them to LAMMPS.
-
If pvar begins with “f_”, a fix ID must follow which has been
+
If pvar begins with “f_”, a fix ID must follow which has been
previously defined in the input script and which generates a global
scalar or vector. See the individual fix doc page for
details. Note that some fixes only produce their values on certain
@@ -285,7 +285,7 @@ references the values, or else an error results. If no bracketed integer
is appended, the scalar calculated by the fix is used. If a bracketed
integer is appended, the Ith value of the vector calculated by the fix
is used. Users can also write code for their own fix style and add them to LAMMPS.
-
If pvar begins with “v_”, a variable name must follow which has been
+
If pvar begins with “v_”, a variable name must follow which has been
previously defined in the input script. Only equal-style variables
can be referenced. See the variable command for
details. Note that variables of style equal define a formula which
@@ -296,14 +296,12 @@ variable.
The target value setpoint for the process variable must be a numeric
value, in whatever units pvar is defined for.
The control variable cvar must be the name of an internal-style variable previously defined in the input script. Note
-that it is not specified with a “v_” prefix, just the name of the
+that it is not specified with a “v_” prefix, just the name of the
variable. It must be an internal-style variable, because this fix
updates its value directly. Note that other commands can use an
equal-style versus internal-style variable interchangeably.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Currenlty, no information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix produces a global vector with 3 values which can be accessed
diff --git a/doc/html/fix_deform.html b/doc/html/fix_deform.html
index e8ad31ffb0..d23425a85b 100644
--- a/doc/html/fix_deform.html
+++ b/doc/html/fix_deform.html
@@ -272,9 +272,9 @@ e.g. picoseconds for “metal” units). Tensile strain is unitless and
is defined as delta/L0, where L0 is the original box length and delta
is the change relative to the original length. The box length L as a
function of time will change as
-
L(t) = L0 (1 + erate*dt)
-
-
+
+L(t) = L0 (1 + erate*dt)
+
where dt is the elapsed time (in time units). Thus if erate R is
specified as 0.1 and time units are picoseconds, this means the box
length will increase by 10% of its original length every picosecond.
@@ -295,9 +295,9 @@ e.g. picoseconds for “metal” units). Tensile strain is unitless and
is defined as delta/L0, where L0 is the original box length and delta
is the change relative to the original length.
The box length L as a function of time will change as
-
L(t) = L0 exp(trate*dt)
-
-
+
+L(t) = L0 exp(trate*dt)
+
where dt is the elapsed time (in time units). Thus if trate R is
specified as ln(1.1) and time units are picoseconds, this means the
box length will increase by 10% of its current (not original) length
@@ -341,9 +341,9 @@ dimensions, so that they respond to the tensile strain dynamically.
The wiggle style oscillates the specified box length dimension
sinusoidally with the specified amplitude and period. I.e. the box
length L as a function of time is given by
-
L(t) = L0 + A sin(2*pi t/Tp)
-
-
+
+L(t) = L0 + A sin(2*pi t/Tp)
+
where L0 is its initial length. If the amplitude A is a positive
number the box initially expands, then contracts, etc. If A is
negative then the box initially contracts, then expands, etc. The
@@ -370,13 +370,13 @@ arbitrary variable.
Here is an example of using the variable style to perform the same
box deformation as the wiggle style formula listed above, where we
assume that the current timestep = 0.
-
variable A equal 5.0
-variable Tp equal 10.0
-variable displace equal "v_A * sin(2*PI * step*dt/v_Tp)"
-variable rate equal "2*PI*v_A/v_Tp * cos(2*PI * step*dt/v_Tp)"
-fix 2 all deform 1 x variable v_displace v_rate remap v
-
-
+
+variable A equal 5.0
+variable Tp equal 10.0
+variable displace equal "v_A * sin(2*PI * step*dt/v_Tp)"
+variable rate equal "2*PI*v_A/v_Tp * cos(2*PI * step*dt/v_Tp)"
+fix 2 all deform 1 x variable v_displace v_rate remap v
+
For the scale, vel, erate, trate, volume, wiggle, and
variable styles, the box length is expanded or compressed around its
mid point.
@@ -413,9 +413,9 @@ to the shear direction (e.g. y box length for xy deformation) and
offset is the displacement distance in the shear direction (e.g. x
direction for xy deformation) from the unstrained orientation.
The tilt factor T as a function of time will change as
-
T(t) = T0 + L0*erate*dt
-
-
+
+T(t) = T0 + L0*erate*dt
+
where T0 is the initial tilt factor, L0 is the original length of the
box perpendicular to the shear direction (e.g. y box length for xy
deformation), and dt is the elapsed time (in time units). Thus if
@@ -441,9 +441,9 @@ where length is the box length perpendicular to the shear direction
distance in the shear direction (e.g. x direction for xy deformation)
from the unstrained orientation.
The tilt factor T as a function of time will change as
-
T(t) = T0 exp(trate*dt)
-
-
+
+T(t) = T0 exp(trate*dt)
+
where T0 is the initial tilt factor and dt is the elapsed time (in
time units). Thus if trate R is specified as ln(1.1) and time units
are picoseconds, this means the shear strain or tilt factor will
@@ -464,9 +464,9 @@ parameter), then this effect on the shear strain is ignored.
The wiggle style oscillates the specified tilt factor sinusoidally
with the specified amplitude and period. I.e. the tilt factor T as a
function of time is given by
-
T(t) = T0 + A sin(2*pi t/Tp)
-
-
+
+T(t) = T0 + A sin(2*pi t/Tp)
+
where T0 is its initial value. If the amplitude A is a positive
number the tilt factor initially becomes more positive, then more
negative, etc. If A is negative then the tilt factor initially
@@ -492,13 +492,13 @@ arbitrary variable.
Here is an example of using the variable style to perform the same
box deformation as the wiggle style formula listed above, where we
assume that the current timestep = 0.
-
variable A equal 5.0
-variable Tp equal 10.0
-variable displace equal "v_A * sin(2*PI * step*dt/v_Tp)"
-variable rate equal "2*PI*v_A/v_Tp * cos(2*PI * step*dt/v_Tp)"
-fix 2 all deform 1 xy variable v_displace v_rate remap v
-
-
+
+variable A equal 5.0
+variable Tp equal 10.0
+variable displace equal "v_A * sin(2*PI * step*dt/v_Tp)"
+variable rate equal "2*PI*v_A/v_Tp * cos(2*PI * step*dt/v_Tp)"
+fix 2 all deform 1 xy variable v_displace v_rate remap v
+
All of the tilt styles change the xy, xz, yz tilt factors during a
simulation. In LAMMPS, tilt factors (xy,xz,yz) for triclinic boxes
@@ -633,9 +633,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands.
diff --git a/doc/html/fix_deposit.html b/doc/html/fix_deposit.html
index 6e7e0be54f..566b353255 100644
--- a/doc/html/fix_deposit.html
+++ b/doc/html/fix_deposit.html
@@ -355,9 +355,7 @@ count is changing due to adding particles, you typically should use
the
compute_modify dynamic yes command for the
temperature compute you are using.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the deposition to binary restart files. This includes information about how many
particles have been depositied, the random number generator seed, the
next timestep for deposition, etc. See the
diff --git a/doc/html/fix_drag.html b/doc/html/fix_drag.html
index c464c735a2..5864fe2ce5 100644
--- a/doc/html/fix_drag.html
+++ b/doc/html/fix_drag.html
@@ -156,9 +156,7 @@ include that dimension in the distance calculation or force
application.
This command can be used to steer one or more atoms to a new location
in the simulation.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify respa option is supported by this
fix. This allows to set at which level of the r-RESPA
diff --git a/doc/html/fix_drude_transform.html b/doc/html/fix_drude_transform.html
index 7134e2dbf5..6a078677dc 100644
--- a/doc/html/fix_drude_transform.html
+++ b/doc/html/fix_drude_transform.html
@@ -219,14 +219,14 @@ Nose-Hoover thermostating fixes. The fix drude/transform/inverse
command must appear after any Nose-Hoover thermostating fixes.
Example:
-fix fDIRECT all drude/transform/direct
-fix fNVT gCORES nvt temp 300.0 300.0 100
-fix fNVT gDRUDES nvt temp 1.0 1.0 100
-fix fINVERSE all drude/transform/inverse
-compute TDRUDE all temp/drude
-thermo_style custom step cpu etotal ke pe ebond ecoul elong press vol temp c_TDRUDE[1] c_TDRUDE[2]
-
-
+
+fix fDIRECT all drude/transform/direct
+fix fNVT gCORES nvt temp 300.0 300.0 100
+fix fNVT gDRUDES nvt temp 1.0 1.0 100
+fix fINVERSE all drude/transform/inverse
+compute TDRUDE all temp/drude
+thermo_style custom step cpu etotal ke pe ebond ecoul elong press vol temp c_TDRUDE[1] c_TDRUDE[2]
+
In this example, gCORES is the group of the atom cores and gDRUDES
is the group of the Drude particles (electrons). The centers of mass
of the Drude oscillators will be thermostated at 300.0 and the
@@ -240,14 +240,14 @@ the other one should be nvt. You must add a compute temp/com a
that of its group (the Drude cores) but the pressure be the overall
pressure thermo_press.
Example:
-compute cTEMP_CORE gCORES temp/com
-fix fDIRECT all drude/transform/direct
-fix fNPT gCORES npt temp 298.0 298.0 100 iso 1.0 1.0 500
-fix_modify fNPT temp cTEMP_CORE press thermo_press
-fix fNVT gDRUDES nvt temp 5.0 5.0 100
-fix fINVERSE all drude/transform/inverse
-
-
+
+compute cTEMP_CORE gCORES temp/com
+fix fDIRECT all drude/transform/direct
+fix fNPT gCORES npt temp 298.0 298.0 100 iso 1.0 1.0 500
+fix_modify fNPT temp cTEMP_CORE press thermo_press
+fix fNVT gDRUDES nvt temp 5.0 5.0 100
+fix fINVERSE all drude/transform/inverse
+
In this example, gCORES is the group of the atom cores and gDRUDES
is the group of the Drude particles. The centers of mass of the Drude
oscillators will be thermostated at 298.0 and the internal degrees of
@@ -259,10 +259,8 @@ to add a fix momentum command:
fix fMOMENTUM all momentum 100 linear 1 1 1
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
diff --git a/doc/html/fix_efield.html b/doc/html/fix_efield.html
index c724217123..6ddd5f9067 100644
--- a/doc/html/fix_efield.html
+++ b/doc/html/fix_efield.html
@@ -148,10 +148,10 @@
Examples
-
fix kick external-field efield 1.0 0.0 0.0
-fix kick external-field efield 0.0 0.0 v_oscillate
-
-
+
+fix kick external-field efield 1.0 0.0 0.0
+fix kick external-field efield 0.0 0.0 v_oscillate
+
Description
@@ -218,10 +218,8 @@ variable formulas, i.e. that -Grad(E) = F. For example, if the force
due to the electric field were a spring-like F = kx, then the energy
formula should be E = -0.5kx^2. If you don’t do this correctly, the
minimization will not converge properly.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the potential “energy” inferred by the added force due to
diff --git a/doc/html/fix_ehex.html b/doc/html/fix_ehex.html
index f1cc66f404..a753adb554 100644
--- a/doc/html/fix_ehex.html
+++ b/doc/html/fix_ehex.html
@@ -262,10 +262,8 @@ be on the order of \(10^{-7}\) for relatively large
temperature gradients. A higher precision can be achieved by
decreasing the timestep.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
No parameter of this fix can be used with the start/stop keywords of
diff --git a/doc/html/fix_external.html b/doc/html/fix_external.html
index d2a176da50..264a4cf9ba 100644
--- a/doc/html/fix_external.html
+++ b/doc/html/fix_external.html
@@ -167,9 +167,9 @@ in the group, once every Napply steps, similar to the way the Napply, the force values produced by one callback will persist, and
be used multiple times to update atom forces.
The callback function “foo” is invoked by the fix as:
-
foo(void *ptr, bigint timestep, int nlocal, int *ids, double **x, double **fexternal);
-
-
+
+foo(void *ptr, bigint timestep, int nlocal, int *ids, double **x, double **fexternal);
+
The arguments are as follows:
+double **fexternal;
+
It is allocated by the FixExternal class as an (N,3) array where N is
the number of atoms owned by a processor. The 3 corresponds to the
fx, fy, fz components of force.
@@ -212,18 +212,16 @@ to the added forces must also be set so as to be consistent with the
added forces. Otherwise the minimization will not converge correctly.
This can be done from the external driver by calling this public
method of the FixExternal class:
-
void set_energy(double eng);
-
-
+
+void set_energy(double eng);
+
where eng is the potential energy. Eng is an extensive quantity,
meaning it should be the sum over per-atom energies of all affected
atoms. It should also be provided in energy units
consistent with the simulation. See the details below for how to
insure this energy setting is used appropriately in a minimization.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the potential “energy” set by the external driver to the
diff --git a/doc/html/fix_gcmc.html b/doc/html/fix_gcmc.html
index 02f1da98e6..2210a5c5c4 100644
--- a/doc/html/fix_gcmc.html
+++ b/doc/html/fix_gcmc.html
@@ -168,11 +168,11 @@ keyword = mol, region, maxangle, pressure, <
Examples
-
fix 2 gas gcmc 10 1000 1000 2 29494 298.0 -0.5 0.01
-fix 3 water gcmc 10 100 100 0 3456543 3.0 -2.5 0.1 mol my_one_water maxangle 180 full_energy
-fix 4 my_gas gcmc 1 10 10 1 123456543 300.0 -12.5 1.0 region disk
-
-
+
+fix 2 gas gcmc 10 1000 1000 2 29494 298.0 -0.5 0.01
+fix 3 water gcmc 10 100 100 0 3456543 3.0 -2.5 0.1 mol my_one_water maxangle 180 full_energy
+fix 4 my_gas gcmc 1 10 10 1 123456543 300.0 -12.5 1.0 region disk
+
Description
@@ -239,12 +239,12 @@ used in fix nvt. Otherwise, the imaginary reservoir
will not be in thermal equilibrium with the simulation cell. Also,
it is important that the temperature used by fix nvt be dynamic,
which can be achieved as follows:
-
compute mdtemp mdatoms temp
-compute_modify mdtemp dynamic yes
-fix mdnvt mdatoms nvt temp 300.0 300.0 10.0
-fix_modify mdnvt temp mdtemp
-
-
+
+compute mdtemp mdatoms temp
+compute_modify mdtemp dynamic yes
+fix mdnvt mdatoms nvt temp 300.0 300.0 10.0
+fix_modify mdnvt temp mdtemp
+
Note that neighbor lists are re-built every timestep that this fix is
invoked, so you should not set N to be too small. However, periodic
rebuilds are necessary in order to avoid dangerous rebuilds and missed
@@ -363,9 +363,9 @@ therefore, you will want to use the
compute_modify command to insure that the
current number of atoms is used as a normalizing factor each time
temperature is computed. Here is the necessary command:
-
compute_modify thermo_temp dynamic yes
-
-
+
+compute_modify thermo_temp dynamic yes
+
If LJ units are used, note that a value of 0.18292026 is used by this
fix as the reduced value for Planck’s constant. This value was
derived from LJ parameters for argon, where h* = h/sqrt(sigma^2 *
@@ -375,9 +375,7 @@ mass = 39.948 amu.
of the group-ID value. The
grouptype keyword assigns all
inserted atoms of the specified type to the
group
of the group-ID value.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the fix to binary restart files. This includes information about the random
number generator seed, the next timestep for MC exchanges, etc. See
the read_restart command for info on how to
diff --git a/doc/html/fix_gld.html b/doc/html/fix_gld.html
index aba80b6a9d..96beaab03f 100644
--- a/doc/html/fix_gld.html
+++ b/doc/html/fix_gld.html
@@ -128,9 +128,9 @@
fix gld command
Syntax
-
fix ID group-ID gld Tstart Tstop N_k seed series c_1 tau_1 ... c_N_k tau_N_k keyword values ...
-
-
+
+fix ID group-ID gld Tstart Tstop N_k seed series c_1 tau_1 ... c_N_k tau_N_k keyword values ...
+
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. Because the state of the random number generator
is not saved in restart files, this means you cannot do “exact”
restarts with this fix, where the simulation continues on the same as
diff --git a/doc/html/fix_langevin_drude.html b/doc/html/fix_langevin_drude.html
index f01d0bd451..ea9f9510a0 100644
--- a/doc/html/fix_langevin_drude.html
+++ b/doc/html/fix_langevin_drude.html
@@ -128,9 +128,9 @@
fix langevin/drude command
Syntax
-
fix ID group-ID langevin/drude Tcom damp_com seed_com Tdrude damp_drude seed_drude keyword values ...
-
-
+
+fix ID group-ID langevin/drude Tcom damp_com seed_com Tdrude damp_drude seed_drude keyword values ...
+
- ID, group-ID are documented in fix command
- langevin/drude = style name of this fix command
@@ -236,9 +236,9 @@ partner (electron).
correctly. You must use the comm_modify command to
enable this, e.g.
-
+
+comm_modify vel yes
+
Tcom is the target temperature of the centers of mass, which would
be used to thermostate the non-polarizable atoms. Tdrude is the
@@ -299,14 +299,14 @@ calculated using the
Usage example for rigid bodies in the NPT ensemble:
-
comm_modify vel yes
-fix TEMP all langevin/drude 300. 100. 1256 1. 20. 13977 zero yes
-fix NPH ATOMS rigid/nph/small molecule iso 1. 1. 500.
-fix NVE DRUDES nve
-compute TDRUDE all temp/drude
-thermo_style custom step cpu etotal ke pe ebond ecoul elong press vol temp c_TDRUDE[1] c_TDRUDE[2]
-
-
+
+comm_modify vel yes
+fix TEMP all langevin/drude 300. 100. 1256 1. 20. 13977 zero yes
+fix NPH ATOMS rigid/nph/small molecule iso 1. 1. 500.
+fix NVE DRUDES nve
+compute TDRUDE all temp/drude
+thermo_style custom step cpu etotal ke pe ebond ecoul elong press vol temp c_TDRUDE[1] c_TDRUDE[2]
+
Comments:
- Drude particles should not be in the rigid group, otherwise the Drude
@@ -332,10 +332,8 @@ should be the global one, but the temperature should be only that of
the cores. That’s why the command fix_modify should be called in
that case.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. Because the state of the random number generator
is not saved in restart files, this means you cannot do “exact”
restarts with this fix, where the simulation continues on the same as
diff --git a/doc/html/fix_langevin_eff.html b/doc/html/fix_langevin_eff.html
index 506e61e35c..dea014ff7b 100644
--- a/doc/html/fix_langevin_eff.html
+++ b/doc/html/fix_langevin_eff.html
@@ -178,9 +178,7 @@ interactions (fix langevin command, except that the thermostatting
is also applied to the radial electron velocity for electron
particles.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. Because the state of the random number generator
is not saved in restart files, this means you cannot do “exact”
restarts with this fix, where the simulation continues on the same as
diff --git a/doc/html/fix_lb_fluid.html b/doc/html/fix_lb_fluid.html
index 51eefacda2..fadee5ceb3 100644
--- a/doc/html/fix_lb_fluid.html
+++ b/doc/html/fix_lb_fluid.html
@@ -374,10 +374,8 @@ screen every N timesteps.
test runs, see
Mackay et al.. Please include a citation to
this paper if the lb_fluid fix is used in work contributing to
published research.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Due to the large size of the fluid data, this fix writes it’s own
binary restart files, if requested, independent of the main LAMMPS
binary restart files; no information about lb_fluid
diff --git a/doc/html/fix_lb_momentum.html b/doc/html/fix_lb_momentum.html
index aefe19517d..5ca4e990b6 100644
--- a/doc/html/fix_lb_momentum.html
+++ b/doc/html/fix_lb_momentum.html
@@ -167,9 +167,7 @@ and the fluid velocities at each lattice site.
be changed by specifying the keyword
linear, along with a set of
three flags set to 0/1 in order to exclude/ include the corresponding
dimension.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can be
diff --git a/doc/html/fix_lb_pc.html b/doc/html/fix_lb_pc.html
index 4fe4f72ced..8d27f6cd24 100644
--- a/doc/html/fix_lb_pc.html
+++ b/doc/html/fix_lb_pc.html
@@ -146,12 +146,10 @@
Description
Update the positions and velocities of the individual particles
described by group-ID, experiencing velocity-dependent hydrodynamic
-forces, using the integration algorithm described in Mackay et al.. This integration algorithm should only be used if a
+forces, using the integration algorithm described in Mackay et al.. This integration algorithm should only be used if a
user-specified value for the force-coupling constant used in fix lb/fluid has been set; do not use this integration
algorithm if the force coupling constant has been set by default.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can be
diff --git a/doc/html/fix_lb_rigid_pc_sphere.html b/doc/html/fix_lb_rigid_pc_sphere.html
index ca3adc0748..8bda0b4a82 100644
--- a/doc/html/fix_lb_rigid_pc_sphere.html
+++ b/doc/html/fix_lb_rigid_pc_sphere.html
@@ -202,9 +202,7 @@ central atoms interact with one another.
the rigid fix (although it includes fewer optional arguments, and
assumes the constituent atoms are point particles); see
fix rigid for a complete documentation.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about the rigid and rigid/nve fixes are written to
binary restart files.
Similar to the fix rigid command: The rigid
diff --git a/doc/html/fix_lb_viscous.html b/doc/html/fix_lb_viscous.html
index efc00565c9..876c9eb1f0 100644
--- a/doc/html/fix_lb_viscous.html
+++ b/doc/html/fix_lb_viscous.html
@@ -164,10 +164,8 @@ hydrodynamic forces to the particles.
test runs, see
Mackay et al.. Please include a citation to
this paper if this fix is used in work contributing to published
research.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
As described in the fix viscous documentation:
“No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
diff --git a/doc/html/fix_lineforce.html b/doc/html/fix_lineforce.html
index 5ca8460a42..2734d0ff4e 100644
--- a/doc/html/fix_lineforce.html
+++ b/doc/html/fix_lineforce.html
@@ -151,9 +151,7 @@ remains. This is done by subtracting out components of force in the
plane perpendicular to the line.
If the initial velocity of the atom is 0.0 (or along the line), then
it should continue to move along the line thereafter.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_move.html b/doc/html/fix_move.html
index 66cf61d80e..ad7177b2bd 100644
--- a/doc/html/fix_move.html
+++ b/doc/html/fix_move.html
@@ -160,11 +160,11 @@
Examples
-
fix 1 boundary move wiggle 3.0 0.0 0.0 1.0 units box
-fix 2 boundary move rotate 0.0 0.0 0.0 0.0 0.0 1.0 5.0
-fix 2 boundary move variable v_myx v_myy NULL v_VX v_VY NULL
-
-
+
+fix 1 boundary move wiggle 3.0 0.0 0.0 1.0 units box
+fix 2 boundary move rotate 0.0 0.0 0.0 0.0 0.0 1.0 5.0
+fix 2 boundary move variable v_myx v_myy NULL v_VX v_VY NULL
+
Description
@@ -202,9 +202,9 @@ command.
The linear style moves atoms at a constant velocity, so that their
position X = (x,y,z) as a function of time is given in vector
notation as
-
+
+X(t) = X0 + V * delta
+
where X0 = (x0,y0,z0) is their position at the time the fix is
specified, V is the specified velocity vector with components
(Vx,Vy,Vz), and delta is the time elapsed since the fix was
@@ -216,17 +216,17 @@ the corresponding force component on the atom.
Note that the linear style is identical to using the variable
style with an equal-style variable that uses the
vdisplace() function. E.g.
-
variable V equal 10.0
+
+variable V equal 10.0
variable x equal vdisplace(0.0,$V)
fix 1 boundary move variable v_x NULL NULL v_V NULL NULL
-
-
+
The wiggle style moves atoms in an oscillatory fashion, so that
their position X = (x,y,z) as a function of time is given in vector
notation as
-
X(t) = X0 + A sin(omega*delta)
-
-
+
+X(t) = X0 + A sin(omega*delta)
+
where X0 = (x0,y0,z0) is their position at the time the fix is
specified, A is the specified amplitude vector with components
(Ax,Ay,Az), omega is 2 PI / period, and delta is the time
@@ -239,14 +239,14 @@ corresponding force component on the atom.
Note that the wiggle style is identical to using the variable
style with equal-style variables that use the
swiggle() and cwiggle() functions. E.g.
-
variable A equal 10.0
+
+variable A equal 10.0
variable T equal 5.0
variable omega equal 2.0*PI/$T
variable x equal swiggle(0.0,$A,$T)
variable v equal v_omega*($A-cwiggle(0.0,$A,$T))
fix 1 boundary move variable v_x NULL NULL v_v NULL NULL
-
-
+
The rotate style rotates atoms around a rotation axis R =
(Rx,Ry,Rz) that goes thru a point P = (Px,Py,Pz). The period of
the rotation is also specified. The direction of rotation for the
@@ -302,10 +302,8 @@ are in lattice spacings. The
been previously used to define the lattice spacing. Each of these 3
quantities may be dependent on the x,y,z dimension, since the lattice
spacings can be different in x,y,z.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the original coordinates of moving atoms to binary restart files, as well as the initial timestep, so that
the motion can be continuous in a restarted simulation. See the
read_restart command for info on how to re-specify
diff --git a/doc/html/fix_msst.html b/doc/html/fix_msst.html
index f5a8d09ba8..c54106e01e 100644
--- a/doc/html/fix_msst.html
+++ b/doc/html/fix_msst.html
@@ -197,16 +197,14 @@ LAMMPS, but are not implemented for MSST.
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style “temp” and “pressure”,
as if these commands had been issued:
-
compute fix-ID_temp group-ID temp
-compute fix-ID_press group-ID pressure fix-ID_temp
-
-
+
+compute fix-ID_temp group-ID temp
+compute fix-ID_press group-ID pressure fix-ID_temp
+
See the compute temp and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”. The group for the new computes is “all”.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of all internal variables to binary restart files. See the read_restart command
for info on how to re-specify a fix in an input script that reads a
restart file, so that the operation of the fix continues in an
@@ -230,15 +228,15 @@ equations. See also
To print these quantities to the log file with descriptive column
headers, the following LAMMPS commands are suggested:
-fix msst all msst z
-fix_modify msst energy yes
-variable dhug equal f_msst[1]
-variable dray equal f_msst[2]
-variable lgr_vel equal f_msst[3]
-variable lgr_pos equal f_msst[4]
-thermo_style custom step temp ke pe lz pzz etotal v_dhug v_dray v_lgr_vel v_lgr_pos f_msst
-
-
+
+fix msst all msst z
+fix_modify msst energy yes
+variable dhug equal f_msst[1]
+variable dray equal f_msst[2]
+variable lgr_vel equal f_msst[3]
+variable lgr_pos equal f_msst[4]
+thermo_style custom step temp ke pe lz pzz etotal v_dhug v_dray v_lgr_vel v_lgr_pos f_msst
+
These fixes compute a global scalar and a global vector of 4
quantities, which can be accessed by various output commands. The scalar values calculated
by this fix are “extensive”; the vector values are “intensive”.
diff --git a/doc/html/fix_neb.html b/doc/html/fix_neb.html
index 4b5777e1e2..1e50f393e0 100644
--- a/doc/html/fix_neb.html
+++ b/doc/html/fix_neb.html
@@ -190,9 +190,7 @@ forces on atoms in this replica are described in the
The inter-replica forces for the other replicas are unchanged from the
first equation.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_nh.html b/doc/html/fix_nh.html
index ff55e4e302..8cbee0b46f 100644
--- a/doc/html/fix_nh.html
+++ b/doc/html/fix_nh.html
@@ -158,9 +158,9 @@
fix nph/omp command
Syntax
-
fix ID group-ID style_name keyword value ...
-
-
+
+fix ID group-ID style_name keyword value ...
+
- ID, group-ID are documented in fix command
- style_name = nvt or npt or nph
@@ -508,14 +508,14 @@ thermostatting and barostatting.
These fixes compute a temperature and pressure each timestep. To do
this, the fix creates its own computes of style “temp” and “pressure”,
as if one of these two sets of commands had been issued:
-compute fix-ID_temp group-ID temp
-compute fix-ID_press group-ID pressure fix-ID_temp
-
-
-compute fix-ID_temp all temp
-compute fix-ID_press all pressure fix-ID_temp
-
-
+
+compute fix-ID_temp group-ID temp
+compute fix-ID_press group-ID pressure fix-ID_temp
+
+
+compute fix-ID_temp all temp
+compute fix-ID_press all pressure fix-ID_temp
+
See the compute temp and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”. For fix nvt, the group for the new computes
@@ -606,10 +606,8 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
These fixes writes the state of all the thermostat and barostat
variables to binary restart files. See the
read_restart command for info on how to re-specify
diff --git a/doc/html/fix_nh_eff.html b/doc/html/fix_nh_eff.html
index 5e8d66853c..d11bbb105e 100644
--- a/doc/html/fix_nh_eff.html
+++ b/doc/html/fix_nh_eff.html
@@ -134,9 +134,9 @@
fix nph/eff command
Syntax
-
fix ID group-ID style_name keyword value ...
-
-
+
+fix ID group-ID style_name keyword value ...
+
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
See the doc page for the fix nvt, npt, and nph commands
for details.
diff --git a/doc/html/fix_nph_asphere.html b/doc/html/fix_nph_asphere.html
index d7c91846db..2c2d1a4d0a 100644
--- a/doc/html/fix_nph_asphere.html
+++ b/doc/html/fix_nph_asphere.html
@@ -175,10 +175,10 @@ unchanged and controlling the pressure of a surrounding fluid.
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style “temp/asphere” and
“pressure”, as if these commands had been issued:
-
compute fix-ID_temp all temp/asphere
-compute fix-ID_press all pressure fix-ID_temp
-
-
+
+compute fix-ID_temp all temp/asphere
+compute fix-ID_press all pressure fix-ID_temp
+
See the compute temp/asphere and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”, and the group for the new computes is “all”
@@ -207,9 +207,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover barostat to binary restart files. See the read_restart
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
diff --git a/doc/html/fix_nph_sphere.html b/doc/html/fix_nph_sphere.html
index 0529dba9db..ec7a15a0cd 100644
--- a/doc/html/fix_nph_sphere.html
+++ b/doc/html/fix_nph_sphere.html
@@ -175,10 +175,10 @@ unchanged and controlling the pressure of a surrounding fluid.
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style “temp/sphere” and
“pressure”, as if these commands had been issued:
-
compute fix-ID_temp all temp/sphere
-compute fix-ID_press all pressure fix-ID_temp
-
-
+
+compute fix-ID_temp all temp/sphere
+compute fix-ID_press all pressure fix-ID_temp
+
See the compute temp/sphere and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”, and the group for the new computes is “all”
@@ -207,9 +207,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover barostat to binary restart files. See the read_restart
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
diff --git a/doc/html/fix_nphug.html b/doc/html/fix_nphug.html
index da32f6307b..85dd234fe3 100644
--- a/doc/html/fix_nphug.html
+++ b/doc/html/fix_nphug.html
@@ -229,14 +229,14 @@ controlled by another fix - e.g. by compute fix-ID_temp group-ID temp
-compute fix-ID_press group-ID pressure fix-ID_temp
-
-
-compute fix-ID_temp all temp
-compute fix-ID_press all pressure fix-ID_temp
-
-
+
+compute fix-ID_temp group-ID temp
+compute fix-ID_press group-ID pressure fix-ID_temp
+
+
+compute fix-ID_temp all temp
+compute fix-ID_press all pressure fix-ID_temp
+
See the compute temp and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”. The group for
@@ -266,10 +266,8 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the values of E0, V0, and P0, as well as the
state of all the thermostat and barostat
variables to binary restart files. See the
@@ -293,7 +291,7 @@ compute temperature on a subset of atoms.
The fix_modify energy option is supported by these
fixes to add the energy change induced by Nose/Hoover thermostatting
and barostatting to the system’s potential energy as part of
-thermodynamic output. Either way, this energy is not
+thermodynamic output. Either way, this energy is *not*
included in the definition of internal energy E when calculating the value
of Delta in the above equation.
These fixes compute a global scalar and a global vector of quantities,
diff --git a/doc/html/fix_npt_asphere.html b/doc/html/fix_npt_asphere.html
index 203bb248e0..2216a34678 100644
--- a/doc/html/fix_npt_asphere.html
+++ b/doc/html/fix_npt_asphere.html
@@ -182,10 +182,10 @@ unchanged and controlling the pressure of a surrounding fluid.
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style “temp/asphere” and
“pressure”, as if these commands had been issued:
-
compute fix-ID_temp all temp/asphere
-compute fix-ID_press all pressure fix-ID_temp
-
-
+
+compute fix-ID_temp all temp/asphere
+compute fix-ID_press all pressure fix-ID_temp
+
See the compute temp/asphere and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”, and the group for the new computes is “all”
@@ -227,9 +227,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover thermostat and barostat
to binary restart files. See the
read_restart command for info on how to re-specify
diff --git a/doc/html/fix_npt_body.html b/doc/html/fix_npt_body.html
index 7a21169513..b037898463 100644
--- a/doc/html/fix_npt_body.html
+++ b/doc/html/fix_npt_body.html
@@ -179,10 +179,10 @@ unchanged and controlling the pressure of a surrounding fluid.
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style “temp/body” and
“pressure”, as if these commands had been issued:
-
compute fix-ID_temp all temp/body
-compute fix-ID_press all pressure fix-ID_temp
-
-
+
+compute fix-ID_temp all temp/body
+compute fix-ID_press all pressure fix-ID_temp
+
See the compute temp/body and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”, and the group for the new computes is “all”
@@ -224,9 +224,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover thermostat and barostat
to binary restart files. See the
read_restart command for info on how to re-specify
diff --git a/doc/html/fix_npt_sphere.html b/doc/html/fix_npt_sphere.html
index 1d5d6ed867..f05e786221 100644
--- a/doc/html/fix_npt_sphere.html
+++ b/doc/html/fix_npt_sphere.html
@@ -181,10 +181,10 @@ unchanged and controlling the pressure of a surrounding fluid.
This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style “temp/sphere” and
“pressure”, as if these commands had been issued:
-
compute fix-ID_temp all temp/sphere
-compute fix-ID_press all pressure fix-ID_temp
-
-
+
+compute fix-ID_temp all temp/sphere
+compute fix-ID_press all pressure fix-ID_temp
+
See the compute temp/sphere and compute pressure commands for details. Note that the
IDs of the new computes are the fix-ID + underscore + “temp” or fix_ID
+ underscore + “press”, and the group for the new computes is “all”
@@ -226,9 +226,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover thermostat and barostat
to binary restart files. See the
read_restart command for info on how to re-specify
diff --git a/doc/html/fix_nve_asphere.html b/doc/html/fix_nve_asphere.html
index 435fea89b4..88dbabd521 100644
--- a/doc/html/fix_nve_asphere.html
+++ b/doc/html/fix_nve_asphere.html
@@ -153,9 +153,7 @@ group each timestep. V is volume; E is energy. This creates a system
trajectory consistent with the microcanonical ensemble.
This fix differs from the fix nve command, which
assumes point particles and only updates their position and velocity.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_nve_asphere_noforce.html b/doc/html/fix_nve_asphere_noforce.html
index 75760b0c6a..dd98e2ce40 100644
--- a/doc/html/fix_nve_asphere_noforce.html
+++ b/doc/html/fix_nve_asphere_noforce.html
@@ -150,10 +150,8 @@ angularm momenta are used to update their positions and orientation.
This is useful as an implicit time integrator for Fast Lubrication
Dynamics, since the velocity and angular momentum are updated by the
pair_style lubricuteU command.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_nve_body.html b/doc/html/fix_nve_body.html
index cd459a4379..45816df757 100644
--- a/doc/html/fix_nve_body.html
+++ b/doc/html/fix_nve_body.html
@@ -151,9 +151,7 @@ consistent with the microcanonical ensemble. See
This fix differs from the fix nve command, which
assumes point particles and only updates their position and velocity.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_nve_line.html b/doc/html/fix_nve_line.html
index 5168b08db0..5b6a9bb8ab 100644
--- a/doc/html/fix_nve_line.html
+++ b/doc/html/fix_nve_line.html
@@ -152,9 +152,7 @@ trajectory consistent with the microcanonical ensemble. See
using line segment particles.
This fix differs from the fix nve command, which
assumes point particles and only updates their position and velocity.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_nve_manifold_rattle.html b/doc/html/fix_nve_manifold_rattle.html
index 06d68cd6ae..149e6de046 100644
--- a/doc/html/fix_nve_manifold_rattle.html
+++ b/doc/html/fix_nve_manifold_rattle.html
@@ -159,7 +159,7 @@ keyword = every
atoms constrained to a curved surface (manifold) in the group each
timestep. The constraint is handled by RATTLE (Andersen)
written out for the special case of single-particle constraints as
-explained in (Paquay). V is volume; E is energy. This way,
+explained in (Paquay). V is volume; E is energy. This way,
the dynamics of particles constrained to curved surfaces can be
studied. If combined with fix langevin, this
generates Brownian motion of particles constrained to a curved
@@ -172,20 +172,18 @@ manifolds this can be achieved with region and create_atoms
commands, but for more complex surfaces it might be more useful to
write a script.
The manifold args may be equal-style variables, like so:
-
variable R equal "ramp(5.0,3.0)"
-fix shrink_sphere all nve/manifold/rattle 1e-4 10 sphere v_R
-
-
+
+variable R equal "ramp(5.0,3.0)"
+fix shrink_sphere all nve/manifold/rattle 1e-4 10 sphere v_R
+
In this case, the manifold parameter will change in time according to
the variable. This is not a problem for the time integrator as long
as the change of the manifold is slow with respect to the dynamics of
the particles. Note that if the manifold has to exert work on the
particles because of these changes, the total energy might not be
conserved.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_nve_sphere.html b/doc/html/fix_nve_sphere.html
index e0e8bf5189..2a70998598 100644
--- a/doc/html/fix_nve_sphere.html
+++ b/doc/html/fix_nve_sphere.html
@@ -189,10 +189,8 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_nve_tri.html b/doc/html/fix_nve_tri.html
index e707401c30..1462555ef2 100644
--- a/doc/html/fix_nve_tri.html
+++ b/doc/html/fix_nve_tri.html
@@ -152,9 +152,7 @@ trajectory consistent with the microcanonical ensemble. See
using triangular particles.
This fix differs from the fix nve command, which
assumes point particles and only updates their position and velocity.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_nvt_asphere.html b/doc/html/fix_nvt_asphere.html
index 08a1bea12b..473db13d7f 100644
--- a/doc/html/fix_nvt_asphere.html
+++ b/doc/html/fix_nvt_asphere.html
@@ -169,9 +169,9 @@ keywords.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style “temp/asphere”, as if this command
had been issued:
-
compute fix-ID_temp group-ID temp/asphere
-
-
+
+compute fix-ID_temp group-ID temp/asphere
+
See the compute temp/asphere command for
details. Note that the ID of the new compute is the fix-ID +
underscore + “temp”, and the group for the new compute is the same as
@@ -213,9 +213,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover thermostat to binary restart files. See the read_restart
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
diff --git a/doc/html/fix_nvt_body.html b/doc/html/fix_nvt_body.html
index 9fecb55fc4..57ba66659d 100644
--- a/doc/html/fix_nvt_body.html
+++ b/doc/html/fix_nvt_body.html
@@ -166,9 +166,9 @@ keywords.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style “temp/body”, as if this command
had been issued:
-
compute fix-ID_temp group-ID temp/body
-
-
+
+compute fix-ID_temp group-ID temp/body
+
See the compute temp/body command for
details. Note that the ID of the new compute is the fix-ID +
underscore + “temp”, and the group for the new compute is the same as
@@ -210,9 +210,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover thermostat to binary restart files. See the read_restart
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
diff --git a/doc/html/fix_nvt_sllod.html b/doc/html/fix_nvt_sllod.html
index a2592ab7e7..09875bceb8 100644
--- a/doc/html/fix_nvt_sllod.html
+++ b/doc/html/fix_nvt_sllod.html
@@ -194,9 +194,9 @@ keywords.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style “temp/deform”, as if this command had
been issued:
-
compute fix-ID_temp group-ID temp/deform
-
-
+
+compute fix-ID_temp group-ID temp/deform
+
See the compute temp/deform command for
details. Note that the ID of the new compute is the fix-ID +
underscore + “temp”, and the group for the new compute is the same as
@@ -238,9 +238,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover thermostat to binary restart files. See the read_restart
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
diff --git a/doc/html/fix_nvt_sllod_eff.html b/doc/html/fix_nvt_sllod_eff.html
index 8492983e42..c175a68bdc 100644
--- a/doc/html/fix_nvt_sllod_eff.html
+++ b/doc/html/fix_nvt_sllod_eff.html
@@ -157,9 +157,7 @@ creates (as discussed in the compute temp/deform/eff commmand that includes
the eFF contribution to the temperature from the electron radial
velocity.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover thermostat to binary restart files. See the read_restart
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
diff --git a/doc/html/fix_nvt_sphere.html b/doc/html/fix_nvt_sphere.html
index fc5b3ddab1..6a27b967ed 100644
--- a/doc/html/fix_nvt_sphere.html
+++ b/doc/html/fix_nvt_sphere.html
@@ -169,9 +169,9 @@ keywords.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style “temp/sphere”, as if this command
had been issued:
-
compute fix-ID_temp group-ID temp/sphere
-
-
+
+compute fix-ID_temp group-ID temp/sphere
+
See the compute temp/sphere command for
details. Note that the ID of the new compute is the fix-ID +
underscore + “temp”, and the group for the new compute is the same as
@@ -213,9 +213,7 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the state of the Nose/Hoover thermostat to binary restart files. See the read_restart
command for info on how to re-specify a fix in an input script that
reads a restart file, so that the operation of the fix continues in an
diff --git a/doc/html/fix_orient.html b/doc/html/fix_orient.html
index 74dd4d3477..9b01605d28 100644
--- a/doc/html/fix_orient.html
+++ b/doc/html/fix_orient.html
@@ -232,9 +232,7 @@ symmetry, so the list must include one from each pair of
equal-and-opposite neighbors. A pair of orientation files for a
Sigma=5 tilt boundary are shown below. A tutorial that can help for
writing the orientation files is given in (Wicaksono2)
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the potential energy of atom interactions with the grain
diff --git a/doc/html/fix_phonon.html b/doc/html/fix_phonon.html
index 40d369afee..3094e830ae 100644
--- a/doc/html/fix_phonon.html
+++ b/doc/html/fix_phonon.html
@@ -128,9 +128,9 @@
fix phonon command
Syntax
-
fix ID group-ID phonon N Noutput Nwait map_file prefix keyword values ...
-
-
+
+fix ID group-ID phonon N Noutput Nwait map_file prefix keyword values ...
+
- ID, group-ID are documented in fix command
- phonon = style name of this fix command
@@ -239,9 +239,7 @@ even degrade the performance of lammps in case the unit cell is too large.
energy/distance^2/mass units. The coordinates for q
points in the log file is in the units of the basis vectors of the
corresponding reciprocal lattice.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify temp option is supported by this
fix. You can use it to change the temperature compute from thermo_temp
diff --git a/doc/html/fix_pimd.html b/doc/html/fix_pimd.html
index 57ee90e294..545be26b57 100644
--- a/doc/html/fix_pimd.html
+++ b/doc/html/fix_pimd.html
@@ -232,9 +232,9 @@ ring.
To run a PIMD simulation with M quasi-beads in each ring polymer using
N MPI tasks for each partition’s domain-decomposition, you would use P
= MxN processors (cores) and run the simulation as follows:
-
mpirun -np P lmp_mpi -partition MxN -in script
-
-
+
+mpirun -np P lmp_mpi -partition MxN -in script
+
Note that in the LAMMPS input script for a multi-partition simulation,
it is often very useful to define a uloop-style variable such as
Restrictions
diff --git a/doc/html/fix_pour.html b/doc/html/fix_pour.html
index ca471ec2c3..ee3f050be4 100644
--- a/doc/html/fix_pour.html
+++ b/doc/html/fix_pour.html
@@ -316,10 +316,8 @@ can prevent particles from being inserted. The ignore keyword
causes the overlap check to skip any line or triangle particles.
Obviously you should only use it if there is in fact no overlap of the
line or triangle particles with the insertion region.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. This means you must be careful when restarting a
pouring simulation, when the restart file was written in the middle of
the pouring operation. Specifically, you should use a new fix pour
diff --git a/doc/html/fix_qbmsst.html b/doc/html/fix_qbmsst.html
index 1fb67f4518..f3dca0ee47 100644
--- a/doc/html/fix_qbmsst.html
+++ b/doc/html/fix_qbmsst.html
@@ -157,10 +157,10 @@
Examples
-
fix 1 all qbmsst z 0.122 q 25 mu 0.9 tscale 0.01 damp 200 seed 35082 f_max 0.3 N_f 100 eta 1 beta 400 T_init 110 (liquid methane modeled with the REAX force field, real units)
-fix 2 all qbmsst z 72 q 40 tscale 0.05 damp 1 seed 47508 f_max 120.0 N_f 100 eta 1.0 beta 500 T_init 300 (quartz modeled with the BKS force field, metal units)
-
-
+
+fix 1 all qbmsst z 0.122 q 25 mu 0.9 tscale 0.01 damp 200 seed 35082 f_max 0.3 N_f 100 eta 1 beta 400 T_init 110 (liquid methane modeled with the REAX force field, real units)
+fix 2 all qbmsst z 72 q 40 tscale 0.05 damp 1 seed 47508 f_max 120.0 N_f 100 eta 1.0 beta 500 T_init 300 (quartz modeled with the BKS force field, metal units)
+
Two example input scripts are given, including shocked alpha quartz
and shocked liquid methane. The input script first equilibrate an
initial state with the quantum thermal bath at the target temperature
@@ -242,10 +242,8 @@ thermal bath and the system before shock loading.
For all pressure styles, the simulation box stays orthorhombic in
shape. Parrinello-Rahman boundary conditions (tilted box) are
supported by LAMMPS, but are not implemented for QBMSST.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Because the state of the random number generator is not written to
binary restart files, this fix cannot be restarted
“exactly” in an uninterrupted fashion. However, in a statistical
@@ -271,16 +269,16 @@ headers, the following LAMMPS commands are suggested. Here the
fix_modify energy command is also enabled to allow
the thermo keyword etotal to print the quantity <i>etot</i>. See
also the thermo_style command.
-
fix fix_id all msst z
-fix_modify fix_id energy yes
-variable dhug equal f_fix_id[1]
-variable dray equal f_fix_id[2]
-variable lgr_vel equal f_fix_id[3]
-variable lgr_pos equal f_fix_id[4]
-variable T_qm equal f_fix_id[5]
-thermo_style custom step temp ke pe lz pzz etotal v_dhug v_dray v_lgr_vel v_lgr_pos v_T_qm f_fix_id
-
-
+
+fix fix_id all msst z
+fix_modify fix_id energy yes
+variable dhug equal f_fix_id[1]
+variable dray equal f_fix_id[2]
+variable lgr_vel equal f_fix_id[3]
+variable lgr_pos equal f_fix_id[4]
+variable T_qm equal f_fix_id[5]
+thermo_style custom step temp ke pe lz pzz etotal v_dhug v_dray v_lgr_vel v_lgr_pos v_T_qm f_fix_id
+
The global scalar under the entry f_fix_id is the quantity of thermo
energy as an extra part of <i>etot</i>. This global scalar and the
vector of 5 quantities can be accessed by various output commands. It is worth noting that the
diff --git a/doc/html/fix_qeq.html b/doc/html/fix_qeq.html
index addd4b9ecf..05e428f671 100644
--- a/doc/html/fix_qeq.html
+++ b/doc/html/fix_qeq.html
@@ -162,13 +162,13 @@
Examples
-
fix 1 all qeq/point 1 10 1.0e-6 200 param.qeq1
-fix 1 qeq qeq/shielded 1 8 1.0e-6 100 param.qeq2
-fix 1 all qeq/slater 5 10 1.0e-6 100 params alpha 0.2
-fix 1 qeq qeq/dynamic 1 12 1.0e-3 100 my_qeq
-fix 1 all qeq/fire 1 10 1.0e-3 100 my_qeq qdamp 0.2 qstep 0.1
-
-
+
+fix 1 all qeq/point 1 10 1.0e-6 200 param.qeq1
+fix 1 qeq qeq/shielded 1 8 1.0e-6 100 param.qeq2
+fix 1 all qeq/slater 5 10 1.0e-6 100 params alpha 0.2
+fix 1 qeq qeq/dynamic 1 12 1.0e-3 100 my_qeq
+fix 1 all qeq/fire 1 10 1.0e-3 100 my_qeq qdamp 0.2 qstep 0.1
+
Description
@@ -292,9 +292,7 @@ non-trivial. Charges on atoms are not guaranteed to equilibrate with
arbitrary choices of these parameters. We do not develop these QEq
paramters. See the examples/qeq directory for some examples.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about these fixes is written to binary restart files. No global scalar or vector or per-atom
quantities are stored by these fixes for access by various output commands. No parameter of these fixes
can be used with the start/stop keywords of the run
diff --git a/doc/html/fix_qeq_comb.html b/doc/html/fix_qeq_comb.html
index c7382d021d..3bf7a12a5c 100644
--- a/doc/html/fix_qeq_comb.html
+++ b/doc/html/fix_qeq_comb.html
@@ -195,10 +195,8 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify respa option is supported by this
fix. This allows to set at which level of the r-RESPA
diff --git a/doc/html/fix_qeq_reax.html b/doc/html/fix_qeq_reax.html
index cc02c2516a..665de2e845 100644
--- a/doc/html/fix_qeq_reax.html
+++ b/doc/html/fix_qeq_reax.html
@@ -180,9 +180,7 @@ exponent. Note that these 3 quantities are also in the ReaxFF
potential file, except that eta is defined here as twice the eta value
in the ReaxFF file. Note that unlike the rest of LAMMPS, the units
of this fix are hard-coded to be A, eV, and electronic charge.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. No global scalar or vector or per-atom
quantities are stored by this fix for access by various output commands. No parameter of this fix can
be used with the start/stop keywords of the run command.
diff --git a/doc/html/fix_qmmm.html b/doc/html/fix_qmmm.html
index 1adbcf6567..fa8cf47576 100644
--- a/doc/html/fix_qmmm.html
+++ b/doc/html/fix_qmmm.html
@@ -156,9 +156,7 @@ other QM codes. This will allow the LAMMPS side of the implementation
to be adapted if necessary before being finalized.
Details about how to use this fix are currently documented in the
description of the QM/MM interface code itself in lib/qmmm/README.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global scalar or vector or per-atom
quantities are stored by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_qtb.html b/doc/html/fix_qtb.html
index 2f8934ddd0..cffd9b2764 100644
--- a/doc/html/fix_qtb.html
+++ b/doc/html/fix_qtb.html
@@ -147,12 +147,12 @@
Examples
-
fix 1 all nve
-fix 1 all qtb temp 110 damp 200 seed 35082 f_max 0.3 N_f 100 (liquid methane modeled with the REAX force field, real units)
-fix 2 all nph iso 1.01325 1.01325 1
-fix 2 all qtb temp 300 damp 1 seed 47508 f_max 120.0 N_f 100 (quartz modeled with the BKS force field, metal units)
-
-
+
+fix 1 all nve
+fix 1 all qtb temp 110 damp 200 seed 35082 f_max 0.3 N_f 100 (liquid methane modeled with the REAX force field, real units)
+fix 2 all nph iso 1.01325 1.01325 1
+fix 2 all qtb temp 300 damp 1 seed 47508 f_max 120.0 N_f 100 (quartz modeled with the BKS force field, metal units)
+
Description
@@ -219,7 +219,7 @@ runs on different numbers of processors.
vibrational modes with frequencies higher than
f_max will not be
modulated. If we denote Δ<i>t</i> as the time interval for the
MD integration,
f_max is always reset by the code to make
-<i>α</i> = (int)(2
f_maxΔ<i>t</i>)<sup><i>-1</i></sup> a
+<i>α</i> = (int)(2*f_max*Δ<i>t</i>)<sup><i>-1</i></sup> a
positive integer and print out relative information. An appropriate
value for the cutoff frequency
f_max would be around 2~3
<i>f</i><sub>D</sub>, where <i>f</i><sub>D</sub> is the Debye
diff --git a/doc/html/fix_reax_bonds.html b/doc/html/fix_reax_bonds.html
index 0275b0ad0e..e8c6d12136 100644
--- a/doc/html/fix_reax_bonds.html
+++ b/doc/html/fix_reax_bonds.html
@@ -157,10 +157,8 @@ written to
filename on timesteps that are multiples of
Nevery,
including timestep 0. For time-averaged chemical species analysis,
please see the
fix reaxc/c/species command.
The format of the output file should be self-explantory.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_reaxc_species.html b/doc/html/fix_reaxc_species.html
index d4f4f182bd..fb72dd69c4 100644
--- a/doc/html/fix_reaxc_species.html
+++ b/doc/html/fix_reaxc_species.html
@@ -215,10 +215,8 @@ i.e. Nrepeat*Nevery can not exceed Nfreq.
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then bond-order
values on timesteps 90,92,94,96,98,100 will be used to compute the
average bond-order for the species analysis output on timestep 100.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix computes both a global vector of length 2 and a per-atom
diff --git a/doc/html/fix_restrain.html b/doc/html/fix_restrain.html
index 34228509c9..ef8c9949c2 100644
--- a/doc/html/fix_restrain.html
+++ b/doc/html/fix_restrain.html
@@ -154,12 +154,12 @@
Examples
-
fix holdem all restrain bond 45 48 2000.0 2000.0 2.75
-fix holdem all restrain dihedral 1 2 3 4 2000.0 2000.0 120.0
-fix holdem all restrain bond 45 48 2000.0 2000.0 2.75 dihedral 1 2 3 4 2000.0 2000.0 120.0
-fix texas_holdem all restrain dihedral 1 2 3 4 0.0 2000.0 120.0 dihedral 1 2 3 5 0.0 2000.0 -120.0 dihedral 1 2 3 6 0.0 2000.0 0.0
-
-
+
+fix holdem all restrain bond 45 48 2000.0 2000.0 2.75
+fix holdem all restrain dihedral 1 2 3 4 2000.0 2000.0 120.0
+fix holdem all restrain bond 45 48 2000.0 2000.0 2.75 dihedral 1 2 3 4 2000.0 2000.0 120.0
+fix texas_holdem all restrain dihedral 1 2 3 4 0.0 2000.0 120.0 dihedral 1 2 3 5 0.0 2000.0 -120.0 dihedral 1 2 3 6 0.0 2000.0 0.0
+
Description
@@ -202,7 +202,8 @@ works best for a given application.
molecule with particular restratins (e.g. for fitting forcefield
parameters or constructing a potential energy surface), commands such
as the following may be useful:
-
# minimize molecule energy with restraints
+
+# minimize molecule energy with restraints
velocity all create 600.0 8675309 mom yes rot yes dist gaussian
fix NVE all nve
fix TFIX all langevin 600.0 0.0 100 24601
@@ -218,8 +219,7 @@ minimize 1e-6 1e-9 1000 100000
# report unrestrained energies
unfix REST
run 0
-
-
+
The bond keyword applies a bond restraint to the specified atoms
using the same functional form used by the bond_style harmonic command. The potential associated with
@@ -259,10 +259,8 @@ associated with the restraint is
K and phi0 are specified with the fix. Note that the value of n is
hard-wired to 1. Also note that the energy will be a minimum when the
current dihedral angle phi is equal to phi0.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the potential energy associated with this fix to the
diff --git a/doc/html/fix_rigid.html b/doc/html/fix_rigid.html
index 8b0eef3e3a..3dc4ef9053 100644
--- a/doc/html/fix_rigid.html
+++ b/doc/html/fix_rigid.html
@@ -211,19 +211,19 @@
Examples
-
fix 1 clump rigid single
-fix 1 clump rigid/small molecule
-fix 1 clump rigid single force 1 off off on langevin 1.0 1.0 1.0 428984
-fix 1 polychains rigid/nvt molecule temp 1.0 1.0 5.0
-fix 1 polychains rigid molecule force 1*5 off off off force 6*10 off off on
-fix 1 polychains rigid/small molecule langevin 1.0 1.0 1.0 428984
-fix 2 fluid rigid group 3 clump1 clump2 clump3 torque * off off off
-fix 1 rods rigid/npt molecule temp 300.0 300.0 100.0 iso 0.5 0.5 10.0
-fix 1 particles rigid/npt molecule temp 1.0 1.0 5.0 x 0.5 0.5 1.0 z 0.5 0.5 1.0 couple xz
-fix 1 water rigid/nph molecule iso 0.5 0.5 1.0
-fix 1 particles rigid/npt/small molecule temp 1.0 1.0 1.0 iso 0.5 0.5 1.0
-
-
+
+fix 1 clump rigid single
+fix 1 clump rigid/small molecule
+fix 1 clump rigid single force 1 off off on langevin 1.0 1.0 1.0 428984
+fix 1 polychains rigid/nvt molecule temp 1.0 1.0 5.0
+fix 1 polychains rigid molecule force 1*5 off off off force 6*10 off off on
+fix 1 polychains rigid/small molecule langevin 1.0 1.0 1.0 428984
+fix 2 fluid rigid group 3 clump1 clump2 clump3 torque * off off off
+fix 1 rods rigid/npt molecule temp 300.0 300.0 100.0 iso 0.5 0.5 10.0
+fix 1 particles rigid/npt molecule temp 1.0 1.0 5.0 x 0.5 0.5 1.0 z 0.5 0.5 1.0 couple xz
+fix 1 water rigid/nph molecule iso 0.5 0.5 1.0
+fix 1 particles rigid/npt/small molecule temp 1.0 1.0 1.0 iso 0.5 0.5 1.0
+
Description
@@ -385,8 +385,8 @@ apply to is determined by the first argument of the
force and
torque keywords. It can be an integer M from 1 to Nbody, where
Nbody is the number of rigid bodies defined. A wild-card asterisk can
be used in place of, or in conjunction with, the M argument to set the
-flags for multiple rigid bodies. This takes the form “*” or “
n” or
-“n” or “m*n”. If N = the number of rigid bodies, then an asterisk
+flags for multiple rigid bodies. This takes the form “*” or “*n” or
+“n*” or “m*n”. If N = the number of rigid bodies, then an asterisk
with no numeric values means all bodies from 1 to N. A leading
asterisk means all bodies from 1 to n (inclusive). A trailing
asterisk means all bodies from n to N (inclusive). A middle asterisk
@@ -745,10 +745,8 @@ by including their suffix, or you can use the
suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about the 4 NVE rigid styles is written to binary restart files. The exception is if the infile or
mol keyword is used, in which case an auxiliary file is written out
with rigid body information each time a restart file is written, as
diff --git a/doc/html/fix_rx.html b/doc/html/fix_rx.html
index b39fe17f46..6d337133f8 100644
--- a/doc/html/fix_rx.html
+++ b/doc/html/fix_rx.html
@@ -147,13 +147,13 @@
Examples
-
fix 1 all rx kinetics.rx none dense lammps_rk4
-fix 1 all rx kinetics.rx none sparse lammps_rk4 1
-fix 1 all rx kinetics.rx lucy sparse lammps_rk4 10
-fix 1 all rx kinetics.rx none dense rkf45 1 100 1e-6 1e-8
-fix 1 all rx kinetics.rx none dense rkf45 1 100 1e-6 1e-8 -1
-
-
+
+fix 1 all rx kinetics.rx none dense lammps_rk4
+fix 1 all rx kinetics.rx none sparse lammps_rk4 1
+fix 1 all rx kinetics.rx lucy sparse lammps_rk4 10
+fix 1 all rx kinetics.rx none dense rkf45 1 100 1e-6 1e-8
+fix 1 all rx kinetics.rx none dense rkf45 1 100 1e-6 1e-8 -1
+
Description
@@ -271,7 +271,7 @@ temperature exponent
n, and the activation energy
Ea.
are used by the
fix eos/table/rx command to
define the thermodynamic properties of each species. Furthermore, the
number of species molecules (i.e., concentration) can be specified
-either with the
set command using the “
d_” prefix or by
+either with the
set command using the “d_” prefix or by
reading directly the concentrations from a data file. For the latter
case, the
read_data command with the fix keyword
should be specified, where the fix-ID will be the “fix rx`ID with a <SPECIES”>`_ suffix, e.g.
diff --git a/doc/html/fix_saed_vtk.html b/doc/html/fix_saed_vtk.html
index 29f7570dc9..08de66a8eb 100644
--- a/doc/html/fix_saed_vtk.html
+++ b/doc/html/fix_saed_vtk.html
@@ -128,9 +128,9 @@
fix saed/vtk command
Syntax
-
fix ID group-ID saed/vtk Nevery Nrepeat Nfreak c_ID attribute args ... keyword args ...
-
-
+
+fix ID group-ID saed/vtk Nevery Nrepeat Nfreak c_ID attribute args ... keyword args ...
+
- ID, group-ID are documented in fix command
- saed/vtk = style name of this fix command
@@ -154,14 +154,14 @@ keyword = file or ave or start or file or
Examples
-
compute 1 all saed 0.0251 Al O Kmax 1.70 Zone 0 0 1 dR_Ewald 0.01 c 0.5 0.5 0.5
-compute 2 all saed 0.0251 Ni Kmax 1.70 Zone 0 0 0 c 0.05 0.05 0.05 manual echo
-
-
-
fix saed/vtk 1 1 1 c_1 file Al2O3_001.saed
-fix saed/vtk 1 1 1 c_2 file Ni_000.saed
-
-
+
+compute 1 all saed 0.0251 Al O Kmax 1.70 Zone 0 0 1 dR_Ewald 0.01 c 0.5 0.5 0.5
+compute 2 all saed 0.0251 Ni Kmax 1.70 Zone 0 0 0 c 0.05 0.05 0.05 manual echo
+
+
+fix saed/vtk 1 1 1 c_1 file Al2O3_001.saed
+fix saed/vtk 1 1 1 c_2 file Ni_000.saed
+
Description
@@ -182,10 +182,10 @@ specified values may represent calculations performed by saed computes
which store their own “group” definitions.
Fix saed/vtk is designed to work only with compute saed
values, e.g.
-
compute 3 top saed 0.0251 Al O
-fix saed/vtk 1 1 1 c_3 file Al2O3_001.saed
-
-
+
+compute 3 top saed 0.0251 Al O
+fix saed/vtk 1 1 1 c_3 file Al2O3_001.saed
+
The Nevery, Nrepeat, and Nfreq arguments specify on what
timesteps the input values will be used in order to contribute to the
@@ -209,19 +209,19 @@ vtk image data formatting. The filename assigned by the file keyword i
appended with _N.vtk where N is an index (0,1,2...) to account for multiple
diffraction intensity outputs.
By default the header contains the following information (with example data):
-
# vtk DataFile Version 3.0 c_SAED
-Image data set
-ASCII
-DATASET STRUCTURED_POINTS
-DIMENSIONS 337 219 209
-ASPECT_RATIO 0.00507953 0.00785161 0.00821458
-ORIGIN -0.853361 -0.855826 -0.854316
-POINT_DATA 15424827
-SCALARS intensity float
-LOOKUP_TABLE default
-...data
-
-
+
+# vtk DataFile Version 3.0 c_SAED
+Image data set
+ASCII
+DATASET STRUCTURED_POINTS
+DIMENSIONS 337 219 209
+ASPECT_RATIO 0.00507953 0.00785161 0.00821458
+ORIGIN -0.853361 -0.855826 -0.854316
+POINT_DATA 15424827
+SCALARS intensity float
+LOOKUP_TABLE default
+...data
+
In this example, kspace is sampled across a 337 x 219 x 209 point mesh
where the mesh spacing is approximately 0.005, 0.007, and 0.008
inv(length) units in the k1, k2, and k3 directions, respectively.
@@ -264,9 +264,7 @@ intensity outputs.
The overwrite keyword will continuously overwrite the output file
with the latest output, so that it only contains one timestep worth of
output. This option can only be used with the ave running setting.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
No parameter of this fix can be used with the start/stop keywords of
diff --git a/doc/html/fix_shake.html b/doc/html/fix_shake.html
index 7cfb03e019..6c279062d0 100644
--- a/doc/html/fix_shake.html
+++ b/doc/html/fix_shake.html
@@ -289,10 +289,8 @@ the RATTLE constraints. You can check whether the constraints work
correctly by setting the value of RATTLE_DEBUG in src/fix_rattle.cpp
to 1 and recompiling LAMMPS.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about these fixes is written to binary restart files. None of the fix_modify options
are relevant to these fixes. No global or per-atom quantities are
stored by these fixes for access by various output commands. No parameter of these fixes
diff --git a/doc/html/fix_smd.html b/doc/html/fix_smd.html
index 5be23f5d7b..0c2d9bc519 100644
--- a/doc/html/fix_smd.html
+++ b/doc/html/fix_smd.html
@@ -212,9 +212,7 @@ over the pulling force in direction of the spring is recorded and
can then later be used to compute the potential of mean force (PMF)
by averaging over multiple independent trajectories along the same
pulling path.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
The fix stores the direction of the spring, current pulling target
distance and the running PMF to binary restart files.
See the read_restart command for info on how to
diff --git a/doc/html/fix_smd_adjust_dt.html b/doc/html/fix_smd_adjust_dt.html
index ebf49b94ca..734c433f36 100644
--- a/doc/html/fix_smd_adjust_dt.html
+++ b/doc/html/fix_smd_adjust_dt.html
@@ -128,9 +128,9 @@
fix smd/adjust_dt command
Syntax
-
fix ID group-ID smd/adjust_dt arg
-
-
+
+fix ID group-ID smd/adjust_dt arg
+
- ID, group-ID are documented in fix command
- smd/adjust_dt = style name of this fix command
@@ -142,9 +142,9 @@
Examples
-
fix 1 all smd/adjust_dt 0.1
-
-
+
+fix 1 all smd/adjust_dt 0.1
+
Description
@@ -157,9 +157,7 @@ stable maximum time step.
This fix inquires the minimum stable time increment across all particles contained in the group for which this
fix is defined. An additional safety factor s_fact is applied to the time increment.
See this PDF guide to use Smooth Mach Dynamics in LAMMPS.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Currently, no part of USER-SMD supports restarting nor minimization.
diff --git a/doc/html/fix_smd_integrate_tlsph.html b/doc/html/fix_smd_integrate_tlsph.html
index 194f99be37..04c9db062a 100644
--- a/doc/html/fix_smd_integrate_tlsph.html
+++ b/doc/html/fix_smd_integrate_tlsph.html
@@ -128,9 +128,9 @@
fix smd/integrate_tlsph command
Syntax
-
fix ID group-ID smd/integrate_tlsph keyword values
-
-
+
+fix ID group-ID smd/integrate_tlsph keyword values
+
- ID, group-ID are documented in fix command
- smd/integrate_tlsph = style name of this fix command
@@ -144,10 +144,10 @@
Examples
-
fix 1 all smd/integrate_tlsph
-fix 1 all smd/integrate_tlsph limit_velocity 1000
-
-
+
+fix 1 all smd/integrate_tlsph
+fix 1 all smd/integrate_tlsph limit_velocity 1000
+
Description
@@ -155,9 +155,7 @@
See this PDF guide to using Smooth Mach Dynamics in LAMMPS.
The limit_velocity keyword will control the velocity, scaling the norm of
the velocity vector to max_vel in case it exceeds this velocity limit.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
diff --git a/doc/html/fix_smd_integrate_ulsph.html b/doc/html/fix_smd_integrate_ulsph.html
index e45d7d3f31..58bd9fda2c 100644
--- a/doc/html/fix_smd_integrate_ulsph.html
+++ b/doc/html/fix_smd_integrate_ulsph.html
@@ -128,9 +128,9 @@
fix smd/integrate_ulsph command
Syntax
-
fix ID group-ID smd/integrate_ulsph keyword
-
-
+
+fix ID group-ID smd/integrate_ulsph keyword
+
- ID, group-ID are documented in fix command
- smd/integrate_ulsph = style name of this fix command
@@ -148,12 +148,12 @@ max_nn = maximum number of neighbors
Examples
-
fix 1 all smd/integrate_ulsph adjust_radius 1.02 25 50
-
-
-
fix 1 all smd/integrate_ulsph limit_velocity 1000
-
-
+
+fix 1 all smd/integrate_ulsph adjust_radius 1.02 25 50
+
+
+fix 1 all smd/integrate_ulsph limit_velocity 1000
+
Description
@@ -161,12 +161,10 @@ max_nn = maximum number of neighbors
See
this PDF guide to using Smooth Mach Dynamics in LAMMPS.
The adjust_radius keyword activates dynamic adjustment of the per-particle SPH smoothing kernel radius such that the number of neighbors per particles remains
within the interval min_nn to max_nn. The parameter adjust_radius_factor determines the amount of adjustment per timestep. Typical values are
-adjust_radius_factor=1.02, min_nn=15, and max_nn=20.
+
*adjust_radius_factor*=1.02,
*min_nn*=15, and
*max_nn*=20.
The limit_velocity keyword will control the velocity, scaling the norm of
the velocity vector to max_vel in case it exceeds this velocity limit.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
diff --git a/doc/html/fix_smd_move_triangulated_surface.html b/doc/html/fix_smd_move_triangulated_surface.html
index 689017806f..e3c04397e7 100644
--- a/doc/html/fix_smd_move_triangulated_surface.html
+++ b/doc/html/fix_smd_move_triangulated_surface.html
@@ -128,55 +128,53 @@
fix smd/move_tri_surf command
Syntax
-
fix ID group-ID smd/move_tri_surf keyword
-
-
+
+fix ID group-ID smd/move_tri_surf keyword
+
- ID, group-ID are documented in fix command
- smd/move_tri_surf keyword = style name of this fix command
-- keyword = **LINEAR* or **WIGGLE* or **ROTATE*
+- keyword = *LINEAR or *WIGGLE or *ROTATE
-
**LINEAR* args = Vx Vy Vz
- Vx,Vy,Vz = components of velocity vector (velocity units), any component can be specified as NULL
-**WIGGLE* args = Vx Vy Vz max_travel
- vx,vy,vz = components of velocity vector (velocity units), any component can be specified as NULL
- max_travel = wiggle amplitude
-**ROTATE* args = Px Py Pz Rx Ry Rz period
- Px,Py,Pz = origin point of axis of rotation (distance units)
- Rx,Ry,Rz = axis of rotation vector
- period = period of rotation (time units)
-
-
+
+*LINEAR args = Vx Vy Vz
+ Vx,Vy,Vz = components of velocity vector (velocity units), any component can be specified as NULL
+*WIGGLE args = Vx Vy Vz max_travel
+ vx,vy,vz = components of velocity vector (velocity units), any component can be specified as NULL
+ max_travel = wiggle amplitude
+*ROTATE args = Px Py Pz Rx Ry Rz period
+ Px,Py,Pz = origin point of axis of rotation (distance units)
+ Rx,Ry,Rz = axis of rotation vector
+ period = period of rotation (time units)
+
Examples
-
fix 1 tool smd/move_tri_surf *LINEAR 20 20 10
-fix 2 tool smd/move_tri_surf *WIGGLE 20 20 10
-fix 2 tool smd/move_tri_surf *ROTATE 0 0 0 5 2 1
-
-
+
+fix 1 tool smd/move_tri_surf *LINEAR 20 20 10
+fix 2 tool smd/move_tri_surf *WIGGLE 20 20 10
+fix 2 tool smd/move_tri_surf *ROTATE 0 0 0 5 2 1
+
Description
This fix applies only to rigid surfaces read from .STL files via fix smd/wall_surface .
It updates position and velocity for the particles in the group each timestep without regard to forces on the particles.
The rigid surfaces can thus be moved along simple trajectories during the simulation.
-
The **LINEAR* style moves particles with the specified constant velocity
+
The *LINEAR style moves particles with the specified constant velocity
vector V = (Vx,Vy,Vz). This style also sets the velocity of each particle
to V = (Vx,Vy,Vz).
-
The **WIGGLE* style moves particles in an oscillatory fashion.
+
The *WIGGLE style moves particles in an oscillatory fashion.
Particles are moved along (vx, vy, vz) with constant velocity until a
displacement of max_travel is reached. Then, the velocity vector is
reversed. This process is repeated.
-
The **ROTATE* style rotates particles around a rotation axis R = (Rx,Ry,Rz) that
+
The *ROTATE style rotates particles around a rotation axis R = (Rx,Ry,Rz) that
goes through a point P = (Px,Py,Pz). The period of the rotation is also
specified. This style also sets the velocity of each particle to (omega cross
Rperp) where omega is its angular velocity around the rotation axis and
Rperp is a perpendicular vector from the rotation axis to the particle.
See this PDF guide to using Smooth Mach Dynamics in LAMMPS.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
diff --git a/doc/html/fix_smd_setvel.html b/doc/html/fix_smd_setvel.html
index cb8449f1c0..16fc5abc50 100644
--- a/doc/html/fix_smd_setvel.html
+++ b/doc/html/fix_smd_setvel.html
@@ -146,9 +146,9 @@
Examples
-
fix top_velocity top_group setvel 1.0 0.0 0.0
-
-
+
+fix top_velocity top_group setvel 1.0 0.0 0.0
+
Description
@@ -174,10 +174,8 @@ coordinates. Thus it is easy to specify a spatially-dependent velocity
field with optional time-dependence as well.
If the region keyword is used, the particle must also be in the
specified geometric region in order to have its velocity set by this command.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Currently, no part of USER-SMD supports restarting nor minimization
None of the fix_modify options
are relevant to this fix.
diff --git a/doc/html/fix_smd_wall_surface.html b/doc/html/fix_smd_wall_surface.html
index 92d197d542..f51d51f6a6 100644
--- a/doc/html/fix_smd_wall_surface.html
+++ b/doc/html/fix_smd_wall_surface.html
@@ -128,9 +128,9 @@
fix smd/wall_surface command
Syntax
-
fix ID group-ID smd/wall_surface arg type mol-ID
-
-
+
+fix ID group-ID smd/wall_surface arg type mol-ID
+
- ID, group-ID are documented in fix command
- smd/wall_surface = style name of this fix command
@@ -146,9 +146,9 @@
Examples
-
fix stl_surf all smd/wall_surface tool.stl 2 65535
-
-
+
+fix stl_surf all smd/wall_surface tool.stl 2 65535
+
Description
@@ -160,9 +160,7 @@ It is possible to move the triangulated surface via the
this PDF guide to use Smooth Mach Dynamics in LAMMPS.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
diff --git a/doc/html/fix_spring.html b/doc/html/fix_spring.html
index a1d40fbf68..413066a788 100644
--- a/doc/html/fix_spring.html
+++ b/doc/html/fix_spring.html
@@ -215,9 +215,7 @@ spring command, if the rigid body will cross a periodic boundary.
This is because image flags for rigid bodies are used in a different
way, as explained on the
fix rigid doc page.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the energy stored in the spring to the system’s potential
diff --git a/doc/html/fix_spring_chunk.html b/doc/html/fix_spring_chunk.html
index 7373fd8e56..5ea20d8a43 100644
--- a/doc/html/fix_spring_chunk.html
+++ b/doc/html/fix_spring_chunk.html
@@ -166,9 +166,7 @@ the mass of the atom, and Mm is the total mass of all atoms in the
chunk. Note that K thus represents the spring constant for the
total force on each chunk of atoms, not for a spring applied to each
atom.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the energy stored in all the springs to the system’s potential
diff --git a/doc/html/fix_spring_rg.html b/doc/html/fix_spring_rg.html
index aeaa3bece4..8cb641326c 100644
--- a/doc/html/fix_spring_rg.html
+++ b/doc/html/fix_spring_rg.html
@@ -166,9 +166,7 @@ the mass of the entire group. Note that K is thus a force constant
for the aggregate force on the group of atoms, not a per-atom force.
If RG0 is specified as NULL, then the RG of the group is computed at
the time the fix is specified, and that value is used as the target.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_spring_self.html b/doc/html/fix_spring_self.html
index dbc542e600..28e33fc5ed 100644
--- a/doc/html/fix_spring_self.html
+++ b/doc/html/fix_spring_self.html
@@ -160,9 +160,7 @@ spring force is applied. By default, the restraint is applied in all
directions, but it can be limited to the xy-, xz-, yz-plane and the
x-, y-, or z-direction, thus restraining the atoms to a line or a
plane, respectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the original coordinates of tethered atoms to binary restart files, so that the spring effect will be the
same in a restarted simulation. See the
read_restart command for info on how to re-specify
diff --git a/doc/html/fix_store_state.html b/doc/html/fix_store_state.html
index 9d236aa13f..0a885ed683 100644
--- a/doc/html/fix_store_state.html
+++ b/doc/html/fix_store_state.html
@@ -137,43 +137,43 @@
N = store atom attributes every N steps, N = 0 for initial store only
input = one or more atom attributes
-
possible attributes = id, mol, type, mass,
- x, y, z, xs, ys, zs, xu, yu, zu, xsu, ysu, zsu, ix, iy, iz,
- vx, vy, vz, fx, fy, fz,
- q, mux, muy, muz, mu,
- radius, diameter, omegax, omegay, omegaz,
- angmomx, angmomy, angmomz, tqx, tqy, tqz,
- c_ID, c_ID[N], f_ID, f_ID[N], v_name,
- d_name, i_name
-
-
-
id = atom ID
-mol = molecule ID
-type = atom type
-mass = atom mass
-x,y,z = unscaled atom coordinates
-xs,ys,zs = scaled atom coordinates
-xu,yu,zu = unwrapped atom coordinates
-xsu,ysu,zsu = scaled unwrapped atom coordinates
-ix,iy,iz = box image that the atom is in
-vx,vy,vz = atom velocities
-fx,fy,fz = forces on atoms
-q = atom charge
-mux,muy,muz = orientation of dipolar atom
-mu = magnitued of dipole moment of atom
-radius,diameter = radius.diameter of spherical particle
-omegax,omegay,omegaz = angular velocity of spherical particle
-angmomx,angmomy,angmomz = angular momentum of aspherical particle
-tqx,tqy,tqz = torque on finite-size particles
-c_ID = per-atom vector calculated by a compute with ID
-c_ID[I] = Ith column of per-atom array calculated by a compute with ID
-f_ID = per-atom vector calculated by a fix with ID
-f_ID[I] = Ith column of per-atom array calculated by a fix with ID
-v_name = per-atom vector calculated by an atom-style variable with name
-d_name = per-atom floating point vector name, managed by fix property/atom
-i_name = per-atom integer vector name, managed by fix property/atom
-
-
+
+possible attributes = id, mol, type, mass,
+ x, y, z, xs, ys, zs, xu, yu, zu, xsu, ysu, zsu, ix, iy, iz,
+ vx, vy, vz, fx, fy, fz,
+ q, mux, muy, muz, mu,
+ radius, diameter, omegax, omegay, omegaz,
+ angmomx, angmomy, angmomz, tqx, tqy, tqz,
+ c_ID, c_ID[N], f_ID, f_ID[N], v_name,
+ d_name, i_name
+
+
+id = atom ID
+mol = molecule ID
+type = atom type
+mass = atom mass
+x,y,z = unscaled atom coordinates
+xs,ys,zs = scaled atom coordinates
+xu,yu,zu = unwrapped atom coordinates
+xsu,ysu,zsu = scaled unwrapped atom coordinates
+ix,iy,iz = box image that the atom is in
+vx,vy,vz = atom velocities
+fx,fy,fz = forces on atoms
+q = atom charge
+mux,muy,muz = orientation of dipolar atom
+mu = magnitued of dipole moment of atom
+radius,diameter = radius.diameter of spherical particle
+omegax,omegay,omegaz = angular velocity of spherical particle
+angmomx,angmomy,angmomz = angular momentum of aspherical particle
+tqx,tqy,tqz = torque on finite-size particles
+c_ID = per-atom vector calculated by a compute with ID
+c_ID[I] = Ith column of per-atom array calculated by a compute with ID
+f_ID = per-atom vector calculated by a fix with ID
+f_ID[I] = Ith column of per-atom array calculated by a fix with ID
+v_name = per-atom vector calculated by an atom-style variable with name
+d_name = per-atom floating point vector name, managed by fix property/atom
+i_name = per-atom integer vector name, managed by fix property/atom
+
- zero or more keyword/value pairs may be appended
- keyword = com
@@ -217,9 +217,7 @@ of the group of atoms, instead of storing the absolute position.
The requested values are stored in a per-atom vector or array as
discussed below. Zeroes are stored for atoms not in the specified
group.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the per-atom values it stores to binary restart files, so that the values can be restored when a
simulation is restarted. See the read_restart
command for info on how to re-specify a fix in an input script that
diff --git a/doc/html/fix_temp_berendsen.html b/doc/html/fix_temp_berendsen.html
index d628854ba7..56ae7e3339 100644
--- a/doc/html/fix_temp_berendsen.html
+++ b/doc/html/fix_temp_berendsen.html
@@ -192,9 +192,9 @@ thermostatting.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style “temp”, as if this command had been
issued:
-
compute fix-ID_temp group-ID temp
-
-
+
+compute fix-ID_temp group-ID temp
+
See the compute temp command for details. Note
that the ID of the new compute is the fix-ID + underscore + “temp”,
and the group for the new compute is the same as the fix group.
@@ -219,10 +219,8 @@ this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify temp option is supported by this
fix. You can use it to assign a temperature compute
diff --git a/doc/html/fix_temp_csvr.html b/doc/html/fix_temp_csvr.html
index 0d3874ecdd..1a1b23cc0d 100644
--- a/doc/html/fix_temp_csvr.html
+++ b/doc/html/fix_temp_csvr.html
@@ -210,9 +210,9 @@ thermostatting.
These fixes compute a temperature each timestep. To do this, the fix
creates its own compute of style “temp”, as if this command had been
issued:
-
compute fix-ID_temp group-ID temp
-
-
+
+compute fix-ID_temp group-ID temp
+
See the compute temp command for details. Note
that the ID of the new compute is the fix-ID + underscore + “temp”,
and the group for the new compute is the same as the fix group.
@@ -237,10 +237,8 @@ this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about these fixes are written to binary restart files.
The fix_modify temp option is supported by these
fixes. You can use it to assign a temperature compute
diff --git a/doc/html/fix_temp_rescale.html b/doc/html/fix_temp_rescale.html
index bfa398c38e..2b96f60e2e 100644
--- a/doc/html/fix_temp_rescale.html
+++ b/doc/html/fix_temp_rescale.html
@@ -198,9 +198,9 @@ thermostatting.
This fix computes a temperature each timestep. To do this, the fix
creates its own compute of style “temp”, as if one of this command had
been issued:
-
compute fix-ID_temp group-ID temp
-
-
+
+compute fix-ID_temp group-ID temp
+
See the compute temp for details. Note that the
ID of the new compute is the fix-ID + underscore + “temp”, and the
group for the new compute is the same as the fix group.
@@ -225,10 +225,8 @@ this case, the thermostat works in the following manner: the current
temperature is calculated taking the bias into account, bias is
removed from each atom, thermostatting is performed on the remaining
thermal degrees of freedom, and the bias is added back in.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify temp option is supported by this
fix. You can use it to assign a temperature compute
diff --git a/doc/html/fix_temp_rescale_eff.html b/doc/html/fix_temp_rescale_eff.html
index 826fcfb6f4..4a5b09b42a 100644
--- a/doc/html/fix_temp_rescale_eff.html
+++ b/doc/html/fix_temp_rescale_eff.html
@@ -154,9 +154,7 @@ their velocities.
The operation of this fix is exactly like that described by the fix temp/rescale command, except that the rescaling
is also applied to the radial electron velocity for electron
particles.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify temp option is supported by this
fix. You can use it to assign a temperature compute
diff --git a/doc/html/fix_tfmc.html b/doc/html/fix_tfmc.html
index 1fa84393e7..32b9de3cbb 100644
--- a/doc/html/fix_tfmc.html
+++ b/doc/html/fix_tfmc.html
@@ -228,10 +228,8 @@ translations or rotations of the fix group could be induced by these
external forces, and removing them will lead to a violation of
detailed balance.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
None of the fix_modify options are relevant to this
fix.
diff --git a/doc/html/fix_thermal_conductivity.html b/doc/html/fix_thermal_conductivity.html
index 97325bd91e..05f63ab2de 100644
--- a/doc/html/fix_thermal_conductivity.html
+++ b/doc/html/fix_thermal_conductivity.html
@@ -180,12 +180,12 @@ of the 2 atoms is performed, to conserve kinetic energy. Over time,
this induces a temperature gradient in the system which can be
measured using commands such as the following, which writes the
temperature profile (assuming z = edim) to the file tmp.profile:
-
compute ke all ke/atom
-variable temp atom c_ke/1.5
-compute layers all chunk/atom bin/1d z lower 0.05 units reduced
-fix 3 all ave/chunk 10 100 1000 layers v_temp file tmp.profile
-
-
+
+compute ke all ke/atom
+variable temp atom c_ke/1.5
+compute layers all chunk/atom bin/1d z lower 0.05 units reduced
+fix 3 all ave/chunk 10 100 1000 layers v_temp file tmp.profile
+
Note that by default, Nswap = 1, though this can be changed by the
optional swap keyword. Setting this parameter appropriately, in
conjunction with the swap rate N, allows the heat flux to be adjusted
@@ -221,9 +221,7 @@ not in a regime of linear response. In this case you cannot
accurately infer a thermal conductivity and should try increasing the
Nevery parameter.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix computes a global scalar which can be accessed by various
diff --git a/doc/html/fix_ti_rs.html b/doc/html/fix_ti_rs.html
index 311cabb702..f298fc952d 100644
--- a/doc/html/fix_ti_rs.html
+++ b/doc/html/fix_ti_rs.html
@@ -128,9 +128,9 @@
fix ti/rs command
Syntax
-
fix ID group-ID ti/rs lambda_initial lambda_final t_switch t_equil keyword value ...
-
-
+
+fix ID group-ID ti/rs lambda_initial lambda_final t_switch t_equil keyword value ...
+
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
This fix computes a global vector quantitie which can be accessed by
various output commands. The vector has
diff --git a/doc/html/fix_ti_spring.html b/doc/html/fix_ti_spring.html
index a0a3a6db23..e7d63d947a 100644
--- a/doc/html/fix_ti_spring.html
+++ b/doc/html/fix_ti_spring.html
@@ -128,9 +128,9 @@
fix ti/spring command
Syntax
-
fix ID group-ID ti/spring K t_switch t_equil keyword value ...
-
-
+
+fix ID group-ID ti/spring K t_switch t_equil keyword value ...
+
- ID, group-ID are documented in fix command
- ti/spring = style name of this fix command
@@ -205,9 +205,7 @@ issues with the canonical sampling of harmonic degrees of freedom
(notice that the chain option will NOT solve this problem). The
Langevin thermostat (fix langevin) works fine.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the original coordinates of tethered atoms to binary restart files, so that the spring effect will be the
same in a restarted simulation. See the read restart command for info on how to re-specify a fix
in an input script that reads a restart file, so that the operation of
diff --git a/doc/html/fix_ttm.html b/doc/html/fix_ttm.html
index af630d2964..1b12323895 100644
--- a/doc/html/fix_ttm.html
+++ b/doc/html/fix_ttm.html
@@ -131,50 +131,50 @@
fix ttm/mod command
Syntax
-
fix ID group-ID ttm seed C_e rho_e kappa_e gamma_p gamma_s v_0 Nx Ny Nz T_infile N T_outfile
-fix ID group-ID ttm/mod seed init_file Nx Ny Nz T_infile N T_outfile
-
-
+
+fix ID group-ID ttm seed C_e rho_e kappa_e gamma_p gamma_s v_0 Nx Ny Nz T_infile N T_outfile
+fix ID group-ID ttm/mod seed init_file Nx Ny Nz T_infile N T_outfile
+
- ID, group-ID are documented in fix command
- style = ttm or ttm_mod
- seed = random number seed to use for white noise (positive integer)
- remaining arguments for fix ttm:
-
C_e = electronic specific heat (energy/(electron*temperature) units)
-rho_e = electronic density (electrons/volume units)
-kappa_e = electronic thermal conductivity (energy/(time*distance*temperature) units)
-gamma_p = friction coefficient due to electron-ion interactions (mass/time units)
-gamma_s = friction coefficient due to electronic stopping (mass/time units)
-v_0 = electronic stopping critical velocity (velocity units)
-Nx = number of thermal solve grid points in the x-direction (positive integer)
-Ny = number of thermal solve grid points in the y-direction (positive integer)
-Nz = number of thermal solve grid points in the z-direction (positive integer)
-T_infile = filename to read initial electronic temperature from
-N = dump TTM temperatures every this many timesteps, 0 = no dump
-T_outfile = filename to write TTM temperatures to (only needed if N > 0)
-
-
+
+C_e = electronic specific heat (energy/(electron*temperature) units)
+rho_e = electronic density (electrons/volume units)
+kappa_e = electronic thermal conductivity (energy/(time*distance*temperature) units)
+gamma_p = friction coefficient due to electron-ion interactions (mass/time units)
+gamma_s = friction coefficient due to electronic stopping (mass/time units)
+v_0 = electronic stopping critical velocity (velocity units)
+Nx = number of thermal solve grid points in the x-direction (positive integer)
+Ny = number of thermal solve grid points in the y-direction (positive integer)
+Nz = number of thermal solve grid points in the z-direction (positive integer)
+T_infile = filename to read initial electronic temperature from
+N = dump TTM temperatures every this many timesteps, 0 = no dump
+T_outfile = filename to write TTM temperatures to (only needed if N > 0)
+
- remaining arguments for fix ttm/mod:
-
init_file = file with the parameters to TTM
-Nx = number of thermal solve grid points in the x-direction (positive integer)
-Ny = number of thermal solve grid points in the y-direction (positive integer)
-Nz = number of thermal solve grid points in the z-direction (positive integer)
-T_infile = filename to read initial electronic temperature from
-N = dump TTM temperatures every this many timesteps, 0 = no dump
-T_outfile = filename to write TTM temperatures to (only needed if N > 0)
-
-
+
+init_file = file with the parameters to TTM
+Nx = number of thermal solve grid points in the x-direction (positive integer)
+Ny = number of thermal solve grid points in the y-direction (positive integer)
+Nz = number of thermal solve grid points in the z-direction (positive integer)
+T_infile = filename to read initial electronic temperature from
+N = dump TTM temperatures every this many timesteps, 0 = no dump
+T_outfile = filename to write TTM temperatures to (only needed if N > 0)
+
Examples
-
fix 2 all ttm 699489 1.0 1.0 10 0.1 0.0 2.0 1 12 1 initialTs 1000 T.out
-fix 2 all ttm 123456 1.0 1.0 1.0 1.0 1.0 5.0 5 5 5 Te.in 1 Te.out
-fix 2 all ttm/mod 34277 parameters.txt 5 5 5 T_init 10 T_out
-
-
+
+fix 2 all ttm 699489 1.0 1.0 10 0.1 0.0 2.0 1 12 1 initialTs 1000 T.out
+fix 2 all ttm 123456 1.0 1.0 1.0 1.0 1.0 5.0 5 5 5 Te.in 1 Te.out
+fix 2 all ttm/mod 34277 parameters.txt 5 5 5 T_init 10 T_out
+
Description
@@ -330,34 +330,32 @@ is calculated as
The fix ttm/mod parameter file init_file has the following syntax/
Every line with the odd number is considered as a comment and
ignored. The lines with the even numbers are treated as follows:
-
a_0, energy/(temperature*electron) units
-a_1, energy/(temperature^2*electron) units
-a_2, energy/(temperature^3*electron) units
-a_3, energy/(temperature^4*electron) units
-a_4, energy/(temperature^5*electron) units
-C_0, energy/(temperature*electron) units
-A, 1/temperature units
-rho_e, electrons/volume units
-D_e, length^2/time units
-gamma_p, mass/time units
-gamma_s, mass/time units
-v_0, length/time units
-I_0, energy/(time*length^2) units
-lsurface, electron grid units (positive integer)
-rsurface, electron grid units (positive integer)
-l_skin, length units
-tau, time units
-B, dimensionless
-lambda, length units
-n_ion, ions/volume units
-surface_movement: 0 to disable tracking of surface motion, 1 to enable
-T_e_min, temperature units
-
-
-
+
+a_0, energy/(temperature*electron) units
+a_1, energy/(temperature^2*electron) units
+a_2, energy/(temperature^3*electron) units
+a_3, energy/(temperature^4*electron) units
+a_4, energy/(temperature^5*electron) units
+C_0, energy/(temperature*electron) units
+A, 1/temperature units
+rho_e, electrons/volume units
+D_e, length^2/time units
+gamma_p, mass/time units
+gamma_s, mass/time units
+v_0, length/time units
+I_0, energy/(time*length^2) units
+lsurface, electron grid units (positive integer)
+rsurface, electron grid units (positive integer)
+l_skin, length units
+tau, time units
+B, dimensionless
+lambda, length units
+n_ion, ions/volume units
+surface_movement: 0 to disable tracking of surface motion, 1 to enable
+T_e_min, temperature units
+
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
These fixes write the state of the electronic subsystem and the energy
exchange between the subsystems to binary restart files. See the read_restart command
for info on how to re-specify a fix in an input script that reads a
diff --git a/doc/html/fix_viscosity.html b/doc/html/fix_viscosity.html
index 03773104e4..16fa977a8f 100644
--- a/doc/html/fix_viscosity.html
+++ b/doc/html/fix_viscosity.html
@@ -226,9 +226,7 @@ deform the simmulation box via the PPPM solver since PPPM does not currently support
non-orthogonal boxes. Using fix viscosity keeps the box orthogonal;
thus it does not suffer from this limitation.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix.
This fix computes a global scalar which can be accessed by various
diff --git a/doc/html/fix_viscous.html b/doc/html/fix_viscous.html
index 5bf3e54e0a..e63286eaeb 100644
--- a/doc/html/fix_viscous.html
+++ b/doc/html/fix_viscous.html
@@ -194,10 +194,8 @@ performing the same operation as fix viscous. Also note that the
gamma of fix viscous is related to the damping parameter of fix langevin, however the former is specified in units
of force/velocity and the latter in units of time, so that it can more
easily be used as a thermostat.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_wall.html b/doc/html/fix_wall.html
index 8f3ac46551..0a1d123b92 100644
--- a/doc/html/fix_wall.html
+++ b/doc/html/fix_wall.html
@@ -179,12 +179,12 @@ args = coord epsilon sigma cutoff
Examples
-
fix wallhi all wall/lj93 xlo -1.0 1.0 1.0 2.5 units box
-fix wallhi all wall/lj93 xhi EDGE 1.0 1.0 2.5
-fix wallhi all wall/lj126 v_wiggle 23.2 1.0 1.0 2.5
-fix zwalls all wall/colloid zlo 0.0 1.0 1.0 0.858 zhi 40.0 1.0 1.0 0.858
-
-
+
+fix wallhi all wall/lj93 xlo -1.0 1.0 1.0 2.5 units box
+fix wallhi all wall/lj93 xhi EDGE 1.0 1.0 2.5
+fix wallhi all wall/lj126 v_wiggle 23.2 1.0 1.0 2.5
+fix zwalls all wall/colloid zlo 0.0 1.0 1.0 0.858 zhi 40.0 1.0 1.0 0.858
+
Description
@@ -321,22 +321,22 @@ want.
in a time-dependent fashion using equal-style
variables. The wall interaction parameters (epsilon,
sigma) could be varied with additional variable definitions.
-
variable ramp equal ramp(0,10)
-fix 1 all wall xlo v_ramp 1.0 1.0 2.5
-
-
-
variable linear equal vdisplace(0,20)
-fix 1 all wall xlo v_linear 1.0 1.0 2.5
-
-
-
variable wiggle equal swiggle(0.0,5.0,3.0)
-fix 1 all wall xlo v_wiggle 1.0 1.0 2.5
-
-
-
variable wiggle equal cwiggle(0.0,5.0,3.0)
-fix 1 all wall xlo v_wiggle 1.0 1.0 2.5
-
-
+
+variable ramp equal ramp(0,10)
+fix 1 all wall xlo v_ramp 1.0 1.0 2.5
+
+
+variable linear equal vdisplace(0,20)
+fix 1 all wall xlo v_linear 1.0 1.0 2.5
+
+
+variable wiggle equal swiggle(0.0,5.0,3.0)
+fix 1 all wall xlo v_wiggle 1.0 1.0 2.5
+
+
+variable wiggle equal cwiggle(0.0,5.0,3.0)
+fix 1 all wall xlo v_wiggle 1.0 1.0 2.5
+
The ramp(lo,hi) function adjusts the wall position linearly from lo to
hi over the course of a run. The vdisplace(c0,velocity) function does
something similar using the equation position = c0 + velocity*delta,
@@ -344,20 +344,18 @@ where delta is the elapsed time.
The swiggle(c0,A,period) function causes the wall position to
oscillate sinusoidally according to this equation, where omega = 2 PI
/ period:
-
position = c0 + A sin(omega*delta)
-
-
+
+position = c0 + A sin(omega*delta)
+
The cwiggle(c0,A,period) function causes the wall position to
oscillate sinusoidally according to this equation, which will have an
initial wall velocity of 0.0, and thus may impose a gentler
perturbation on the particles:
-
position = c0 + A (1 - cos(omega*delta))
-
-
-
+
+position = c0 + A (1 - cos(omega*delta))
+
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the energy of interaction between atoms and each wall to
diff --git a/doc/html/fix_wall_gran.html b/doc/html/fix_wall_gran.html
index 08178f888a..b6360f4ffb 100644
--- a/doc/html/fix_wall_gran.html
+++ b/doc/html/fix_wall_gran.html
@@ -128,9 +128,9 @@
fix wall/gran command
Syntax
-
fix ID group-ID wall/gran Kn Kt fstyle gamma_n gamma_t xmu dampflag wallstyle args keyword values ...
-
-
+
+fix ID group-ID wall/gran Kn Kt fstyle gamma_n gamma_t xmu dampflag wallstyle args keyword values ...
+
- ID, group-ID are documented in fix command
- wall/gran = style name of this fix command
@@ -241,9 +241,9 @@ is perpendicular to the wall, it is more of a shaking motion. A
zcylinder wall can only be wiggled in the z dimension.
Each timestep, the position of a wiggled wall in the appropriate dim
is set according to this equation:
-position = coord + A - A cos (omega * delta)
-
-
+
+position = coord + A - A cos (omega * delta)
+
where coord is the specified initial position of the wall, A is
the amplitude, omega is 2 PI / period, and delta is the time
elapsed since the fix was specified. The velocity of the wall is set
@@ -257,9 +257,7 @@ cylinder is moving in the z-direction along it’s axis. A dimension of
the clockwise direction for vshear > 0 or counter-clockwise for
vshear < 0. In this case, vshear is the tangential velocity of
the wall at whatever radius has been defined.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
This fix writes the shear friction state of atoms interacting with the
wall to binary restart files, so that a simulation can
continue correctly if granular potentials with shear “history” effects
diff --git a/doc/html/fix_wall_piston.html b/doc/html/fix_wall_piston.html
index ade80b4497..baed71d961 100644
--- a/doc/html/fix_wall_piston.html
+++ b/doc/html/fix_wall_piston.html
@@ -199,10 +199,8 @@ to define a wall position, but only when a numeric constant is used.
A
lattice value means the distance units are in lattice spacings.
The
lattice command must have been previously used to
define the lattice spacings.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_wall_reflect.html b/doc/html/fix_wall_reflect.html
index 4c6467cd42..9df5dfe8ef 100644
--- a/doc/html/fix_wall_reflect.html
+++ b/doc/html/fix_wall_reflect.html
@@ -162,11 +162,11 @@
Examples
-
fix xwalls all wall/reflect xlo EDGE xhi EDGE
-fix walls all wall/reflect xlo 0.0 ylo 10.0 units box
-fix top all wall/reflect zhi v_pressdown
-
-
+
+fix xwalls all wall/reflect xlo EDGE xhi EDGE
+fix walls all wall/reflect xlo 0.0 ylo 10.0 units box
+fix top all wall/reflect zhi v_pressdown
+
Description
@@ -215,22 +215,22 @@ define the lattice spacings.
Here are examples of variable definitions that move the wall position
in a time-dependent fashion using equal-style
variables.
-
variable ramp equal ramp(0,10)
-fix 1 all wall/reflect xlo v_ramp
-
-
-
variable linear equal vdisplace(0,20)
-fix 1 all wall/reflect xlo v_linear
-
-
-
variable wiggle equal swiggle(0.0,5.0,3.0)
-fix 1 all wall/reflect xlo v_wiggle
-
-
-
variable wiggle equal cwiggle(0.0,5.0,3.0)
-fix 1 all wall/reflect xlo v_wiggle
-
-
+
+variable ramp equal ramp(0,10)
+fix 1 all wall/reflect xlo v_ramp
+
+
+variable linear equal vdisplace(0,20)
+fix 1 all wall/reflect xlo v_linear
+
+
+variable wiggle equal swiggle(0.0,5.0,3.0)
+fix 1 all wall/reflect xlo v_wiggle
+
+
+variable wiggle equal cwiggle(0.0,5.0,3.0)
+fix 1 all wall/reflect xlo v_wiggle
+
The ramp(lo,hi) function adjusts the wall position linearly from lo to
hi over the course of a run. The vdisplace(c0,velocity) function does
something similar using the equation position = c0 + velocity*delta,
@@ -238,16 +238,16 @@ where delta is the elapsed time.
The swiggle(c0,A,period) function causes the wall position to
oscillate sinusoidally according to this equation, where omega = 2 PI
/ period:
-
position = c0 + A sin(omega*delta)
-
-
+
+position = c0 + A sin(omega*delta)
+
The cwiggle(c0,A,period) function causes the wall position to
oscillate sinusoidally according to this equation, which will have an
initial wall velocity of 0.0, and thus may impose a gentler
perturbation on the particles:
-
position = c0 + A (1 - cos(omega*delta))
-
-
+
+position = c0 + A (1 - cos(omega*delta))
+
Styles with a gpu, intel, kk, omp, or opt suffix are
functionally the same as the corresponding style without the suffix.
@@ -264,10 +264,8 @@ by including their suffix, or you can use the suffix command in your input script.
See Section_accelerate of the manual for
more instructions on how to use the accelerated styles effectively.
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files. None of the fix_modify options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various output commands. No parameter of this fix can
diff --git a/doc/html/fix_wall_region.html b/doc/html/fix_wall_region.html
index 4f24bee99a..ba645d66ef 100644
--- a/doc/html/fix_wall_region.html
+++ b/doc/html/fix_wall_region.html
@@ -280,9 +280,7 @@ and does not blow up as r -> 0, but you must use a large enough
epsilon that particles always reamin on the correct side of the
region surface (r > 0).
-
-
-
Restart, fix_modify, output, run start/stop, minimize info
+
Restart, fix_modify, output, run start/stop, minimize info:
No information about this fix is written to binary restart files.
The fix_modify energy option is supported by this
fix to add the energy of interaction between atoms and the wall to the
diff --git a/doc/html/genindex.html b/doc/html/genindex.html
index b30e351edf..b40e27bf00 100644
--- a/doc/html/genindex.html
+++ b/doc/html/genindex.html
@@ -156,93 +156,93 @@
- - angle_coeff
+
- angle\_coeff
- - angle_style
+
- angle\_style
- - angle_style charmm
+
- angle\_style charmm
- - angle_style class2
+
- angle\_style class2
- - angle_style cosine
+
- angle\_style cosine
- - angle_style cosine/delta
+
- angle\_style cosine/delta
- - angle_style cosine/periodic
+
- angle\_style cosine/periodic
- - angle_style cosine/shift
+
- angle\_style cosine/shift
- - angle_style cosine/shift/exp
+
- angle\_style cosine/shift/exp
- - angle_style cosine/squared
+
- angle\_style cosine/squared
- - angle_style dipole
+
- angle\_style dipole
|
- - angle_style fourier
+
- angle\_style fourier
- - angle_style fourier/simple
+
- angle\_style fourier/simple
- - angle_style harmonic
+
- angle\_style harmonic
- - angle_style hybrid
+
- angle\_style hybrid
- - angle_style none
+
- angle\_style none
- - angle_style quartic
+
- angle\_style quartic
- - angle_style sdk
+
- angle\_style sdk
- - angle_style table
+
- angle\_style table
- - angle_style zero
+
- angle\_style zero
- - atom_modify
+
- atom\_modify
- - atom_style
+
- atom\_style
|
@@ -256,69 +256,69 @@
- bond_coeff
+ bond\_coeff
- bond_style
+ bond\_style
- bond_style class2
+ bond\_style class2
- bond_style fene
+ bond\_style fene
- bond_style fene/expand
+ bond\_style fene/expand
- bond_style harmonic
+ bond\_style harmonic
- bond_style harmonic/shift
+ bond\_style harmonic/shift
- bond_style harmonic/shift/cut
+ bond\_style harmonic/shift/cut
- bond_style hybrid
+ bond\_style hybrid
- - bond_style morse
+
- bond\_style morse
- - bond_style none
+
- bond\_style none
- - bond_style nonlinear
+
- bond\_style nonlinear
- - bond_style quartic
+
- bond\_style quartic
- - bond_style table
+
- bond\_style table
- - bond_style zero
+
- bond\_style zero
- - bond_write
+
- bond\_write
@@ -336,7 +336,7 @@
- - change_box
+
- change\_box
@@ -344,11 +344,11 @@
- - comm_modify
+
- comm\_modify
- - comm_style
+
- comm\_style
@@ -798,19 +798,19 @@
- - compute_modify
+
- compute\_modify
- - create_atoms
+
- create\_atoms
- - create_bonds
+
- create\_bonds
- - create_box
+
- create\_box
|
@@ -820,11 +820,11 @@
- - delete_atoms
+
- delete\_atoms
- - delete_bonds
+
- delete\_bonds
@@ -832,73 +832,73 @@
- - dihedral_coeff
+
- dihedral\_coeff
- - dihedral_style
+
- dihedral\_style
- - dihedral_style charmm
+
- dihedral\_style charmm
- - dihedral_style class2
+
- dihedral\_style class2
- - dihedral_style cosine/shift/exp
+
- dihedral\_style cosine/shift/exp
- - dihedral_style fourier
+
- dihedral\_style fourier
- - dihedral_style harmonic
+
- dihedral\_style harmonic
- - dihedral_style helix
+
- dihedral\_style helix
- - dihedral_style hybrid
+
- dihedral\_style hybrid
- - dihedral_style multi/harmonic
+
- dihedral\_style multi/harmonic
- - dihedral_style nharmonic
+
- dihedral\_style nharmonic
|
- - dihedral_style none
+
- dihedral\_style none
- - dihedral_style opls
+
- dihedral\_style opls
- - dihedral_style quadratic
+
- dihedral\_style quadratic
- - dihedral_style spherical
+
- dihedral\_style spherical
- - dihedral_style table
+
- dihedral\_style table
- - dihedral_style zero
+
- dihedral\_style zero
@@ -906,7 +906,7 @@
- - displace_atoms
+
- displace\_atoms
@@ -930,7 +930,7 @@
- - dump_modify
+
- dump\_modify
|
@@ -1408,19 +1408,19 @@
- - fix smd/adjust_dt
+
- fix smd/adjust\_dt
- - fix smd/integrate_tlsph
+
- fix smd/integrate\_tlsph
- - fix smd/integrate_ulsph
+
- fix smd/integrate\_ulsph
- - fix smd/move_tri_surf
+
- fix smd/move\_tri\_surf
@@ -1428,7 +1428,7 @@
- - fix smd/wall_surface
+
- fix smd/wall\_surface
@@ -1540,7 +1540,7 @@
- - fix_modify
+
- fix\_modify
@@ -1570,57 +1570,57 @@
- - improper_coeff
+
- improper\_coeff
- - improper_style
+
- improper\_style
- - improper_style class2
+
- improper\_style class2
- - improper_style cossq
+
- improper\_style cossq
- - improper_style cvff
+
- improper\_style cvff
- - improper_style distance
+
- improper\_style distance
- - improper_style fourier
+
- improper\_style fourier
- - improper_style harmonic
+
- improper\_style harmonic
- - improper_style hybrid
+
- improper\_style hybrid
- - improper_style none
+
- improper\_style none
- - improper_style ring
+
- improper\_style ring
- - improper_style umbrella
+
- improper\_style umbrella
- - improper_style zero
+
- improper\_style zero
@@ -1648,13 +1648,13 @@
|
|