git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15094 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -44,8 +44,9 @@ unfix 2
|
||||
velocity all scale $t
|
||||
|
||||
fix 4 all viscosity 100 x y 20
|
||||
fix 5 all ave/spatial 20 50 1000 y center 0.05 vx &
|
||||
units reduced file profile.mp.2d
|
||||
|
||||
compute layers all chunk/atom bin/1d y center 0.05 units reduced
|
||||
fix 5 all ave/chunk 20 50 1000 layers vx file profile.mp.2d
|
||||
|
||||
# equilibration run
|
||||
|
||||
|
||||
@ -54,8 +54,9 @@ variable xyrate equal ${srate}/ly
|
||||
|
||||
fix 1 all nvt/sllod temp $t $t 0.1
|
||||
fix 2 all deform 1 xy erate ${xyrate} remap v
|
||||
fix 4 all ave/spatial 20 250 5000 y center 0.05 vx &
|
||||
units reduced file profile.nemd.2d
|
||||
|
||||
compute layers all chunk/atom bin/1d y center 0.05 units reduced
|
||||
fix 4 all ave/chunk 20 250 5000 layers vx file profile.nemd.2d
|
||||
|
||||
compute usual all temp
|
||||
compute tilt all temp/deform
|
||||
|
||||
@ -51,8 +51,10 @@ fix 2 flow langevin $t $t 0.1 498094
|
||||
fix_modify 2 temp thermal
|
||||
|
||||
fix 3 wall setforce 0.0 0.0 0.0
|
||||
fix 4 flow ave/spatial 20 500 10000 y center 0.05 vx &
|
||||
units reduced file profile.wall.2d
|
||||
|
||||
compute layers all chunk/atom bin/1d y center 0.05 units reduced
|
||||
fix 4 all ave/chunk 20 500 10000 layers vx file profile.wall.2d
|
||||
|
||||
fix 5 all enforce2d
|
||||
|
||||
# equilibration run
|
||||
|
||||
Reference in New Issue
Block a user