diff --git a/doc/thermo_style.html b/doc/thermo_style.html index 7631efe5d7..2e8b9fef8a 100644 --- a/doc/thermo_style.html +++ b/doc/thermo_style.html @@ -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 diff --git a/doc/thermo_style.txt b/doc/thermo_style.txt index f9d17abc91..8e1ceb49dc 100644 --- a/doc/thermo_style.txt +++ b/doc/thermo_style.txt @@ -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 diff --git a/doc/variable.html b/doc/variable.html index 4e8eac6948..c3a7cc2bfd 100644 --- a/doc/variable.html +++ b/doc/variable.html @@ -111,8 +111,7 @@ combination.
  • 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 thermo_style custom 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 +
  • Keyword = any keyword supported by the thermo_style custom 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 diff --git a/doc/variable.txt b/doc/variable.txt index ddd430d49a..7a2174417e 100644 --- a/doc/variable.txt +++ b/doc/variable.txt @@ -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