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

This commit is contained in:
sjplimp 2015-04-02 18:23:40 +00:00
parent 298a13c692
commit 1514cff5c8
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,9 @@ fix 2 all enforce2d
#dump 1 all atom 10 dump.star.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)

View File

@ -32,6 +32,9 @@ fix 2 all enforce2d
#dump 1 all atom 10 dump.star.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)