Commit 2c4b866f authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2990 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 3c7f2e4e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -143,9 +143,10 @@ run 8000
<PRE># -------------- Flux calculation in nve --------------- 
</PRE>
<PRE>reset_timestep  0
compute 	flux all heat_flux
compute	        myPE all pe/atom pair
compute 	flux all heat_flux myPE
log     	flux.log
variable        J  equal c_flux<B>1</B>/vol
variable        J equal c_flux[1]/vol
thermo_style 	custom step temp v_J 
run 	        100000 
</PRE>
+4 −4
Original line number Diff line number Diff line
@@ -140,9 +140,9 @@ run 8000 :pre
# -------------- Flux calculation in nve --------------- :pre

reset_timestep  0
compute 	flux all heat_flux
compute	        myPE all pe/atom pair
compute 	flux all heat_flux myPE
log     	flux.log
variable        J  equal c_flux[1]/vol
variable        J equal c_flux\[1\]/vol
thermo_style 	custom step temp v_J 
run 	        100000 :pre