Commit bd235ad6 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@285 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 9d0ec662
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
dimension	2
boundary	s s p

atom_style	atomic
atom_style	hybrid atomic
neighbor	0.3 bin
neigh_modify	delay 5

@@ -46,7 +46,7 @@ set upper atom 5

# initial velocities

temperature	new mobile full
compute	  	new mobile temp
velocity	mobile create 0.01 887723 temp new
velocity	upper set 0.0 0.02 0.0
velocity	mobile ramp vy 0.0 0.02 y 1.25 38.75 sum yes
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
dimension	2
boundary	p s p

atom_style	atomic
atom_style	hybrid atomic
neighbor	0.3 bin
neigh_modify	delay 5

@@ -37,7 +37,7 @@ set upper atom 3

# initial velocities

temperature  mobile flow full
compute	     mobile flow temp
velocity     flow create 1.0 482748 temp mobile
fix	     1 all nve
fix	     2 flow temp/rescale 200 1.0 1.0 0.02 1.0
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
dimension	2
boundary	p s p

atom_style	atomic
atom_style	hybrid atomic
neighbor	0.3 bin
neigh_modify	delay 5

@@ -37,7 +37,7 @@ set upper atom 3

# initial velocities

temperature  mobile flow full
compute	     mobile flow temp
velocity     flow create 1.0 482748 temp mobile
fix	     1 all nve
fix	     2 flow temp/rescale 200 1.0 1.0 0.02 1.0
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
dimension	2
boundary	p s p

atom_style	atomic
atom_style	hybrid atomic
neighbor	0.3 bin
neigh_modify	delay 5

@@ -59,7 +59,7 @@ set hi-fixed atom 4

# initial velocities

temperature     new mobile partial 0 1 0
compute         new mobile temp/partial 0 1 0
velocity	mobile create 0.1 482748 temp new
velocity	hi set 1.0 0.0 0.0 sum yes

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

atom_style	atomic
atom_style	hybrid atomic
neighbor	0.3 bin
neigh_modify	delay 5

@@ -31,7 +31,7 @@ set lower atom 2

# initial velocities

temperature	new mobile full
compute	  	new mobile temp
velocity	mobile create 0.2 482748 temp new
fix		1 all nve
fix		2 lower setforce 0.0 0.0 0.0
Loading