forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2991 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2c4b866f62
commit
85358d8ba7
|
@ -144,7 +144,7 @@ run 8000
|
|||
</PRE>
|
||||
<PRE>reset_timestep 0
|
||||
compute myPE all pe/atom pair
|
||||
compute flux all heat_flux myPE
|
||||
compute flux all heat/flux myPE
|
||||
log flux.log
|
||||
variable J equal c_flux[1]/vol
|
||||
thermo_style custom step temp v_J
|
||||
|
|
|
@ -141,7 +141,7 @@ run 8000 :pre
|
|||
|
||||
reset_timestep 0
|
||||
compute myPE all pe/atom pair
|
||||
compute flux all heat_flux myPE
|
||||
compute flux all heat/flux myPE
|
||||
log flux.log
|
||||
variable J equal c_flux\[1\]/vol
|
||||
thermo_style custom step temp v_J
|
||||
|
|
Loading…
Reference in New Issue