git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@140 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2006-11-10 23:01:36 +00:00
parent 658d2c7669
commit 122d35f516
4 changed files with 6 additions and 9 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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