mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13374 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
298a13c692
commit
1514cff5c8
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue