git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13375 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -32,6 +32,9 @@ fix 2 all enforce2d
|
||||
|
||||
#dump 1 all atom 10 dump.box.equil
|
||||
|
||||
compute tbig all temp/sphere
|
||||
thermo_modify temp tbig
|
||||
|
||||
thermo 100
|
||||
run 1000
|
||||
|
||||
@ -89,6 +92,7 @@ fix 3 all enforce2d
|
||||
|
||||
# diagnostics
|
||||
|
||||
uncompute tbig
|
||||
compute tbig big temp/sphere
|
||||
variable pebig equal pe*atoms/count(big)
|
||||
variable ebig equal etotal*atoms/count(big)
|
||||
|
||||
@ -32,6 +32,9 @@ fix 2 all enforce2d
|
||||
|
||||
#dump 1 all atom 10 dump.box.equil
|
||||
|
||||
compute tbig all temp/sphere
|
||||
thermo_modify temp tbig
|
||||
|
||||
thermo 100
|
||||
run 1000
|
||||
|
||||
@ -90,6 +93,7 @@ fix 4 all enforce2d
|
||||
|
||||
# diagnostics
|
||||
|
||||
uncompute tbig
|
||||
compute tbig big temp/sphere
|
||||
variable pebig equal pe*atoms/count(big)
|
||||
variable ebig equal etotal*atoms/count(big)
|
||||
|
||||
Reference in New Issue
Block a user