From c5ea28b3723537b6d411b080ac4a49c1131f6ea0 Mon Sep 17 00:00:00 2001
From: sjplimp
The primary developers of LAMMPS are Steve Plimpton, Paul +
The primary developers of LAMMPS are Steve Plimpton, Paul
Crozier, and Aidan Thompson who can be contacted at
sjplimp,pscrozi,athomps at sandia.gov. The LAMMPS WWW Site at
http://lammps.sandia.gov has more information about the code and its
@@ -100,7 +100,7 @@ listed above.
2.8 Running on GPUs
- 2.9 Tips for users of previous versions
+ 2.9 Tips for users of previous versions
A Python-based toolkit distributed by our group can read native LAMMPS dump files, including custom dump files with additional columns of user-specified atom information, and convert them to various formats -or pipe them into visualization software directly. See the Pizza.py +or pipe them into visualization software directly. See the Pizza.py WWW site for details. Specifically, Pizza.py can convert LAMMPS dump files into PDB, XYZ, Ensight, and VTK formats. Pizza.py can pipe LAMMPS dump files directly into the Raster3d and @@ -861,7 +861,7 @@ that generate torque:
The granular pair styles are used with atom_style @@ -1254,7 +1254,7 @@ pressure command calculates pressure.
All but the first 3 calculate velocity biases (i.e. advection velocities) that are removed when computing the thermal temperature. -Fix temp/sphere and fix +Compute temp/sphere and compute temp/asphere compute kinetic energy for extended particles that includes rotational degrees of freedom. They both allow, as an extra argument, which is another temperature compute diff --git a/doc/Section_howto.txt b/doc/Section_howto.txt index ba5e855d24..e4ec66aae0 100644 --- a/doc/Section_howto.txt +++ b/doc/Section_howto.txt @@ -662,10 +662,10 @@ LAMMPS can create XTC files directly (via "dump xtc") which is GROMACS file format which can also be read by "VMD"_vmd for visualization. See the "dump"_dump.html command for more information on XTC files. -:link(pizza,http://www.cs.sandia.gov/~sjplimp/pizza.html) +:link(pizza,http://www.sandia.gov/~sjplimp/pizza.html) :link(vmd,http://www.ks.uiuc.edu/Research/vmd) :link(ensight,http://www.ensight.com) -:link(atomeye,http://164.107.79.177/Archive/Graphics/A) +:link(atomeye,http://mt.seas.upenn.edu/Archive/Graphics/A) :line @@ -854,7 +854,7 @@ that generate torque: "pair_style gran/no_history"_pair_gran.html "pair_style dipole/cut"_pair_dipole.html "pair_style gayberne"_pair_gayberne.html -"pair_style resquared"_pair_resuared.html +"pair_style resquared"_pair_resquared.html "pair_style lubricate"_pair_lubricate.html :ul The "granular pair styles"_pair_gran.html are used with "atom_style @@ -1243,8 +1243,8 @@ pressure"_compute_pressure.html command calculates pressure. All but the first 3 calculate velocity biases (i.e. advection velocities) that are removed when computing the thermal temperature. -"Fix temp/sphere"_fix_temp_sphere.html and "fix -temp/asphere"_fix_temp_asphere.html compute kinetic energy for +"Compute temp/sphere"_compute_temp_sphere.html and "compute +temp/asphere"_compute_temp_asphere.html compute kinetic energy for extended particles that includes rotational degrees of freedom. They both allow, as an extra argument, which is another temperature compute that subtracts a velocity bias. This allows the translational diff --git a/doc/Section_intro.html b/doc/Section_intro.html index 210759bef0..8165316b0e 100644 --- a/doc/Section_intro.html +++ b/doc/Section_intro.html @@ -237,7 +237,7 @@ molecular dynamics options:
The core group of LAMMPS developers is at Sandia National Labs. They -include Steve Plimpton, Paul Crozier, and Aidan Thompson and can +include Steve Plimpton, Paul Crozier, and Aidan Thompson and can be contacted via email: sjplimp, pscrozi, athomps at sandia.gov.
Here are various folks who have made significant contributions to diff --git a/doc/Section_intro.txt b/doc/Section_intro.txt index af7ebae66b..77d27e4bee 100644 --- a/doc/Section_intro.txt +++ b/doc/Section_intro.txt @@ -233,7 +233,7 @@ coupled rigid body integration via the "POEMS"_fix_poems.html library "parallel tempering"_temper.html "parallel replica dynamics"_prd.html "Direct Simulation Monte Carlo"_pair_dsmc.html for low-density fluids -"Peridynamics mesoscale modeling"_pair_peri.html +"Peridynamics mesoscale modeling"_pair_peri_pmb.html "targeted"_fix_tmd.html and "steered"_fix_smd.html molecular dynamics "two-temperature electron model"_fix_ttm.html :ul @@ -478,7 +478,7 @@ Here are various folks who have made significant contributions to features in LAMMPS. The most recent contributions are at the top of the list. -:link(sjp,http://www.cs.sandia.gov/~sjplimp) +:link(sjp,http://www.sandia.gov/~sjplimp) pair yukawa/colloid : Randy Schunk (Sandia) fix wall/colloid : Jeremy Lechman (Sandia) diff --git a/doc/Section_tools.html b/doc/Section_tools.html index f4fb38d1b7..71104c2256 100644 --- a/doc/Section_tools.html +++ b/doc/Section_tools.html @@ -20,9 +20,9 @@ additional tools are provided with the LAMMPS distribution and are described in this section.
Our group has also written and released a separate toolkit called -Pizza.py which provides tools for doing setup, analysis, +Pizza.py which provides tools for doing setup, analysis, plotting, and visualization for LAMMPS simulations. Pizza.py is -written in Python and is available for download from the +written in Python and is available for download from the Pizza.py WWW site.
@@ -172,7 +172,7 @@ Greathouse at Sandia (jagreat at sandia.gov).The lmp2cfg sub-directory contains a tool for converting LAMMPS output files into a series of *.cfg files which can be read into the -AtomEye visualizer. See +AtomEye visualizer. See the README file for more information.
This tool was written by Ara Kooser at Sandia (askoose at sandia.gov). @@ -281,7 +281,7 @@ that perform common LAMMPS post-processing tasks, like
These are simple scripts built on Pizza.py modules. See the +
These are simple scripts built on Pizza.py modules. See the README for more info on Pizza.py and how to use these scripts.
fix compute-ID_store_coord group-ID store/coord-
See the fix store/coord command for details. +
See the fix store/coord command for details. Note that the ID of the new fix is the compute-ID + underscore + "store_coord", and the group for the new fix is the same as the compute group. diff --git a/doc/compute_displace_atom.txt b/doc/compute_displace_atom.txt index a351e57dc5..efbcf584dd 100644 --- a/doc/compute_displace_atom.txt +++ b/doc/compute_displace_atom.txt @@ -37,7 +37,7 @@ command had been issued: fix compute-ID_store_coord group-ID store/coord :pre -See the "fix store/coord"_fix_coord_original.html command for details. +See the "fix store/coord"_fix_store_coord.html command for details. Note that the ID of the new fix is the compute-ID + underscore + "store_coord", and the group for the new fix is the same as the compute group. diff --git a/doc/compute_erotate_asphere.html b/doc/compute_erotate_asphere.html index 07c915cedc..05cd1c7b03 100644 --- a/doc/compute_erotate_asphere.html +++ b/doc/compute_erotate_asphere.html @@ -63,7 +63,7 @@ particles, but they can be aspherical or spherical.
Related commands: none
-Default: none
diff --git a/doc/compute_erotate_asphere.txt b/doc/compute_erotate_asphere.txt index 6cd67a7027..92f03596de 100644 --- a/doc/compute_erotate_asphere.txt +++ b/doc/compute_erotate_asphere.txt @@ -60,6 +60,6 @@ particles, but they can be aspherical or spherical. [Related commands:] none -"compute erotate/sphere"_compute_rotate_sphere.html +"compute erotate/sphere"_compute_erotate_sphere.html [Default:] none diff --git a/doc/compute_erotate_sphere.html b/doc/compute_erotate_sphere.html index 911e76e113..58c65d3838 100644 --- a/doc/compute_erotate_sphere.html +++ b/doc/compute_erotate_sphere.html @@ -56,7 +56,7 @@ contribute to the rotational energy.Related commands:
-Default: none
diff --git a/doc/compute_erotate_sphere.txt b/doc/compute_erotate_sphere.txt index ca58e9309d..f7bf941e26 100644 --- a/doc/compute_erotate_sphere.txt +++ b/doc/compute_erotate_sphere.txt @@ -53,6 +53,6 @@ contribute to the rotational energy. [Related commands:] -"compute erotate/asphere"_compute_rotate_asphere.html +"compute erotate/asphere"_compute_erotate_asphere.html [Default:] none diff --git a/doc/compute_heat_flux.html b/doc/compute_heat_flux.html index 5875e7cbee..b16764b554 100644 --- a/doc/compute_heat_flux.html +++ b/doc/compute_heat_flux.html @@ -34,7 +34,7 @@ or to calculate a thermal conductivity using the Green-Kubo formalism.See the fix thermal/conductivity command for details on how to compute thermal conductivity in an -alternate way, via the Muller-Plathe method. See the fix +alternate way, via the Muller-Plathe method. See the fix heat command for a way to control the heat added or subtracted to a group of atoms.
diff --git a/doc/compute_heat_flux.txt b/doc/compute_heat_flux.txt index 9b1f9f3070..e5a213aabf 100644 --- a/doc/compute_heat_flux.txt +++ b/doc/compute_heat_flux.txt @@ -32,7 +32,7 @@ or to calculate a thermal conductivity using the Green-Kubo formalism. See the "fix thermal/conductivity"_fix_thermal_conductivity.html command for details on how to compute thermal conductivity in an alternate way, via the Muller-Plathe method. See the "fix -heat"_fix_heat command for a way to control the heat added or +heat"_fix_heat.html command for a way to control the heat added or subtracted to a group of atoms. The compute takes three arguments which are IDs of other diff --git a/doc/compute_modify.html b/doc/compute_modify.html index 793a767786..7106c3d22a 100644 --- a/doc/compute_modify.html +++ b/doc/compute_modify.html @@ -47,7 +47,7 @@ this option. The default is 2 or 3 for 2d or 3d systems which is a correction factor for an ensemble of velocities with zero total linear momentum. You can use a negative number for the extra parameter if you need to add -degrees-of-freedom. See the compute +degrees-of-freedom. See the compute temp/asphere command for an example.The dynamic keyword determines whether the number of atoms N in the diff --git a/doc/compute_modify.txt b/doc/compute_modify.txt index d903b0f15c..7606dc7828 100644 --- a/doc/compute_modify.txt +++ b/doc/compute_modify.txt @@ -41,7 +41,7 @@ systems"_dimension.html which is a correction factor for an ensemble of velocities with zero total linear momentum. You can use a negative number for the {extra} parameter if you need to add degrees-of-freedom. See the "compute -temp/asphere"_compute_temp_aspher.html command for an example. +temp/asphere"_compute_temp_asphere.html command for an example. The {dynamic} keyword determines whether the number of atoms N in the compute group is re-computed each time a temperature is computed. diff --git a/doc/compute_temp_com.html b/doc/compute_temp_com.html index 1472f34732..d55c85a074 100644 --- a/doc/compute_temp_com.html +++ b/doc/compute_temp_com.html @@ -57,7 +57,7 @@ that performs thermostatting then this bias will be subtracted from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include fix nvt, fix -temp/rescale, fix +temp/rescale, fix temp/berendsen, and fix langevin.
diff --git a/doc/compute_temp_com.txt b/doc/compute_temp_com.txt index fe1e2bd027..80cc4ea737 100644 --- a/doc/compute_temp_com.txt +++ b/doc/compute_temp_com.txt @@ -55,7 +55,7 @@ each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include "fix nvt"_fix_nh.html, "fix temp/rescale"_fix_temp_rescale.html, "fix -temp/berendsen"_fix_temp_berendsen, and "fix +temp/berendsen"_fix_temp_berendsen.html, and "fix langevin"_fix_langevin.html. This compute subtracts out degrees-of-freedom due to fixes that diff --git a/doc/compute_temp_deform.html b/doc/compute_temp_deform.html index 75c81403b4..31ba8d6776 100644 --- a/doc/compute_temp_deform.html +++ b/doc/compute_temp_deform.html @@ -81,7 +81,7 @@ command that performs thermostatting then this bias will be subtracted from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include fix nvt, fix -temp/rescale, fix +temp/rescale, fix temp/berendsen, and fix langevin. diff --git a/doc/compute_temp_deform.txt b/doc/compute_temp_deform.txt index 389e8e171a..26703f1d02 100644 --- a/doc/compute_temp_deform.txt +++ b/doc/compute_temp_deform.txt @@ -79,7 +79,7 @@ from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include "fix nvt"_fix_nh.html, "fix temp/rescale"_fix_temp_rescale.html, "fix -temp/berendsen"_fix_temp_berendsen, and "fix +temp/berendsen"_fix_temp_berendsen.html, and "fix langevin"_fix_langevin.html. This compute subtracts out degrees-of-freedom due to fixes that diff --git a/doc/compute_temp_partial.html b/doc/compute_temp_partial.html index f7df8c55ce..9ea238c850 100644 --- a/doc/compute_temp_partial.html +++ b/doc/compute_temp_partial.html @@ -57,7 +57,7 @@ that performs thermostatting then this bias will be subtracted from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include fix nvt, fix -temp/rescale, fix +temp/rescale, fix temp/berendsen, and fix langevin. diff --git a/doc/compute_temp_partial.txt b/doc/compute_temp_partial.txt index 82908d3520..7b999f69c3 100644 --- a/doc/compute_temp_partial.txt +++ b/doc/compute_temp_partial.txt @@ -55,7 +55,7 @@ each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include "fix nvt"_fix_nh.html, "fix temp/rescale"_fix_temp_rescale.html, "fix -temp/berendsen"_fix_temp_berendsen, and "fix +temp/berendsen"_fix_temp_berendsen.html, and "fix langevin"_fix_langevin.html. This compute subtracts out degrees-of-freedom due to fixes that diff --git a/doc/compute_temp_profile.html b/doc/compute_temp_profile.html index 73e5107897..242674a005 100644 --- a/doc/compute_temp_profile.html +++ b/doc/compute_temp_profile.html @@ -95,7 +95,7 @@ command that performs thermostatting then this bias will be subtracted from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include fix nvt, fix -temp/rescale, fix +temp/rescale, fix temp/berendsen, and fix langevin. diff --git a/doc/compute_temp_profile.txt b/doc/compute_temp_profile.txt index 4d13acbd26..bf2d921287 100644 --- a/doc/compute_temp_profile.txt +++ b/doc/compute_temp_profile.txt @@ -88,7 +88,7 @@ from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include "fix nvt"_fix_nh.html, "fix temp/rescale"_fix_temp_rescale.html, "fix -temp/berendsen"_fix_temp_berendsen, and "fix +temp/berendsen"_fix_temp_berendsen.html, and "fix langevin"_fix_langevin.html. This compute subtracts out degrees-of-freedom due to fixes that diff --git a/doc/compute_temp_ramp.html b/doc/compute_temp_ramp.html index c504d7f1d6..fa8b6b0ecf 100644 --- a/doc/compute_temp_ramp.html +++ b/doc/compute_temp_ramp.html @@ -76,7 +76,7 @@ command that performs thermostatting then this bias will be subtracted from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include fix nvt, fix -temp/rescale, fix +temp/rescale, fix temp/berendsen, and fix langevin. diff --git a/doc/compute_temp_ramp.txt b/doc/compute_temp_ramp.txt index f7e5d92adf..4f1ccc5963 100644 --- a/doc/compute_temp_ramp.txt +++ b/doc/compute_temp_ramp.txt @@ -73,7 +73,7 @@ from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include "fix nvt"_fix_nh.html, "fix temp/rescale"_fix_temp_rescale.html, "fix -temp/berendsen"_fix_temp_berendsen, and "fix +temp/berendsen"_fix_temp_berendsen.html, and "fix langevin"_fix_langevin.html. This compute subtracts out degrees-of-freedom due to fixes that diff --git a/doc/compute_temp_region.html b/doc/compute_temp_region.html index 291746fa7c..abed8dfb0f 100644 --- a/doc/compute_temp_region.html +++ b/doc/compute_temp_region.html @@ -66,7 +66,7 @@ compute is used with a fix command that performs thermostatting then this bias will be subtracted from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include -fix nvt, fix temp/rescale, fix +fix nvt, fix temp/rescale, fix temp/berendsen, and fix langevin. This means any of the thermostatting fixes can operate on a geometric region of atoms, as defined by this diff --git a/doc/compute_temp_region.txt b/doc/compute_temp_region.txt index c3e6092e46..823ecd1b0e 100644 --- a/doc/compute_temp_region.txt +++ b/doc/compute_temp_region.txt @@ -64,7 +64,7 @@ this bias will be subtracted from each atom, thermostatting of the remaining thermal velocity will be performed, and the bias will be added back in. Thermostatting fixes that work in this way include "fix nvt"_fix_nh.html, "fix temp/rescale"_fix_temp_rescale.html, "fix -temp/berendsen"_fix_temp_berendsen, and "fix +temp/berendsen"_fix_temp_berendsen.html, and "fix langevin"_fix_langevin.html. This means any of the thermostatting fixes can operate on a geometric region of atoms, as defined by this compute. diff --git a/doc/dump.html b/doc/dump.html index 2dac4ae213..ed14199987 100644 --- a/doc/dump.html +++ b/doc/dump.html @@ -123,7 +123,7 @@ individual values and the file itself.The atom, local, and custom styles create files in a simple text format that is self-explanatory when viewing a dump file. Many of the LAMMPS post-processing tools, including -Pizza.py, work with +Pizza.py, work with this format.
For post-processing purposes the atom and custom text files are diff --git a/doc/dump.txt b/doc/dump.txt index 6751d510a1..263510ac29 100644 --- a/doc/dump.txt +++ b/doc/dump.txt @@ -113,7 +113,7 @@ individual values and the file itself. The {atom}, {local}, and {custom} styles create files in a simple text format that is self-explanatory when viewing a dump file. Many of the LAMMPS "post-processing tools"_Section_tools.html, including -"Pizza.py"_http://www.cs.sandia.gov/~sjplimp/pizza.html, work with +"Pizza.py"_http://www.sandia.gov/~sjplimp/pizza.html, work with this format. For post-processing purposes the {atom} and {custom} text files are diff --git a/doc/fix_addforce.html b/doc/fix_addforce.html index 2cdc82377a..c2a33dfff6 100644 --- a/doc/fix_addforce.html +++ b/doc/fix_addforce.html @@ -47,12 +47,12 @@ the group. This command can be used to give an additional push to atoms in a simulation, such as for a simulation of Poiseuille flow in a channel.
-Any of the 3 quantities defining the force components can be -specified as an equal-style or atom-style variable, namely -fx, fy, fz. If the value is a variable, it should be specified -as v_ID, where ID is the variable ID. In this case, the variable will -be evaluated each timestep, and its value used to determine the -force component. +
Any of the 3 quantities defining the force components can be specified +as an equal-style or atom-style variable, namely fx, +fy, fz. If the value is a variable, it should be specified as +v_ID, where ID is the variable ID. In this case, the variable will be +evaluated each timestep, and its value used to determine the force +component.
Equal-style variables can specify formulas with various mathematical functions, and include thermo_style command diff --git a/doc/fix_addforce.txt b/doc/fix_addforce.txt index 0ee9a42f0c..31d132eef6 100644 --- a/doc/fix_addforce.txt +++ b/doc/fix_addforce.txt @@ -37,12 +37,12 @@ the group. This command can be used to give an additional push to atoms in a simulation, such as for a simulation of Poiseuille flow in a channel. -Any of the 3 quantities defining the force components can be -specified as an equal-style or atom-style "variable"_variable, namely -{fx}, {fy}, {fz}. If the value is a variable, it should be specified -as v_ID, where ID is the variable ID. In this case, the variable will -be evaluated each timestep, and its value used to determine the -force component. +Any of the 3 quantities defining the force components can be specified +as an equal-style or atom-style "variable"_variable.html, namely {fx}, +{fy}, {fz}. If the value is a variable, it should be specified as +v_ID, where ID is the variable ID. In this case, the variable will be +evaluated each timestep, and its value used to determine the force +component. Equal-style variables can specify formulas with various mathematical functions, and include "thermo_style"_thermo_style.html command diff --git a/doc/fix_atc.html b/doc/fix_atc.html index 85efdbdd70..83c3207406 100644 --- a/doc/fix_atc.html +++ b/doc/fix_atc.html @@ -205,7 +205,7 @@ conditions.
miscellaneous fix_modify commands:
-Default: none diff --git a/doc/fix_atc.txt b/doc/fix_atc.txt index ccde62405e..48a1c34c25 100644 --- a/doc/fix_atc.txt +++ b/doc/fix_atc.txt @@ -198,7 +198,7 @@ fix_modify commands for post-processing: "fix_modify AtC transfer fields"_USER/atc/man_hardy_fields.html "fix_modify AtC transfer gradients"_USER/atc/man_hardy_gradients.html -"fix_modify AtC transfer rates"_USER/atc/man_hardy_rates.htm +"fix_modify AtC transfer rates"_USER/atc/man_hardy_rates.html "fix_modify AtC transfer computes"_USER/atc/man_hardy_computes.html "fix_modify AtC set"_USER/atc/man_hardy_set.html "fix_modify AtC transfer on_the_fly"_USER/atc/man_hardy_on_the_fly.html @@ -207,7 +207,7 @@ fix_modify commands for post-processing: miscellaneous fix_modify commands: -"fix_modify AtC transfer atom_element_map"_USER/atc/man_atom_element_map.htm +"fix_modify AtC transfer atom_element_map"_USER/atc/man_atom_element_map.html "fix_modify AtC transfer neighbor_reset_frequency"_USER/atc/man_neighbor_reset_frequency.html :ul [Default:] none diff --git a/doc/fix_aveforce.html b/doc/fix_aveforce.html index 7355730f29..72190ab685 100644 --- a/doc/fix_aveforce.html +++ b/doc/fix_aveforce.html @@ -56,9 +56,9 @@ same as specifying a 0.0 value, since that sets all forces to the same average value without adding in any additional force.
Any of the 3 quantities defining the force components can be specified -as an equal-style variable, namely fx, fy, fz. If -the value is a variable, it should be specified as v_ID, where ID is -the variable ID. In this case, the variable will be evaluated each +as an equal-style variable, namely fx, fy, fz. +If the value is a variable, it should be specified as v_ID, where ID +is the variable ID. In this case, the variable will be evaluated each timestep, and its value used to determine the average force.
Equal-style variables can specify formulas with various mathematical diff --git a/doc/fix_aveforce.txt b/doc/fix_aveforce.txt index df53cae2ae..a5254f2100 100644 --- a/doc/fix_aveforce.txt +++ b/doc/fix_aveforce.txt @@ -46,9 +46,9 @@ same as specifying a 0.0 value, since that sets all forces to the same average value without adding in any additional force. Any of the 3 quantities defining the force components can be specified -as an equal-style "variable"_variable, namely {fx}, {fy}, {fz}. If -the value is a variable, it should be specified as v_ID, where ID is -the variable ID. In this case, the variable will be evaluated each +as an equal-style "variable"_variable.html, namely {fx}, {fy}, {fz}. +If the value is a variable, it should be specified as v_ID, where ID +is the variable ID. In this case, the variable will be evaluated each timestep, and its value used to determine the average force. Equal-style variables can specify formulas with various mathematical diff --git a/doc/fix_deform.html b/doc/fix_deform.html index 8ee69c66df..2cb1805bac 100644 --- a/doc/fix_deform.html +++ b/doc/fix_deform.html @@ -419,7 +419,7 @@ not remapped even if remap is set to v, since fix +include a background fluid and thermostat the fluid via fix nvt/sllod.
The units keyword determines the meaning of the distance units used diff --git a/doc/fix_deform.txt b/doc/fix_deform.txt index 33d1ad3a7c..3cda5dbd7a 100644 --- a/doc/fix_deform.txt +++ b/doc/fix_deform.txt @@ -410,7 +410,7 @@ nvt/sllod"_fix_nvt_sllod.html does not currently do anything special for rigid particles. If you wish to perform a NEMD simulation of rigid particles, you can either thermostat them independently or include a background fluid and thermostat the fluid via "fix -nvt/sllod"_fix_nvt_sllod. +nvt/sllod"_fix_nvt_sllod.html. The {units} keyword determines the meaning of the distance units used to define various arguments. A {box} value selects standard distance diff --git a/doc/fix_heat.html b/doc/fix_heat.html index 5daf47d5cd..293e131e73 100644 --- a/doc/fix_heat.html +++ b/doc/fix_heat.html @@ -67,8 +67,8 @@ or fix temp/rescale in that energy is added/subtracted continually. Thus if there isn't another mechanism in place to counterbalance this effect, the entire system will heat or cool continuously. You can use multiple heat fixes so that the net -energy change is 0.0 or use fix viscous to drain energy -from the system. +energy change is 0.0 or use fix viscous to drain +energy from the system.
This fix does not change the coordinates of its atoms; it only scales their velocities. Thus you must still use an integration fix diff --git a/doc/fix_heat.txt b/doc/fix_heat.txt index 2a494d5e66..9848ccb54e 100644 --- a/doc/fix_heat.txt +++ b/doc/fix_heat.txt @@ -57,8 +57,8 @@ or "fix temp/rescale"_fix_temp_rescale.html in that energy is added/subtracted continually. Thus if there isn't another mechanism in place to counterbalance this effect, the entire system will heat or cool continuously. You can use multiple heat fixes so that the net -energy change is 0.0 or use "fix viscous"_fix_viscous to drain energy -from the system. +energy change is 0.0 or use "fix viscous"_fix_viscous.html to drain +energy from the system. This fix does not change the coordinates of its atoms; it only scales their velocities. Thus you must still use an integration fix diff --git a/doc/fix_indent.html b/doc/fix_indent.html index f66f5b3001..f5f57b5982 100644 --- a/doc/fix_indent.html +++ b/doc/fix_indent.html @@ -98,13 +98,13 @@ the plane's current position will feel no force. Vice versa if side is specified as hi.
Any of the 4 quantities defining a spherical indenter's geometry can -be specified as an equal-style variable, namely x, y, -z, or R. Similarly, for a cylindrical indenter, any of c1, +be specified as an equal-style variable, namely x, +y, z, or R. Similarly, for a cylindrical indenter, any of c1, c2, or R, can be a variable. For a planar indenter, pos can be a variable. If the value is a variable, it should be specified as v_ID, where ID is the variable ID. In this case, the variable will be evaluated each timestep, and its value used to define the indenter -geometry. +geometry.
Note that equal-style variables can specify formulas with various mathematical functions, and include thermo_style diff --git a/doc/fix_indent.txt b/doc/fix_indent.txt index e632c39b9e..1064b3402e 100644 --- a/doc/fix_indent.txt +++ b/doc/fix_indent.txt @@ -89,13 +89,13 @@ the plane's current position will feel no force. Vice versa if {side} is specified as {hi}. Any of the 4 quantities defining a spherical indenter's geometry can -be specified as an equal-style "variable"_variable, namely {x}, {y}, -{z}, or {R}. Similarly, for a cylindrical indenter, any of {c1}, +be specified as an equal-style "variable"_variable.html, namely {x}, +{y}, {z}, or {R}. Similarly, for a cylindrical indenter, any of {c1}, {c2}, or {R}, can be a variable. For a planar indenter, {pos} can be a variable. If the value is a variable, it should be specified as v_ID, where ID is the variable ID. In this case, the variable will be evaluated each timestep, and its value used to define the indenter -geometry. +geometry. Note that equal-style variables can specify formulas with various mathematical functions, and include "thermo_style"_thermo_style.html diff --git a/doc/fix_nh.html b/doc/fix_nh.html index 6bc2b61591..3418830ccd 100644 --- a/doc/fix_nh.html +++ b/doc/fix_nh.html @@ -51,7 +51,7 @@ keyword = temp or iso or aniso or tri or x or
fix 1 all nvt temp 300.0 300.0 100.0 fix 1 water npt temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0 fix 2 jello npt temp 300.0 300.0 100.0 tri 5.0 5.0 1000.0 -fix 2 ice nph temp 273.15 273.15 x 1.0 1.0 0.5 y 2.0 2.0 0.5 z 3.0 3.0 0.5 yz 0.1 0.1 0.5 xz 0.2 0.2 0.5 xy 0.3 0.3 0.5 nreset 1000 +fix 2 ice nph x 1.0 1.0 0.5 y 2.0 2.0 0.5 z 3.0 3.0 0.5 yz 0.1 0.1 0.5 xz 0.2 0.2 0.5 xy 0.3 0.3 0.5 nreset 1000
Description:
diff --git a/doc/fix_nh.txt b/doc/fix_nh.txt index c506a031ef..e58ef923fd 100644 --- a/doc/fix_nh.txt +++ b/doc/fix_nh.txt @@ -43,7 +43,7 @@ keyword = {temp} or {iso} or {aniso} or {tri} or {x} or {y} or {z} or {xy} or {y fix 1 all nvt temp 300.0 300.0 100.0 fix 1 water npt temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0 fix 2 jello npt temp 300.0 300.0 100.0 tri 5.0 5.0 1000.0 -fix 2 ice nph temp 273.15 273.15 x 1.0 1.0 0.5 y 2.0 2.0 0.5 z 3.0 3.0 0.5 yz 0.1 0.1 0.5 xz 0.2 0.2 0.5 xy 0.3 0.3 0.5 nreset 1000 :pre +fix 2 ice nph x 1.0 1.0 0.5 y 2.0 2.0 0.5 z 3.0 3.0 0.5 yz 0.1 0.1 0.5 xz 0.2 0.2 0.5 xy 0.3 0.3 0.5 nreset 1000 :pre [Description:] diff --git a/doc/fix_press_berendsen.html b/doc/fix_press_berendsen.html index 3e827822ef..3f59e51cff 100644 --- a/doc/fix_press_berendsen.html +++ b/doc/fix_press_berendsen.html @@ -75,10 +75,10 @@ thermostatting and barostatting. ability to specify the 3 diagonal components of an external stress tensor, and to couple various of these components together so that the dimensions they represent are varied together during a -constant-pressure simulation. Unlike the fix npt and -fix nph commands, this fix cannot be used with -triclinic (non-orthogonal) simulation boxes to control all 6 -components of the general pressure tensor. +constant-pressure simulation. Unlike the fix npt and +fix nph commands, this fix cannot be used with triclinic +(non-orthogonal) simulation boxes to control all 6 components of the +general pressure tensor.The target pressures for each of the 3 diagonal components of the stress tensor can be specified independently via the x, y, z, diff --git a/doc/fix_press_berendsen.txt b/doc/fix_press_berendsen.txt index fef8af2e34..696b89cce7 100644 --- a/doc/fix_press_berendsen.txt +++ b/doc/fix_press_berendsen.txt @@ -69,10 +69,10 @@ The barostat is specified using one or more of the {iso}, {aniso}, ability to specify the 3 diagonal components of an external stress tensor, and to couple various of these components together so that the dimensions they represent are varied together during a -constant-pressure simulation. Unlike the "fix npt"_fix_npt.html and -"fix nph"_fix_nph.html commands, this fix cannot be used with -triclinic (non-orthogonal) simulation boxes to control all 6 -components of the general pressure tensor. +constant-pressure simulation. Unlike the "fix npt"_fix_nh.html and +"fix nph"_fix_nh.html commands, this fix cannot be used with triclinic +(non-orthogonal) simulation boxes to control all 6 components of the +general pressure tensor. The target pressures for each of the 3 diagonal components of the stress tensor can be specified independently via the {x}, {y}, {z}, diff --git a/doc/fix_rigid.html b/doc/fix_rigid.html index 2597d1d61e..2fb9e93217 100644 --- a/doc/fix_rigid.html +++ b/doc/fix_rigid.html @@ -251,14 +251,14 @@ modified when the center-of-mass of the rigid body moves across a periodic boundary. They are not incremented/decremented as they would be for non-rigid atoms. This change does not affect dynamics, but means that any diagnostic computation based on the atomic image flag -values must be adjusted accordingly. For example, the fix +values must be adjusted accordingly. For example, the compute msd will not compute the expected mean-squared displacement for such atoms, and the image flag values written to a dump file will be different than they would be if the atoms were not in a rigid body. It also means that if you have bonds between a pair of rigid bodies and the bond straddles a periodic -boundary, you cannot use the replicate command to increase -the system size. +boundary, you cannot use the replicate command to +increase the system size.
Any of the fx,fy,fz values can be specified as NULL which means do not alter the force component in that dimension.
-Any of the 3 quantities defining the force components can be -specified as an equal-style or atom-style variable, namely -fx, fy, fz. If the value is a variable, it should be specified -as v_ID, where ID is the variable ID. In this case, the variable will -be evaluated each timestep, and its value used to determine the -force component. +
Any of the 3 quantities defining the force components can be specified +as an equal-style or atom-style variable, namely fx, +fy, fz. If the value is a variable, it should be specified as +v_ID, where ID is the variable ID. In this case, the variable will be +evaluated each timestep, and its value used to determine the force +component.
Equal-style variables can specify formulas with various mathematical functions, and include thermo_style command diff --git a/doc/fix_setforce.txt b/doc/fix_setforce.txt index bc5fde3fd3..a666d08358 100644 --- a/doc/fix_setforce.txt +++ b/doc/fix_setforce.txt @@ -39,12 +39,12 @@ force, assuming their initial velocity zero. Any of the fx,fy,fz values can be specified as NULL which means do not alter the force component in that dimension. -Any of the 3 quantities defining the force components can be -specified as an equal-style or atom-style "variable"_variable, namely -{fx}, {fy}, {fz}. If the value is a variable, it should be specified -as v_ID, where ID is the variable ID. In this case, the variable will -be evaluated each timestep, and its value used to determine the -force component. +Any of the 3 quantities defining the force components can be specified +as an equal-style or atom-style "variable"_variable.html, namely {fx}, +{fy}, {fz}. If the value is a variable, it should be specified as +v_ID, where ID is the variable ID. In this case, the variable will be +evaluated each timestep, and its value used to determine the force +component. Equal-style variables can specify formulas with various mathematical functions, and include "thermo_style"_thermo_style.html command diff --git a/doc/fix_store_coord.html b/doc/fix_store_coord.html index 153f38805a..11983a0cbe 100644 --- a/doc/fix_store_coord.html +++ b/doc/fix_store_coord.html @@ -87,7 +87,7 @@ minimization
Related commands:
compute msd, compute -displace/atom, compute +displace/atom, fix store/force
Default: diff --git a/doc/fix_store_coord.txt b/doc/fix_store_coord.txt index 5b401d649b..8fbe2462c8 100644 --- a/doc/fix_store_coord.txt +++ b/doc/fix_store_coord.txt @@ -79,8 +79,8 @@ minimization"_minimize.html. [Related commands:] "compute msd"_compute_msd.html, "compute -displace/atom"_compute_displace_atom.html, "compute -store/force"_compute_store_force.html +displace/atom"_compute_displace_atom.html, "fix +store/force"_fix_store_force.html [Default:] diff --git a/doc/fix_store_force.html b/doc/fix_store_force.html index 1b5caf7fc3..ad64aa956d 100644 --- a/doc/fix_store_force.html +++ b/doc/fix_store_force.html @@ -70,7 +70,7 @@ minimization.
Related commands:
-Default: none
diff --git a/doc/fix_store_force.txt b/doc/fix_store_force.txt index daa36777ce..af9b295aca 100644 --- a/doc/fix_store_force.txt +++ b/doc/fix_store_force.txt @@ -67,6 +67,6 @@ minimization"_minimize.html. [Related commands:] -"compute store/coord"_compute_store_coord.html +"fix store/coord"_fix_store_coord.html [Default:] none diff --git a/doc/fix_ttm.html b/doc/fix_ttm.html index 5c42749f95..2c5eb9e006 100644 --- a/doc/fix_ttm.html +++ b/doc/fix_ttm.html @@ -192,7 +192,7 @@ minimization.Restrictions:
This fix can only be used for 3d simulations and orthogonal -simlulation boxes. You must use periodic boundary +simlulation boxes. You must use periodic boundary conditions with this fix.
Related commands: diff --git a/doc/fix_ttm.txt b/doc/fix_ttm.txt index 01f7b920c6..ddd76c7792 100644 --- a/doc/fix_ttm.txt +++ b/doc/fix_ttm.txt @@ -189,7 +189,7 @@ minimization"_minimize.html. [Restrictions:] This fix can only be used for 3d simulations and orthogonal -simlulation boxes. You must use periodic "boundary"_doc/boundary.html +simlulation boxes. You must use periodic "boundary"_boundary.html conditions with this fix. [Related commands:] diff --git a/doc/fix_wall_reflect.html b/doc/fix_wall_reflect.html index d57efeb8a8..7a97811ce3 100644 --- a/doc/fix_wall_reflect.html +++ b/doc/fix_wall_reflect.html @@ -60,14 +60,14 @@ This fix is not invoked during energy minimization
A reflecting wall should not be used with rigid bodies such as those defined by a "fix rigid" command. This is because the wall/reflect displaces atoms directly rather than exerts a force on them. For -rigid bodies, use a soft wall instead, such as fix +rigid bodies, use a soft wall instead, such as fix wall/lj93. LAMMPS will flag the use of a rigid fix with fix wall/reflect with a warning, but will not generate an error.
Related commands:
-fix wall/lj93 command +
fix wall/lj93 command
Default: none
diff --git a/doc/fix_wall_reflect.txt b/doc/fix_wall_reflect.txt index 23bb6c9a94..bb3f062ce1 100644 --- a/doc/fix_wall_reflect.txt +++ b/doc/fix_wall_reflect.txt @@ -58,13 +58,13 @@ A reflecting wall should not be used with rigid bodies such as those defined by a "fix rigid" command. This is because the wall/reflect displaces atoms directly rather than exerts a force on them. For rigid bodies, use a soft wall instead, such as "fix -wall/lj93"_fix_wall_lj93.html. LAMMPS will flag the use of a rigid +wall/lj93"_fix_wall.html. LAMMPS will flag the use of a rigid fix with fix wall/reflect with a warning, but will not generate an error. [Related commands:] -"fix wall/lj93"_fix_wall_lj93.html command +"fix wall/lj93"_fix_wall.html command [Default:] none diff --git a/doc/group.html b/doc/group.html index 8c6d43189a..e771f17852 100644 --- a/doc/group.html +++ b/doc/group.html @@ -106,7 +106,7 @@ group. This group cannot be deleted.Related commands:
dump, fix, region, -temperature, velocity +velocity
Default:
diff --git a/doc/group.txt b/doc/group.txt index 9e7dcab6cc..53f52ffd86 100644 --- a/doc/group.txt +++ b/doc/group.txt @@ -101,7 +101,7 @@ There can be no more than 32 groups defined at one time, including [Related commands:] "dump"_dump.html, "fix"_fix.html, "region"_region.html, -"temperature"_temperature.html, "velocity"_velocity.html +"velocity"_velocity.html [Default:] diff --git a/doc/kspace_style.html b/doc/kspace_style.html index 992205e792..57c035f570 100644 --- a/doc/kspace_style.html +++ b/doc/kspace_style.html @@ -108,9 +108,10 @@ style pppm/tip4p and vice versa.Related commands:
-kspace_modify, pair_style -lj/cut/coul/long, pair_style lj/charmm/coul/long, -pair_style lj/coul, pair_style buck/coul +
kspace_modify, pair_style +lj/cut/coul/long, pair_style +lj/charmm/coul/long, pair_style +lj/coul, pair_style buck/coul/long
Default:
diff --git a/doc/kspace_style.txt b/doc/kspace_style.txt index a4c45269dc..b6b12696d2 100644 --- a/doc/kspace_style.txt +++ b/doc/kspace_style.txt @@ -103,9 +103,10 @@ style {pppm/tip4p} and vice versa. [Related commands:] -"kspace_modify"_kspace_modify.html, "pair_style"_pair_style.html -lj/cut/coul/long, "pair_style"_pair_style.html lj/charmm/coul/long, -"pair_style"_pair_style lj/coul, "pair_style"_pair_style buck/coul +"kspace_modify"_kspace_modify.html, "pair_style +lj/cut/coul/long"_pair_lj.html, "pair_style +lj/charmm/coul/long"_pair_charmm.html, "pair_style +lj/coul"_pair_lj_coul.html, "pair_style buck/coul/long"_pair_buck.html [Default:] diff --git a/doc/lattice.html b/doc/lattice.html index fc5b26e847..07e8e45fb0 100644 --- a/doc/lattice.html +++ b/doc/lattice.html @@ -127,7 +127,7 @@ simulation box. scaled when mapping it into the simulation box. I.e. it determines a multiplicative factor to apply to the unit cell, to convert it to a lattice of the desired size and distance units in the simulation box. -The meaning of the scale argument depends on the units +The meaning of the scale argument depends on the units being used in your simulation.For all unit styles except lj, the scale argument is specified in diff --git a/doc/lattice.txt b/doc/lattice.txt index af68a8d5d3..e6444f6bef 100644 --- a/doc/lattice.txt +++ b/doc/lattice.txt @@ -119,7 +119,7 @@ The {scale} argument determines how the size of the unit cell will be scaled when mapping it into the simulation box. I.e. it determines a multiplicative factor to apply to the unit cell, to convert it to a lattice of the desired size and distance units in the simulation box. -The meaning of the {scale} argument depends on the "units"_unit.html +The meaning of the {scale} argument depends on the "units"_units.html being used in your simulation. For all unit styles except {lj}, the scale argument is specified in diff --git a/doc/min_style.html b/doc/min_style.html index 149d7d0903..7fe38f5a89 100644 --- a/doc/min_style.html +++ b/doc/min_style.html @@ -1,5 +1,5 @@ -
Note that a cutoff Lennard-Jones potential (and others) can be shifted so that its energy is 0.0 at the cutoff via the -pair_modify command. See the doc pages for inidividual -pair styles for details. Note that Coulombic -potentials always have a cutoff, unless versions with a long-range -component are used (e.g. pair_style lj/cut/coul/long). -The CHARMM potentials go to 0.0 at the cutoff (e.g. pair_style -lj/charmm/coul/charmm, as do the GROMACS potentials -(e.g. pair_style lj/gromacs. +pair_modify command. See the doc pages for +inidividual pair styles for details. Note that +Coulombic potentials always have a cutoff, unless versions with a +long-range component are used (e.g. pair_style +lj/cut/coul/long). The CHARMM potentials go to 0.0 at +the cutoff (e.g. pair_style lj/charmm/coul/charmm), +as do the GROMACS potentials (e.g. pair_style +lj/gromacs).
If a soft potential (pair_style soft) is used the Astop value is used for the prefactor (no time dependence). diff --git a/doc/minimize.txt b/doc/minimize.txt index 5302f233f1..7360ba7783 100644 --- a/doc/minimize.txt +++ b/doc/minimize.txt @@ -167,13 +167,14 @@ minimum to the specified energy or force tolerance. Note that a cutoff Lennard-Jones potential (and others) can be shifted so that its energy is 0.0 at the cutoff via the -"pair_modify"_pair_modify command. See the doc pages for inidividual -"pair styles"_pair_style.html for details. Note that Coulombic -potentials always have a cutoff, unless versions with a long-range -component are used (e.g. "pair_style lj/cut/coul/long"_pair_lj.html). -The CHARMM potentials go to 0.0 at the cutoff (e.g. "pair_style -lj/charmm/coul/charmm"_pair_charmm.html}, as do the GROMACS potentials -(e.g. "pair_style lj/gromacs"_pair_gromacs.html}. +"pair_modify"_pair_modify.html command. See the doc pages for +inidividual "pair styles"_pair_style.html for details. Note that +Coulombic potentials always have a cutoff, unless versions with a +long-range component are used (e.g. "pair_style +lj/cut/coul/long"_pair_lj.html). The CHARMM potentials go to 0.0 at +the cutoff (e.g. "pair_style lj/charmm/coul/charmm"_pair_charmm.html), +as do the GROMACS potentials (e.g. "pair_style +lj/gromacs"_pair_gromacs.html). If a soft potential ("pair_style soft"_pair_soft.html) is used the Astop value is used for the prefactor (no time dependence). diff --git a/doc/pair_dipole.html b/doc/pair_dipole.html index 141b451a6b..0f8fb486ea 100644 --- a/doc/pair_dipole.html +++ b/doc/pair_dipole.html @@ -120,8 +120,7 @@ LAMMPS section for more info.
Related commands:
-pair_coeff, fix nve/dipole, -compute temp/dipole +
Default: none
diff --git a/doc/pair_dipole.txt b/doc/pair_dipole.txt index f0abf90d66..ca1b843c6d 100755 --- a/doc/pair_dipole.txt +++ b/doc/pair_dipole.txt @@ -117,8 +117,7 @@ LAMMPS"_Section_start.html#2_3 section for more info. [Related commands:] -"pair_coeff"_pair_coeff.html, "fix nve/dipole"_fix_nve_dipole.html, -"compute temp/dipole"_compute_temp_dipole.html +"pair_coeff"_pair_coeff.html [Default:] none diff --git a/doc/pair_hybrid.html b/doc/pair_hybrid.html index 6a63e9dd78..b300423e3a 100644 --- a/doc/pair_hybrid.html +++ b/doc/pair_hybrid.html @@ -105,7 +105,7 @@ as described below.If you want there to be no interactions between a particular pair of atom types, you have 3 choices. You can assign the type pair to some -sub-style and use the neigh_modify exclude type +sub-style and use the neigh_modify exclude type command. You can assign it to some sub-style and set the coefficients so that there is effectively no interaction (e.g. epsilon = 0.0 in a LJ potential). Or, for hybrid and hybrid/overlay simulations, you @@ -147,11 +147,11 @@ associated sub-style supports it.
For the hybrid pair styles, the list of sub-styles and their respective settings are written to binary restart -files, so a pair_style command does not need to -specified in an input script that reads a restart file. However, the -coefficient information is not stored in the restart file. Thus, -pair_coeff commands need to be re-specified in the restart input -script. +files, so a pair_style command does +not need to specified in an input script that reads a restart file. +However, the coefficient information is not stored in the restart +file. Thus, pair_coeff commands need to be re-specified in the +restart input script.
These pair styles support the use of the inner, middle, and outer keywords of the run_style respa command, if @@ -160,11 +160,11 @@ their sub-styles do.
Restrictions:
When using a long-range Coulombic solver (via the -kspace_style command) with a hybrid pair_style, one or -more sub-styles will be of the "long" variety, e.g. lj/cut/coul/long -or buck/coul/long. You must insure that the short-range Coulombic -cutoff used by each of these long pair styles is the same or else -LAMMPS will generate an error. +kspace_style command) with a hybrid pair_style, +one or more sub-styles will be of the "long" variety, +e.g. lj/cut/coul/long or buck/coul/long. You must insure that the +short-range Coulombic cutoff used by each of these long pair styles is +the same or else LAMMPS will generate an error.
Related commands:
diff --git a/doc/pair_hybrid.txt b/doc/pair_hybrid.txt index eb73a65342..eea33c7ccd 100644 --- a/doc/pair_hybrid.txt +++ b/doc/pair_hybrid.txt @@ -101,7 +101,7 @@ as described below. If you want there to be no interactions between a particular pair of atom types, you have 3 choices. You can assign the type pair to some -sub-style and use the "neigh_modify exclude type"_neigh_modify +sub-style and use the "neigh_modify exclude type"_neigh_modify.html command. You can assign it to some sub-style and set the coefficients so that there is effectively no interaction (e.g. epsilon = 0.0 in a LJ potential). Or, for {hybrid} and {hybrid/overlay} simulations, you @@ -143,11 +143,11 @@ associated sub-style supports it. For the hybrid pair styles, the list of sub-styles and their respective settings are written to "binary restart -files"_restart.html, so a pair_style command does not need to -specified in an input script that reads a restart file. However, the -coefficient information is not stored in the restart file. Thus, -pair_coeff commands need to be re-specified in the restart input -script. +files"_restart.html, so a "pair_style"_pair_style.html command does +not need to specified in an input script that reads a restart file. +However, the coefficient information is not stored in the restart +file. Thus, pair_coeff commands need to be re-specified in the +restart input script. These pair styles support the use of the {inner}, {middle}, and {outer} keywords of the "run_style respa"_run_style.html command, if @@ -156,11 +156,11 @@ their sub-styles do. [Restrictions:] When using a long-range Coulombic solver (via the -"kspace_style"_kspace_style command) with a hybrid pair_style, one or -more sub-styles will be of the "long" variety, e.g. {lj/cut/coul/long} -or {buck/coul/long}. You must insure that the short-range Coulombic -cutoff used by each of these long pair styles is the same or else -LAMMPS will generate an error. +"kspace_style"_kspace_style.html command) with a hybrid pair_style, +one or more sub-styles will be of the "long" variety, +e.g. {lj/cut/coul/long} or {buck/coul/long}. You must insure that the +short-range Coulombic cutoff used by each of these long pair styles is +the same or else LAMMPS will generate an error. [Related commands:] diff --git a/doc/prd.html b/doc/prd.html index 5659a519a4..73d254f4e5 100644 --- a/doc/prd.html +++ b/doc/prd.html @@ -280,7 +280,7 @@ for dephasing. of elapsed time to perform time-dependent operations. Examples include the "ave" fixes such as fix ave/spatial. Also fix -dt/reset and fix deposit. +dt/reset and fix deposit.Related commands:
diff --git a/doc/prd.txt b/doc/prd.txt index f126afae5b..1fd451e28b 100644 --- a/doc/prd.txt +++ b/doc/prd.txt @@ -267,7 +267,7 @@ This command cannot be used when any fixes are defined that keep track of elapsed time to perform time-dependent operations. Examples include the "ave" fixes such as "fix ave/spatial"_fix_ave_spatial.html. Also "fix -dt/reset"_fix_dt_reset.html and "fix deposit"_fix_deposity.html. +dt/reset"_fix_dt_reset.html and "fix deposit"_fix_deposit.html. [Related commands:] diff --git a/doc/reset_timestep.html b/doc/reset_timestep.html index 5ed24e8711..9a12fd6d65 100644 --- a/doc/reset_timestep.html +++ b/doc/reset_timestep.html @@ -49,7 +49,7 @@ given after the reset_timestep command is used. of elapsed time to perform time-dependent operations. Examples include the "ave" fixes such as fix ave/spatial. Also fix -dt/reset and fix deposit. +dt/reset and fix deposit.This command cannot be used when any dynamic regions are defined via the region command, which have time-dependent position diff --git a/doc/reset_timestep.txt b/doc/reset_timestep.txt index afe4809a64..10677f24b4 100644 --- a/doc/reset_timestep.txt +++ b/doc/reset_timestep.txt @@ -46,7 +46,7 @@ This command cannot be used when any fixes are defined that keep track of elapsed time to perform time-dependent operations. Examples include the "ave" fixes such as "fix ave/spatial"_fix_ave_spatial.html. Also "fix -dt/reset"_fix_dt_reset.html and "fix deposit"_fix_deposity.html. +dt/reset"_fix_dt_reset.html and "fix deposit"_fix_deposit.html. This command cannot be used when any dynamic regions are defined via the "region"_region.html command, which have time-dependent position diff --git a/doc/set.html b/doc/set.html index 22796ac327..905b6f8f9b 100644 --- a/doc/set.html +++ b/doc/set.html @@ -171,13 +171,14 @@ value for that dimension is unchanged. atoms have diffused one or more box lengths in various directions. This command can then reset the image values for atoms so that they are effectively inside the simulation box, e.g if a diffusion -coefficient is about to be measured via the fix msd -command. Care should be taken not to reset the image flags of two -atoms in a bond to the same value if the bond straddles a periodic -boundary (rather they should be different by +/- 1). This will not -affect the dynamics of a simulation, but may mess up analysis of the -trajectories if a LAMMPS diagnostic or your own analysis relies on the -image flags to unwrap a molecule which straddles the periodic box. +coefficient is about to be measured via the compute +msd command. Care should be taken not to reset the +image flags of two atoms in a bond to the same value if the bond +straddles a periodic boundary (rather they should be different by +/- +1). This will not affect the dynamics of a simulation, but may mess +up analysis of the trajectories if a LAMMPS diagnostic or your own +analysis relies on the image flags to unwrap a molecule which +straddles the periodic box.
For the diameter and density and volume keywords, the atom style being used must support the use of those diff --git a/doc/set.txt b/doc/set.txt index 4b78ed9fe2..8240861ebd 100644 --- a/doc/set.txt +++ b/doc/set.txt @@ -166,13 +166,14 @@ This command can be useful after a system has been equilibrated and atoms have diffused one or more box lengths in various directions. This command can then reset the image values for atoms so that they are effectively inside the simulation box, e.g if a diffusion -coefficient is about to be measured via the "fix msd"_fix_msd.html -command. Care should be taken not to reset the image flags of two -atoms in a bond to the same value if the bond straddles a periodic -boundary (rather they should be different by +/- 1). This will not -affect the dynamics of a simulation, but may mess up analysis of the -trajectories if a LAMMPS diagnostic or your own analysis relies on the -image flags to unwrap a molecule which straddles the periodic box. +coefficient is about to be measured via the "compute +msd"_compute_msd.html command. Care should be taken not to reset the +image flags of two atoms in a bond to the same value if the bond +straddles a periodic boundary (rather they should be different by +/- +1). This will not affect the dynamics of a simulation, but may mess +up analysis of the trajectories if a LAMMPS diagnostic or your own +analysis relies on the image flags to unwrap a molecule which +straddles the periodic box. For the {diameter} and {density} and {volume} keywords, the "atom style"_atom_style.html being used must support the use of those diff --git a/doc/thermo_style.html b/doc/thermo_style.html index ae7929e475..f7e1550c2f 100644 --- a/doc/thermo_style.html +++ b/doc/thermo_style.html @@ -181,7 +181,7 @@ components of velocity and/or include different degrees of freedom
The potential energy of the system pe will include contributions from fixes if the fix_modify thermo option is set -for a fix that calculates such a contribution. For example, the fix +for a fix that calculates such a contribution. For example, the fix wall/lj93 fix calculates the energy of atoms interacting with the wall. See the doc pages for "individual fixes" to see which ones contribute. diff --git a/doc/thermo_style.txt b/doc/thermo_style.txt index 4013a0441e..c21c764778 100644 --- a/doc/thermo_style.txt +++ b/doc/thermo_style.txt @@ -176,7 +176,7 @@ components of velocity and/or include different degrees of freedom The potential energy of the system {pe} will include contributions from fixes if the "fix_modify thermo"_fix_modify.html option is set for a fix that calculates such a contribution. For example, the "fix -wall/lj93"_fix_wall_lj93 fix calculates the energy of atoms +wall/lj93"_fix_wall.html fix calculates the energy of atoms interacting with the wall. See the doc pages for "individual fixes" to see which ones contribute. diff --git a/doc/variable.html b/doc/variable.html index d14c2619c5..2983d975b5 100644 --- a/doc/variable.html +++ b/doc/variable.html @@ -76,7 +76,7 @@ which when evaluated produces a single numeric value which can be output either directly (see the print, fix print, and run every commands) or as part of thermodynamic output (see the thermo_style -command), or used as input to an averaging fix (see the fix +command), or used as input to an averaging fix (see the fix ave/time command). Variables of style atom store a formula which when evaluated produces one numeric value per atom which can be output to a dump file (see the dump custom command) @@ -328,7 +328,7 @@ return components of the position and velocity of the center of mass of the group. Fcm() returns a component of the total force on the group of atoms. Bound() returns the min/max of a particular coordinate for all atoms in the group. Gyration() computes the -radius-of-gyration of the group of atoms. See the fix +radius-of-gyration of the group of atoms. See the compute gyration command for a definition of the formula.
Region functions are exactly the same as group functions except they diff --git a/doc/variable.txt b/doc/variable.txt index 09b506a942..5eb2889376 100644 --- a/doc/variable.txt +++ b/doc/variable.txt @@ -71,7 +71,7 @@ output either directly (see the "print"_print.html, "fix print"_fix_print.html, and "run every"_run.html commands) or as part of thermodynamic output (see the "thermo_style"_thermo_style.html command), or used as input to an averaging fix (see the "fix -ave/time"_fix_ave/time command). Variables of style {atom} store a +ave/time"_fix_ave_time command). Variables of style {atom} store a formula which when evaluated produces one numeric value per atom which can be output to a dump file (see the "dump custom"_dump.html command) or used as input to an averaging fix (see the "fix @@ -323,8 +323,8 @@ return components of the position and velocity of the center of mass of the group. Fcm() returns a component of the total force on the group of atoms. Bound() returns the min/max of a particular coordinate for all atoms in the group. Gyration() computes the -radius-of-gyration of the group of atoms. See the "fix -gyration"_fix_gyration.html command for a definition of the formula. +radius-of-gyration of the group of atoms. See the "compute +gyration"_compute_gyration.html command for a definition of the formula. Region functions are exactly the same as group functions except they take an extra argument which is the region ID. The function is