diff --git a/doc/Section_errors.html b/doc/Section_errors.html index 1ddc37bb18..4347729d88 100644 --- a/doc/Section_errors.html +++ b/doc/Section_errors.html @@ -502,7 +502,7 @@ or create_box command.
Cannot displace_box on a non-periodic boundary -
Self-explantory. +
Self-explanatory.
Cannot dump scaled coords with triclinic box @@ -2150,9 +2150,9 @@ or cause multiple files to be written.
Filenames used with the dump xyz style cannot be binary or cause files to be written by each processor. -
Invalid dump_modify threshhold operator +
Invalid dump_modify threshold operator -
Operator keyword used for threshhold specification in not recognized. +
Operator keyword used for threshold specification in not recognized.
Invalid fix ID in variable formula diff --git a/doc/Section_errors.txt b/doc/Section_errors.txt index 45fc45691a..353b34a69e 100644 --- a/doc/Section_errors.txt +++ b/doc/Section_errors.txt @@ -499,7 +499,7 @@ or create_box command. :dd {Cannot displace_box on a non-periodic boundary} :dt -Self-explantory. :dd +Self-explanatory. :dd {Cannot dump scaled coords with triclinic box} :dt @@ -2147,9 +2147,9 @@ or cause multiple files to be written. :dd Filenames used with the dump xyz style cannot be binary or cause files to be written by each processor. :dd -{Invalid dump_modify threshhold operator} :dt +{Invalid dump_modify threshold operator} :dt -Operator keyword used for threshhold specification in not recognized. :dd +Operator keyword used for threshold specification in not recognized. :dd {Invalid fix ID in variable formula} :dt diff --git a/doc/Section_example.html b/doc/Section_example.html index eb4abc1255..8514afb5d0 100644 --- a/doc/Section_example.html +++ b/doc/Section_example.html @@ -35,7 +35,7 @@ Site. crack crack propagation in a 2d solid dipole point dipolar particles, 2d system ellipse ellipsoidal particles in spherical solvent, 2d system -flow Couette and Poisseuille flow in a 2d channel +flow Couette and Poiseuille flow in a 2d channel friction frictional contact of spherical asperities between 2d surfaces indent spherical indenter into a 2d solid meam MEAM test for SiC and shear (same as shear examples) diff --git a/doc/Section_example.txt b/doc/Section_example.txt index 3db0d55d15..ae472e0ad7 100644 --- a/doc/Section_example.txt +++ b/doc/Section_example.txt @@ -31,7 +31,7 @@ colloid: big colloid particles in a small particle solvent, 2d system crack: crack propagation in a 2d solid dipole: point dipolar particles, 2d system ellipse: ellipsoidal particles in spherical solvent, 2d system -flow: Couette and Poisseuille flow in a 2d channel +flow: Couette and Poiseuille flow in a 2d channel friction: frictional contact of spherical asperities between 2d surfaces indent: spherical indenter into a 2d solid meam: MEAM test for SiC and shear (same as shear examples) diff --git a/doc/Section_howto.html b/doc/Section_howto.html index 75be5f4bcc..60442451b1 100644 --- a/doc/Section_howto.html +++ b/doc/Section_howto.html @@ -556,17 +556,17 @@ functions:
void lammps_open(int, char **, MPI_Comm, void **);
 void lammps_close(void *);
 void lammps_file(void *, char *);
-char *lammps_command(doivd *, char *); 
+char *lammps_command(void *, char *); 
 

The functions contain C++ code you could write in a C++ application that was invoking LAMMPS directly. Note that LAMMPS classes are -defined wihin a LAMMPS namespace (LAMMPS_NS) if you use them +defined within a LAMMPS namespace (LAMMPS_NS) if you use them from another C++ application.

Two of the routines in library.cpp are of particular note. The lammps_open() function initiates LAMMPS and takes an MPI communicator as an argument. It returns a pointer to a LAMMPS "object". As with -C++, the lammps_open() function can be called mutliple times, to +C++, the lammps_open() function can be called multiple times, to create multiple instances of LAMMPS.

