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

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@627 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent c0d3ca90
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -39,10 +39,10 @@ region leftlower block INF 20 INF 20 INF INF
group		leftupper region leftupper
group		leftlower region leftlower

set		leftupper atom 2
set		leftlower atom 3
set		lower atom 4
set		upper atom 5
set		group leftupper type 2
set		group leftlower type 3
set		group lower type 4
set		group upper type 5

# initial velocities

+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ group upper region 2
group	     boundary union lower upper
group	     flow subtract all boundary

set	     lower atom 2
set	     upper atom 3
set	     group lower type 2
set	     group upper type 3

# initial velocities

+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ group upper region 2
group	     boundary union lower upper
group	     flow subtract all boundary

set	     lower atom 2
set	     upper atom 3
set	     group lower type 2
set	     group upper type 3

# initial velocities

+2 −2
Original line number Diff line number Diff line
@@ -54,8 +54,8 @@ group hi-fixed region hi-fixed
group		boundary union lo-fixed hi-fixed
group		mobile subtract all boundary

set		lo-fixed atom 4
set		hi-fixed atom 4
set		group lo-fixed type 4
set		group hi-fixed type 4

# initial velocities

+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ pair_coeff * * 1.0 1.0 2.5
region	        1 block INF INF INF 1.25 INF INF
group		lower region 1
group		mobile subtract all lower
set		lower atom 2
set		group lower type 2

# initial velocities

Loading