From 518ae661f888d48a86befabeb0998304003d2007 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 13 Nov 2006 22:49:27 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@152 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- examples/friction/in.friction | 8 ++++---- examples/shear/in.shear | 10 ++++------ examples/shear/in.shear.void | 12 +++++------- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/examples/friction/in.friction b/examples/friction/in.friction index dcc2247a18..f62e422368 100644 --- a/examples/friction/in.friction +++ b/examples/friction/in.friction @@ -33,10 +33,10 @@ region hi-half-sphere intersect 2 hi-asperity below-hi # create 2 surfaces with asperities -create_atoms 1 lo-slab -create_atoms 1 hi-slab -create_atoms 2 lo-half-sphere -create_atoms 3 hi-half-sphere +create_atoms 1 region lo-slab +create_atoms 1 region hi-slab +create_atoms 2 region lo-half-sphere +create_atoms 3 region hi-half-sphere # LJ potentials diff --git a/examples/shear/in.shear b/examples/shear/in.shear index 617518a777..21d88148e3 100644 --- a/examples/shear/in.shear +++ b/examples/shear/in.shear @@ -8,10 +8,8 @@ lattice fcc 3.52 region box block 0 16.0 0 10.0 0 2.828427 create_box 3 box -orient x 1 0 0 -orient y 0 1 1 -orient z 0 -1 1 -origin 0.5 0 0 +lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 & + origin 0.5 0 0 create_atoms 1 pair_style eam @@ -20,8 +18,8 @@ pair_coeff * * niu3.eam neighbor 0.3 bin neigh_modify delay 5 -region lower block INF INF INF 1.4 INF INF -region upper block INF INF 8.6 INF INF INF +region lower block INF INF INF 0.9 INF INF +region upper block INF INF 6.1 INF INF INF group lower region lower group upper region upper group boundary union lower upper diff --git a/examples/shear/in.shear.void b/examples/shear/in.shear.void index 9900a78090..75e7a231ad 100644 --- a/examples/shear/in.shear.void +++ b/examples/shear/in.shear.void @@ -8,10 +8,8 @@ lattice fcc 3.52 region box block 0 16.0 0 10.0 0 2.828427 create_box 3 box -orient x 1 0 0 -orient y 0 1 1 -orient z 0 -1 1 -origin 0.5 0 0 +lattice fcc 3.52 orient x 1 0 0 orient y 0 1 1 orient z 0 -1 1 & + origin 0.5 0 0 create_atoms 1 pair_style eam @@ -20,8 +18,8 @@ pair_coeff * * niu3.eam neighbor 0.3 bin neigh_modify delay 5 -region lower block INF INF INF 1.4 INF INF -region upper block INF INF 8.6 INF INF INF +region lower block INF INF INF 0.9 INF INF +region upper block INF INF 6.1 INF INF INF group lower region lower group upper region upper group boundary union lower upper @@ -32,7 +30,7 @@ set upper atom 3 # void -region void cylinder z 8 5 2.5 INF INF +region void cylinder z 8 3.535534 2.5 INF INF delete_atoms region void # temp controllers