From 2b7001c88bb424e8f45c7c161ca7051581cca62a Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 2 Apr 2015 18:26:07 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13375 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- examples/ASPHERE/box/in.box | 4 ++++ examples/ASPHERE/box/in.box.mp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/examples/ASPHERE/box/in.box b/examples/ASPHERE/box/in.box index 289fc6c6af..2ec09faf56 100644 --- a/examples/ASPHERE/box/in.box +++ b/examples/ASPHERE/box/in.box @@ -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) diff --git a/examples/ASPHERE/box/in.box.mp b/examples/ASPHERE/box/in.box.mp index 2d6a2d2df6..2953552595 100644 --- a/examples/ASPHERE/box/in.box.mp +++ b/examples/ASPHERE/box/in.box.mp @@ -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)