LAMMPS will run on the set of processors in the communicator. This @@ -604,7 +604,7 @@ create files in several formats. The native LAMMPS dump format is a text file (see "dump atom" or "dump custom") which can be visualized by the xmovie program, included with the LAMMPS package. This produces simple, fast 2d projections of 3d -systems, and can be useful for rapid debugging of simulation geoemtry +systems, and can be useful for rapid debugging of simulation geometry and atom trajectories.

Several programs included with LAMMPS as auxiliary tools can convert @@ -613,7 +613,7 @@ native LAMMPS dump files to other formats. See the the ch2lmp tool, which contains a lammps2pdb Perl script which converts LAMMPS dump files into PDB files. The second is the lmp2arc tool which -converts LAMMPS dump files into Accelrys's Insight MD program files. +converts LAMMPS dump files into Accelrys' Insight MD program files. The third is the lmp2cfg tool which converts LAMMPS dump files into CFG files which can be read into the AtomEye visualizer. @@ -723,9 +723,9 @@ the xy, xz, and yz tilt factors as a simulation runs.

Non-equilibrium molecular dynamics or NEMD simulations are typically used to measure a fluid's rheological properties such as viscosity. In LAMMPS, such simulations can be performed by first setting up a -non-orthogonal simulation box (see the preceeding Howto section). +non-orthogonal simulation box (see the preceding Howto section).

-

A shear strain can be applied to the simuaation box at a desired +

A shear strain can be applied to the simulation box at a desired strain rate by using the fix deform command. The fix nvt/sllod command can be used to thermostat the sheared fluid and integrate the SLLOD equations of motion for the @@ -765,7 +765,7 @@ The pair_style gayberne command can be used t define a Gay-Berne (GB) potential for how ellipsoidal particles interact with each other and with spherical particles. The GB potential is like a Lennard-Jones (LJ) potential, generalized for -orientiation-dependent interactions. +orientation-dependent interactions.

The orientation of ellipsoidal particles is stored as a quaternion. See the set command for a brief explanation of quaternions @@ -821,9 +821,9 @@ generate values that can be output with these commands.

