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

This commit is contained in:
sjplimp
2015-04-02 18:26:07 +00:00
parent 1514cff5c8
commit 2b7001c88b
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.box.equil #dump 1 all atom 10 dump.box.equil
compute tbig all temp/sphere
thermo_modify temp tbig
thermo 100 thermo 100
run 1000 run 1000
@ -89,6 +92,7 @@ fix 3 all enforce2d
# diagnostics # diagnostics
uncompute tbig
compute tbig big temp/sphere compute tbig big temp/sphere
variable pebig equal pe*atoms/count(big) variable pebig equal pe*atoms/count(big)
variable ebig equal etotal*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.box.equil #dump 1 all atom 10 dump.box.equil
compute tbig all temp/sphere
thermo_modify temp tbig
thermo 100 thermo 100
run 1000 run 1000
@ -90,6 +93,7 @@ fix 4 all enforce2d
# diagnostics # diagnostics
uncompute tbig
compute tbig big temp/sphere compute tbig big temp/sphere
variable pebig equal pe*atoms/count(big) variable pebig equal pe*atoms/count(big)
variable ebig equal etotal*atoms/count(big) variable ebig equal etotal*atoms/count(big)