git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@285 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-02-09 21:47:55 +00:00
parent 9d0ec66263
commit bd235ad6ef
14 changed files with 423 additions and 18 deletions

View File

@ -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

View File

@ -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