From df623ad1df83d3aa33ebdbdc573a0b57f0d2005d Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 6 Sep 2010 16:47:23 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4696 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- examples/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/README b/examples/README index fa39a0b872..7e40d1eefe 100644 --- a/examples/README +++ b/examples/README @@ -24,8 +24,6 @@ the Movies section of the LAMMPS WWW Site. These are the sample problems in the various sub-directories: -couple: code example of how to link to LAMMPS as a library - colloid: big colloid particles in a small particle solvent, 2d system comb: models using the COMB potential crack: crack propagation in a 2d solid @@ -40,6 +38,7 @@ meam: MEAM test for SiC and shear (same as shear examples) 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) @@ -50,6 +49,10 @@ 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 +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. + 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