diff --git a/doc/Section_errors.html b/doc/Section_errors.html index fbf00903d5..f01bcf76af 100644 --- a/doc/Section_errors.html +++ b/doc/Section_errors.html @@ -2499,7 +2499,7 @@ too small or too large.
Invalid variable in next command -
Next command in input script must set variables from "a" to "z". +
Self-explanatory.
Invalid variable name in variable formula diff --git a/doc/Section_errors.txt b/doc/Section_errors.txt index 40c908cca6..a7329fa8ff 100644 --- a/doc/Section_errors.txt +++ b/doc/Section_errors.txt @@ -2496,7 +2496,7 @@ A variable used in a formula could not be evaluated. :dd {Invalid variable in next command} :dt -Next command in input script must set variables from "a" to "z". :dd +Self-explanatory. :dd {Invalid variable name in variable formula} :dt diff --git a/doc/fix_bond_swap.html b/doc/fix_bond_swap.html index 91209fc495..e0fe318532 100644 --- a/doc/fix_bond_swap.html +++ b/doc/fix_bond_swap.html @@ -31,9 +31,11 @@ between two different chains, effectively grafting the end of one chain onto another chain and vice versa. This is done via Monte Carlo rules using the Boltzmann acceptance criterion. The purpose is to -lower the energy of the system more rapidly than dynamics alone would -do it, by enabling instantaneous large conformational changes in a -dense polymer melt. It is designed for use with systems of +equilibrate the polymer chain conformations more rapidly than dynamics +alone would do it, by enabling instantaneous large conformational +changes in a dense polymer melt. The polymer chains should thus more +rapidly converge to the proper end-to-end distances and radii of +gyration. It is designed for use with systems of FENE bead-spring polymer chains where each polymer is a linear chain of monomers, but LAMMPS does not enforce this requirement. diff --git a/doc/fix_bond_swap.txt b/doc/fix_bond_swap.txt index 8ec804f599..fb796e715b 100755 --- a/doc/fix_bond_swap.txt +++ b/doc/fix_bond_swap.txt @@ -28,9 +28,11 @@ In a simulation of polymer chains, this command attempts to swap bonds between two different chains, effectively grafting the end of one chain onto another chain and vice versa. This is done via Monte Carlo rules using the Boltzmann acceptance criterion. The purpose is to -lower the energy of the system more rapidly than dynamics alone would -do it, by enabling instantaneous large conformational changes in a -dense polymer melt. It is designed for use with systems of +equilibrate the polymer chain conformations more rapidly than dynamics +alone would do it, by enabling instantaneous large conformational +changes in a dense polymer melt. The polymer chains should thus more +rapidly converge to the proper end-to-end distances and radii of +gyration. It is designed for use with systems of "FENE"_bond_fene.html bead-spring polymer chains where each polymer is a linear chain of monomers, but LAMMPS does not enforce this requirement.