Commit 1a42df3c authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@294 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 37e7d24e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ crack: crack propagation in a 2d solid
flow:	  Couette and Poisseuille 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)
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
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
dimension	2
boundary	s s p

atom_style	hybrid atomic
atom_style	atomic
neighbor	0.3 bin
neigh_modify	delay 5

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
dimension	2
boundary	p s p

atom_style	hybrid atomic
atom_style	atomic
neighbor	0.3 bin
neigh_modify	delay 5

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
dimension	2
boundary	p s p

atom_style	hybrid atomic
atom_style	atomic
neighbor	0.3 bin
neigh_modify	delay 5

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
dimension	2
boundary	p s p

atom_style	hybrid atomic
atom_style	atomic
neighbor	0.3 bin
neigh_modify	delay 5

Loading