Commit c30950dd authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5404 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 9084d9b1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -161,8 +161,11 @@ thermo $d
fix       NVT all nvt temp $T $T 10 drag 0.2
run       8000 
</PRE>
<P># -------------- flux calculation ---------------
<P># -------------- flux calculation, switch to NVE if desired --------
</P>
<PRE>#unfix     NVT
#fix       NVE all nve 
</PRE>
<PRE>reset_timestep  0
compute   myKE all ke/atom
compute   myPE all pe/atom
+4 −1
Original line number Diff line number Diff line
@@ -158,7 +158,10 @@ velocity all create $T 102486 mom yes rot yes dist gaussian
fix       NVT all nvt temp $T $T 10 drag 0.2
run       8000 :pre

# -------------- flux calculation ---------------
# -------------- flux calculation, switch to NVE if desired --------

#unfix     NVT
#fix       NVE all nve :pre

reset_timestep  0
compute   myKE all ke/atom