diff --git a/doc/Section_example.html b/doc/Section_example.html index d734fba6d8..c7070e85b7 100644 --- a/doc/Section_example.html +++ b/doc/Section_example.html @@ -32,8 +32,10 @@ Site.
| colloid | big colloid particles in a small particle solvent, 2d system |
| comb | models using the COMB potential |
| crack | crack propagation in a 2d solid |
| dipole | point dipolar particles, 2d system |
| eim | NaCl using the EIM potential |
| elastic | zero temperature elastic constant tensor of silicon |
| ellipse | ellipsoidal particles in spherical solvent, 2d system |
| flow | Couette and Poiseuille flow in a 2d channel |
| melt | rapid melt of 3d LJ system |
| micelle | self-assembly of small lipid-like molecules into 2d bilayers |
| min | energy minimization of 2d LJ melt |
| msst | MSST shock dynamics |
| nemd | non-equilibrium MD of 2d sheared system |
| obstacle | flow around two voids in a 2d channel |
| peptide | dynamics of a small solvated peptide chain (5-mer) |
| peri | Peridynamics example of cylinder hit by projectile |
| peri | Peridynamic model of cylinder impacted by indenter |
| pour | pouring of granular particles into a 3d box, then chute flow |
| prd | parallel replica dynamics of a vacancy diffusion in bulk Si |
| reax | simple example for ReaxFF force field |
| prd | parallel replica dynamics of a vacancy diffusion in bulk Si |
| reax | RDX and TATB models using the ReaxFF |
| rigid | rigid bodies modeled as independent or coupled |
| shear | sideways shear applied to 2d solid, with and without a void |
../../tools/xmovie/xmovie -scale dump.indent-
There is also a directory "couple" in the examples sub-directory, -which contains a stand-alone code umbrella.cpp that links LAMMPS as a -library. The README describes how to build the code. The code itself -runs LAMMPS on a subset of processors, sets up a LAMMPS problem -by invoking LAMMPS input script commands one at a time, does -a run, grabs atom coordinates, changes one atom position, puts -them back into LAMMPS, and does another run. +
There is also a COUPLE directory which has examples of how to link to +LAMMPS as a library and drive it from a wrapper program. See the +README file for more info.
-This illustrates how an umbrella code could include new models and -physics while using LAMMPS to perform MD, or how the umbrella code -could call both LAMMPS and some other code to perform a coupled -calculation. +
There is also a USER directory which contains subdirectories of +user-provided examples for user packages. See the README files in +those directories for more info. See the doc/Section_start.html for +more info about user packages.