The frequency and format of thermodynamic output is set by the thermo, thermo_style, and thermo_modify commands. The -thermo_style command also specifies what values are +thermo_style command also specifies what values are calculated and written out. Pre-defined keywords can be specified -(e.g. press, etotal, etc). Three addtional kinds of keywords can also +(e.g. press, etotal, etc). Three additional kinds of keywords can also be specified (c_ID, f_ID, v_name), where a compute or fix or variable provides the value to be output. Each of these are described in turn. @@ -948,7 +948,7 @@ options for how it performs time averaging. The per-layer values it produces can be used in two ways. First, they can be written directly to a file. Note that the averaging parameters can be specified in such a way that time averaging is not done, in which case this is a -convenient means of simply outputting desired quanitities (summed over +convenient means of simply outputting desired quantities (summed over atoms within a 1d layer) directly to a separate file. Like other fixes that produce global quantities, the results of this fix can also be used as input by any command that accesses global quantities, diff --git a/doc/Section_howto.txt b/doc/Section_howto.txt index c075d47e57..416ed620f3 100644 --- a/doc/Section_howto.txt +++ b/doc/Section_howto.txt @@ -552,17 +552,17 @@ functions: void lammps_open(int, char **, MPI_Comm, void **); void lammps_close(void *); void lammps_file(void *, char *); -char *lammps_command(doivd *, char *); :pre +char *lammps_command(void *, char *); :pre The functions contain C++ code you could write in a C++ application that was invoking LAMMPS directly. Note that LAMMPS classes are -defined wihin a LAMMPS namespace (LAMMPS_NS) if you use them +defined within a LAMMPS namespace (LAMMPS_NS) if you use them from another C++ application. Two of the routines in library.cpp are of particular note. The lammps_open() function initiates LAMMPS and takes an MPI communicator as an argument. It returns a pointer to a LAMMPS "object". As with -C++, the lammps_open() function can be called mutliple times, to +C++, the lammps_open() function can be called multiple times, to create multiple instances of LAMMPS. LAMMPS will run on the set of processors in the communicator. This @@ -600,7 +600,7 @@ create files in several formats. The native LAMMPS dump format is a text file (see "dump atom" or "dump custom") which can be visualized by the "xmovie"_Section_tools.html#xmovie program, included with the LAMMPS package. This produces simple, fast 2d projections of 3d -systems, and can be useful for rapid debugging of simulation geoemtry +systems, and can be useful for rapid debugging of simulation geometry and atom trajectories. Several programs included with LAMMPS as auxiliary tools can convert @@ -609,7 +609,7 @@ native LAMMPS dump files to other formats. See the the "ch2lmp tool"_Section_tools.html#charmm, which contains a lammps2pdb Perl script which converts LAMMPS dump files into PDB files. The second is the "lmp2arc tool"_Section_tools.html#arc which -converts LAMMPS dump files into Accelrys's Insight MD program files. +converts LAMMPS dump files into Accelrys' Insight MD program files. The third is the "lmp2cfg tool"_Section_tools.html#cfg which converts LAMMPS dump files into CFG files which can be read into the "AtomEye"_atomeye visualizer. @@ -716,9 +716,9 @@ Another use of non-orthogonal boxes is to perform non-equilibrium MD Non-equilibrium molecular dynamics or NEMD simulations are typically used to measure a fluid's rheological properties such as viscosity. In LAMMPS, such simulations can be performed by first setting up a -non-orthogonal simulation box (see the preceeding Howto section). +non-orthogonal simulation box (see the preceding Howto section). -A shear strain can be applied to the simuaation box at a desired +A shear strain can be applied to the simulation box at a desired strain rate by using the "fix deform"_fix_deform.html command. The "fix nvt/sllod"_fix_nvt_sllod.html command can be used to thermostat the sheared fluid and integrate the SLLOD equations of motion for the @@ -758,7 +758,7 @@ The "pair_style gayberne"_pair_gayberne.html command can be used to define a Gay-Berne (GB) potential for how ellipsoidal particles interact with each other and with spherical particles. The GB potential is like a Lennard-Jones (LJ) potential, generalized for -orientiation-dependent interactions. +orientation-dependent interactions. The orientation of ellipsoidal particles is stored as a quaternion. See the "set"_set.html command for a brief explanation of quaternions @@ -814,9 +814,9 @@ Thermodynamic output :h5 The frequency and format of thermodynamic output is set by the "thermo"_thermo.html, "thermo_style"_thermo_style.html, and "thermo_modify"_thermo_modify.html commands. The -"thermo_style"_themo_style.html command also specifies what values are +"thermo_style"_thermo_style.html command also specifies what values are calculated and written out. Pre-defined keywords can be specified -(e.g. press, etotal, etc). Three addtional kinds of keywords can also +(e.g. press, etotal, etc). Three additional kinds of keywords can also be specified (c_ID, f_ID, v_name), where a "compute"_compute.html or "fix"_fix.html or "variable"_variable.html provides the value to be output. Each of these are described in turn. @@ -941,7 +941,7 @@ options for how it performs time averaging. The per-layer values it produces can be used in two ways. First, they can be written directly to a file. Note that the averaging parameters can be specified in such a way that time averaging is not done, in which case this is a -convenient means of simply outputting desired quanitities (summed over +convenient means of simply outputting desired quantities (summed over atoms within a 1d layer) directly to a separate file. Like other fixes that produce global quantities, the results of this fix can also be used as input by any command that accesses global quantities, diff --git a/doc/Section_intro.html b/doc/Section_intro.html index 827a9031d6..b138989dbb 100644 --- a/doc/Section_intro.html +++ b/doc/Section_intro.html @@ -180,7 +180,7 @@ commands)

(dump, restart commands)

-