Commit 122d35f5 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@140 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 658d2c76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
      pxx,pyy,pzz,pxy,pxz,pyz = 6 components of pressure tensor
      gke = granular translational kinetic energy (without frozen atoms)
      grot = granular rotational kinetic energy (without frozen atoms)
      tave, pave, eave, peave = time-averaged temp, press, eng, pe
      tave, pave, eave, peave = time-averaged temp, press, etotal, pe
      t_ID = termperature as computed by temperature ID 
</PRE>

+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ args = list of arguments for a particular style :l
      pxx,pyy,pzz,pxy,pxz,pyz = 6 components of pressure tensor
      gke = granular translational kinetic energy (without frozen atoms)
      grot = granular rotational kinetic energy (without frozen atoms)
      tave, pave, eave, peave = time-averaged temp, press, eng, pe
      tave, pave, eave, peave = time-averaged temp, press, etotal, pe
      t_ID = termperature as computed by temperature ID :pre
:ule

+1 −2
Original line number Diff line number Diff line
@@ -111,8 +111,7 @@ combination.
<LI>Vector = a keyword followed by square brackets containing an atom ID
<LI>Supported vectors = x, y, z, vx, vy, vz, fx, fy, fz
<LI>Example vector usage = x[123], fz[1000]
<LI>Keyword = keywords supported by the   <A HREF = "thermo_style.html">thermo_style custom</A>   command except cpu and pressure tensor components (pxx, pyy, etc)
<LI>Supported keywords = step, atoms, temp, press, pe, ke, eng, evdwl,   ecoul, epair, ebond, eangle, edihed, eimp, emol, elong, vol, lx, ly, lz,   gke, grot, t_ID
<LI>Keyword = any keyword supported by the   <A HREF = "thermo_style.html">thermo_style custom</A>   command except cpu, pressure tensor components (pxx, pyy, etc),   time-averaged quantities (tave, pave, etc)
<LI>Example keyword usage = atoms, pow(vol,0.333), mult(elong,0.5)
<LI>Number = 0.2, 1.0e20, -15.4, etc 
</UL>
+3 −5
Original line number Diff line number Diff line
@@ -108,12 +108,10 @@ Example function usage = div(1.0e20,3.0), neg(x\[34\]), pow(lx,3.0), \
Vector = a keyword followed by square brackets containing an atom ID
Supported vectors = x, y, z, vx, vy, vz, fx, fy, fz
Example vector usage = x\[123\], fz\[1000\]
Keyword = keywords supported by the \
Keyword = any keyword supported by the \
  "thermo_style custom"_thermo_style.html \
  command except cpu and pressure tensor components (pxx, pyy, etc)
Supported keywords = step, atoms, temp, press, pe, ke, eng, evdwl, \
  ecoul, epair, ebond, eangle, edihed, eimp, emol, elong, vol, lx, ly, lz, \
  gke, grot, t_ID
  command except cpu, pressure tensor components (pxx, pyy, etc), \
  time-averaged quantities (tave, pave, etc)
Example keyword usage = atoms, pow(vol,0.333), mult(elong,0.5)
Number = 0.2, 1.0e20, -15.4, etc :ul