git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10783 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -49,7 +49,7 @@ fix 5 all ave/spatial 20 50 1000 y center 0.05 vx &
|
||||
|
||||
# equilibration run
|
||||
|
||||
variable dVx equal f_5[10][3]-f_5[1][3]
|
||||
variable dVx equal f_5[11][3]-f_5[1][3]
|
||||
|
||||
thermo 1000
|
||||
thermo_style custom step temp epair etotal press f_4 v_dVx
|
||||
@ -66,6 +66,11 @@ fix vave all ave/time 1000 1 1000 v_visc ave running start 26000
|
||||
|
||||
thermo_style custom step temp f_4 v_dVx v_visc f_vave
|
||||
|
||||
# only need to run for 10000 steps to make a good 100-frame movie
|
||||
|
||||
#dump 1 all custom 100 dump.mp.2d id type x y z vx
|
||||
|
||||
#dump 1 all image 100 image.*.jpg vx type zoom 1.6 adiam 1.2
|
||||
#dump_modify 1 pad 5 amap -0.7 0.7 ca 0.0 2 min blue max red
|
||||
|
||||
run 50000
|
||||
|
||||
Reference in New Issue
Block a user