2006-09-22 00:22:34 +08:00
|
|
|
<HTML>
|
|
|
|
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
|
|
|
|
</CENTER>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HR>
|
|
|
|
|
|
|
|
<H3>thermo_style command
|
|
|
|
</H3>
|
|
|
|
<P><B>Syntax:</B>
|
|
|
|
</P>
|
|
|
|
<PRE>thermo_style style args
|
|
|
|
</PRE>
|
2008-03-18 07:43:56 +08:00
|
|
|
<UL><LI>style = <I>one</I> or <I>multi</I> or <I>custom</I>
|
2006-09-22 00:22:34 +08:00
|
|
|
|
|
|
|
<LI>args = list of arguments for a particular style
|
|
|
|
|
|
|
|
<PRE> <I>one</I> args = none
|
|
|
|
<I>multi</I> args = none
|
|
|
|
<I>custom</I> args = list of attributes
|
2010-03-04 02:40:02 +08:00
|
|
|
possible attributes = step, elapsed, elaplong, dt, cpu,
|
|
|
|
atoms, temp, press, pe, ke, etotal, enthalpy,
|
2006-12-20 00:33:33 +08:00
|
|
|
evdwl, ecoul, epair, ebond, eangle, edihed, eimp,
|
|
|
|
emol, elong, etail,
|
2007-02-10 05:37:30 +08:00
|
|
|
vol, lx, ly, lz, xlo, xhi, ylo, yhi, zlo, zhi,
|
2010-02-09 06:34:21 +08:00
|
|
|
xy, xz, yz, xlat, ylat, zlat,
|
2009-03-17 23:41:12 +08:00
|
|
|
pxx, pyy, pzz, pxy, pxz, pyz,
|
2009-12-10 05:20:59 +08:00
|
|
|
c_ID, c_ID[I], c_ID[I][J],
|
|
|
|
f_ID, f_ID[I], f_ID[I][J],
|
|
|
|
v_name
|
2006-09-22 00:22:34 +08:00
|
|
|
step = timestep
|
2010-03-04 02:40:02 +08:00
|
|
|
elapsed = timesteps since start of this run
|
|
|
|
elaplong = timesteps since start of initial run in a series of runs
|
|
|
|
dt = timestep size
|
2006-09-22 00:22:34 +08:00
|
|
|
cpu = elapsed CPU time
|
2010-03-04 02:40:02 +08:00
|
|
|
atoms = # of atoms
|
2006-09-22 00:22:34 +08:00
|
|
|
temp = temperature
|
|
|
|
press = pressure
|
|
|
|
pe = total potential energy
|
|
|
|
ke = kinetic energy
|
2006-11-11 05:27:54 +08:00
|
|
|
etotal = total energy (pe + ke)
|
2009-02-25 05:16:35 +08:00
|
|
|
enthalpy = enthalpy (etotal + press*vol)
|
2006-09-22 00:22:34 +08:00
|
|
|
evdwl = VanderWaal pairwise energy
|
|
|
|
ecoul = Coulombic pairwise energy
|
2007-03-08 09:01:08 +08:00
|
|
|
epair = pairwise energy (evdwl + ecoul + elong + etail)
|
2006-09-22 00:22:34 +08:00
|
|
|
ebond = bond energy
|
|
|
|
eangle = angle energy
|
|
|
|
edihed = dihedral energy
|
|
|
|
eimp = improper energy
|
|
|
|
emol = molecular energy (ebond + eangle + edihed + eimp)
|
|
|
|
elong = long-range kspace energy
|
2006-12-20 00:33:33 +08:00
|
|
|
etail = VanderWaal energy long-range tail correction
|
2006-09-22 00:22:34 +08:00
|
|
|
vol = volume
|
|
|
|
lx,ly,lz = box lengths in x,y,z
|
2007-02-10 05:37:30 +08:00
|
|
|
xlo,xhi,ylo,yhi,zlo,zhi = box boundaries
|
2009-03-17 23:41:12 +08:00
|
|
|
xy,xz,yz = box tilt for triclinic (non-orthogonal) simulation boxes
|
2010-02-09 06:34:21 +08:00
|
|
|
xlat,ylat,zlat = lattice spacings as calculated by <A HREF = "lattice.html">lattice</A> command
|
2006-09-22 00:22:34 +08:00
|
|
|
pxx,pyy,pzz,pxy,pxz,pyz = 6 components of pressure tensor
|
2008-01-03 03:25:15 +08:00
|
|
|
c_ID = global scalar value calculated by a compute with ID
|
2009-12-10 05:20:59 +08:00
|
|
|
c_ID[I] = Ith component of global vector calculated by a compute with ID
|
|
|
|
c_ID[I][J] = I,J component of global array calculated by a compute with ID
|
2008-01-03 03:25:15 +08:00
|
|
|
f_ID = global scalar value calculated by a fix with ID
|
2009-12-10 05:20:59 +08:00
|
|
|
f_ID[I] = Ith component of global vector calculated by a fix with ID
|
|
|
|
f_ID[I][J] = I,J component of global array calculated by a fix with ID
|
|
|
|
v_name = scalar value calculated by an equal-style variable with name
|
2006-09-22 00:22:34 +08:00
|
|
|
</PRE>
|
|
|
|
|
|
|
|
</UL>
|
|
|
|
<P><B>Examples:</B>
|
|
|
|
</P>
|
|
|
|
<PRE>thermo_style multi
|
2006-11-11 05:27:54 +08:00
|
|
|
thermo_style custom step temp pe etotal press vol
|
2007-02-10 05:37:30 +08:00
|
|
|
thermo_style custom step temp etotal c_myTemp v_abc
|
2006-09-22 00:22:34 +08:00
|
|
|
</PRE>
|
|
|
|
<P><B>Description:</B>
|
|
|
|
</P>
|
2007-02-10 05:37:30 +08:00
|
|
|
<P>Set the style and content for printing thermodynamic data to the
|
|
|
|
screen and log file.
|
2006-09-22 00:22:34 +08:00
|
|
|
</P>
|
|
|
|
<P>Style <I>one</I> prints a one-line summary of thermodynamic info that is
|
2006-11-11 05:27:54 +08:00
|
|
|
the equivalent of "thermo_style custom step temp epair emol etotal
|
2006-09-22 00:22:34 +08:00
|
|
|
press". The line contains only numeric values.
|
|
|
|
</P>
|
|
|
|
<P>Style <I>multi</I> prints a multiple-line listing of thermodynamic info
|
2006-11-11 05:27:54 +08:00
|
|
|
that is the equivalent of "thermo_style custom etotal ke temp pe ebond
|
2006-09-22 00:22:34 +08:00
|
|
|
eangle edihed eimp evdwl ecoul elong press". The listing contains
|
|
|
|
numeric values and a string ID for each quantity.
|
|
|
|
</P>
|
|
|
|
<P>Style <I>custom</I> is the most general setting and allows you to specify
|
2007-02-10 05:37:30 +08:00
|
|
|
which of the keywords listed above you want printed on each
|
|
|
|
thermodynamic timestep. Note that the keywords c_ID, f_ID, v_name are
|
|
|
|
references to <A HREF = "compute.html">computes</A>, <A HREF = "fix.html">fixes</A>, and
|
2008-01-03 03:25:15 +08:00
|
|
|
equal-style <A HREF = "variable.html"">variables</A> that have been defined
|
|
|
|
elsewhere in the input script or can even be new styles which users
|
|
|
|
have added to LAMMPS (see the <A HREF = "Section_modify.html">Section_modify</A>
|
|
|
|
section of the documentation). Thus the <I>custom</I> style provides a
|
|
|
|
flexible means of outputting essentially any desired quantity as a
|
|
|
|
simulation proceeds.
|
2007-02-10 05:37:30 +08:00
|
|
|
</P>
|
|
|
|
<P>All styles except <I>custom</I> have <I>vol</I> appended to their list of
|
|
|
|
outputs if the simulation box volume changes during the simulation.
|
2006-09-22 00:22:34 +08:00
|
|
|
</P>
|
2007-10-19 06:02:20 +08:00
|
|
|
<P>The values printed by the various keywords are instantaneous values,
|
|
|
|
calculated on the current timestep. Time-averaged quantities, which
|
|
|
|
include values from previous timesteps, can be output by using the
|
|
|
|
f_ID keyword and accessing a fix that does time-averaging such as the
|
|
|
|
<A HREF = "fix_ave_time.html">fix ave/time</A> command.
|
|
|
|
</P>
|
2007-02-10 05:37:30 +08:00
|
|
|
<P>Options invoked by the <A HREF = "thermo_modify.html">thermo_modify</A> command can
|
|
|
|
be used to set the one- or multi-line format of the print-out, the
|
2009-01-06 07:48:45 +08:00
|
|
|
normalization of thermodynamic output (total values versus per-atom
|
2009-04-02 06:25:09 +08:00
|
|
|
values for extensive quantities (ones which scale with the number of
|
|
|
|
atoms in the system), and the numeric precision of each printed value.
|
2007-02-10 05:37:30 +08:00
|
|
|
</P>
|
2009-01-06 07:48:45 +08:00
|
|
|
<P>IMPORTANT NOTE: When you use a "thermo_style" command, all
|
2007-06-25 22:36:36 +08:00
|
|
|
thermodynamic settings are restored to their default values, including
|
2009-01-06 07:48:45 +08:00
|
|
|
those previously set by a <A HREF = "thermo_modify.html">thermo_modify</A> command.
|
2007-06-25 22:36:36 +08:00
|
|
|
Thus if your input script specifies a thermo_style command, you should
|
|
|
|
use the thermo_modify command after it.
|
2007-06-20 20:56:17 +08:00
|
|
|
</P>
|
2007-02-10 05:37:30 +08:00
|
|
|
<HR>
|
|
|
|
|
|
|
|
<P>Several of the thermodynamic quantities require a temperature to be
|
2007-10-19 06:02:20 +08:00
|
|
|
computed: "temp", "press", "ke", "etotal", "enthalpy", "pxx etc". By
|
2009-04-02 06:25:09 +08:00
|
|
|
default this is done by using a <I>temperature</I> compute which is created
|
|
|
|
when LAMMPS starts up, as if this command had been issued:
|
2006-09-22 00:22:34 +08:00
|
|
|
</P>
|
2007-02-10 05:37:30 +08:00
|
|
|
<PRE>compute thermo_temp all temp
|
|
|
|
</PRE>
|
|
|
|
<P>See the <A HREF = "compute_temp.html">compute temp</A> command for details. Note
|
2007-06-20 20:56:17 +08:00
|
|
|
that the ID of this compute is <I>thermo_temp</I> and the group is <I>all</I>.
|
|
|
|
You can change the attributes of this temperature (e.g. its
|
2007-02-10 05:37:30 +08:00
|
|
|
degrees-of-freedom) via the <A HREF = "compute_modify.html">compute_modify</A>
|
|
|
|
command. Alternatively, you can directly assign a new compute (that
|
2007-06-20 20:56:17 +08:00
|
|
|
calculates temperature) which you have defined, to be used for
|
|
|
|
calculating any thermodynamic quantity that requires a temperature.
|
|
|
|
This is done via the <A HREF = "thermo_modify.html">thermo_modify</A> command.
|
2007-02-10 05:37:30 +08:00
|
|
|
</P>
|
|
|
|
<P>Several of the thermodynamic quantities require a pressure to be
|
2007-11-02 00:46:50 +08:00
|
|
|
computed: "press", "enthalpy", "pxx", etc. By default this is done by
|
2009-04-02 06:25:09 +08:00
|
|
|
using a <I>pressure</I> compute which is created when LAMMPS starts up, as
|
2008-01-18 07:46:30 +08:00
|
|
|
if this command had been issued:
|
2007-02-10 05:37:30 +08:00
|
|
|
</P>
|
2008-01-18 07:46:30 +08:00
|
|
|
<PRE>compute thermo_press all pressure thermo_temp
|
2007-02-10 05:37:30 +08:00
|
|
|
</PRE>
|
|
|
|
<P>See the <A HREF = "compute_pressure.html">compute pressure</A> command for details.
|
2008-01-18 07:46:30 +08:00
|
|
|
Note that the ID of this compute is <I>thermo_press</I> and the group is
|
2007-02-10 05:37:30 +08:00
|
|
|
<I>all</I>. You can change the attributes of this pressure via the
|
|
|
|
<A HREF = "compute_modify.html">compute_modify</A> command. Alternatively, you can
|
|
|
|
directly assign a new compute (that calculates pressure) which you
|
2007-06-20 20:56:17 +08:00
|
|
|
have defined, to be used for calculating any thermodynamic quantity
|
|
|
|
that requires a pressure. This is done via the
|
|
|
|
<A HREF = "thermo_modify.html">thermo_modify</A> command.
|
2007-02-10 05:37:30 +08:00
|
|
|
</P>
|
2007-11-02 00:46:50 +08:00
|
|
|
<P>Several of the thermodynamic quantities require a potential energy to
|
2009-04-02 06:25:09 +08:00
|
|
|
be computed: "pe", "etotal", "ebond", etc. This is done by using a
|
|
|
|
<I>pe</I> compute which is created when LAMMPS starts up, as if this
|
2007-11-02 00:46:50 +08:00
|
|
|
command had been issued:
|
|
|
|
</P>
|
|
|
|
<PRE>compute thermo_pe all pe
|
|
|
|
</PRE>
|
|
|
|
<P>See the <A HREF = "compute_pe.html">compute pe</A> command for details. Note that
|
|
|
|
the ID of this compute is <I>thermo_pe</I> and the group is <I>all</I>. You can
|
|
|
|
change the attributes of this potential energy via the
|
|
|
|
<A HREF = "compute_modify.html">compute_modify</A> command.
|
|
|
|
</P>
|
2007-02-10 05:37:30 +08:00
|
|
|
<HR>
|
|
|
|
|
2008-03-18 07:43:56 +08:00
|
|
|
<P>The kinetic energy of the system <I>ke</I> is inferred from the temperature
|
|
|
|
of the system with 1/2 Kb T of energy for each degree of freedom.
|
2008-03-19 05:49:24 +08:00
|
|
|
Thus, using different <A HREF = "compute.html">compute commands</A> for calculating
|
2008-03-18 07:43:56 +08:00
|
|
|
temperature, via the <A HREF = "thermo_modify.html">thermo_modify temp</A> command,
|
2008-03-20 00:03:13 +08:00
|
|
|
may yield different kinetic energies, since different computes that
|
|
|
|
calculate temperature can subtract out different non-thermal
|
|
|
|
components of velocity and/or include different degrees of freedom
|
|
|
|
(translational, rotational, etc).
|
2008-03-18 07:43:56 +08:00
|
|
|
</P>
|
2007-02-10 05:37:30 +08:00
|
|
|
<P>The potential energy of the system <I>pe</I> will include contributions
|
2007-11-02 00:46:50 +08:00
|
|
|
from fixes if the <A HREF = "fix_modify.html">fix_modify thermo</A> option is set
|
2010-05-07 23:11:21 +08:00
|
|
|
for a fix that calculates such a contribution. For example, the <A HREF = "fix_wall.html">fix
|
2007-11-02 00:46:50 +08:00
|
|
|
wall/lj93</A> fix calculates the energy of atoms
|
|
|
|
interacting with the wall. See the doc pages for "individual fixes"
|
|
|
|
to see which ones contribute.
|
2006-09-22 00:22:34 +08:00
|
|
|
</P>
|
|
|
|
<P>A long-range tail correction <I>etail</I> for the VanderWaal pairwise
|
|
|
|
energy will be non-zero only if the <A HREF = "pair_modify.html">pair_modify
|
|
|
|
tail</A> option is turned on. The <I>etail</I> contribution
|
2006-11-11 05:27:54 +08:00
|
|
|
is included in <I>evdwl</I>, <I>pe</I>, and <I>etotal</I>, and the corresponding tail
|
2006-09-22 00:22:34 +08:00
|
|
|
correction to the pressure is included in <I>press</I> and <I>pxx</I>, <I>pyy</I>,
|
|
|
|
etc.
|
|
|
|
</P>
|
2007-02-10 05:37:30 +08:00
|
|
|
<HR>
|
|
|
|
|
2010-03-04 02:40:02 +08:00
|
|
|
<P>The <I>step</I>, <I>elapsed</I>, and <I>elaplong</I> keywords refer to timestep
|
|
|
|
count. <I>Step</I> is the current timestep, or iteration count when a
|
|
|
|
<A HREF = "minimize.html">minimization</A> is being performed. <I>Elapsed</I> is the
|
|
|
|
number of timesteps elapsed since the beginning of this run.
|
|
|
|
<I>Elaplong</I> is the number of timesteps elapsed since the beginning of
|
|
|
|
an initial run in a series of runs. See the <I>start</I> and <I>stop</I>
|
|
|
|
keywords for the <A HREF = "run.html">run</A> for info on how to invoke a series of
|
|
|
|
runs that keep track of an initial starting time. If these keywords
|
|
|
|
are not used, then <I>elapsed</I> and <I>elaplong</I> are the same value.
|
|
|
|
</P>
|
2009-12-10 05:20:59 +08:00
|
|
|
<P>The <I>c_ID</I> and <I>c_ID[I]</I> and <I>c_ID[I][J]</I> keywords allow global
|
|
|
|
values calculated by a compute to be output. As discussed on the
|
|
|
|
<A HREF = "compute.html">compute</A> doc page, computes can calculate global,
|
|
|
|
per-atom, or local values. Only global values can be referenced by
|
|
|
|
this command. However, per-atom compute values can be referenced in a
|
|
|
|
<A HREF = "variable.html">variable</A> and the variable referenced by thermo_style
|
|
|
|
custom, as discussed below.
|
|
|
|
</P>
|
|
|
|
<P>The ID in the keyword should be replaced by the actual ID of a compute
|
|
|
|
that has been defined elsewhere in the input script. See the
|
|
|
|
<A HREF = "compute.html">compute</A> command for details. If the compute calculates
|
|
|
|
a global scalar, vector, or array, then the keyword formats with 0, 1,
|
|
|
|
or 2 brackets will reference a scalar value from the compute.
|
2007-10-11 07:47:26 +08:00
|
|
|
</P>
|
|
|
|
<P>Note that some computes calculate "intensive" global quantities like
|
|
|
|
temperature; others calculate "extensive" global quantities like
|
|
|
|
kinetic energy that are summed over all atoms in the compute group.
|
2009-12-10 05:20:59 +08:00
|
|
|
Intensive quantities are printed directly without normalization by
|
|
|
|
thermo_style custom. Extensive quantities may be normalized by the
|
2008-01-03 03:25:15 +08:00
|
|
|
total number of atoms in the simulation (NOT the number of atoms in
|
2009-12-10 05:20:59 +08:00
|
|
|
the compute group) when output, depending on the <A HREF = "thermo_modify.html">thermo_modify
|
2008-01-03 03:25:15 +08:00
|
|
|
norm</A> option being used.
|
2007-02-10 05:37:30 +08:00
|
|
|
</P>
|
2009-12-10 05:20:59 +08:00
|
|
|
<P>The <I>f_ID</I> and <I>f_ID[I]</I> and <I>f_ID[I][J]</I> keywords allow global
|
|
|
|
values calculated by a fix to be output. As discussed on the
|
|
|
|
<A HREF = "fix.html">fix</A> doc page, fixes can calculate global, per-atom, or
|
|
|
|
local values. Only global values can be referenced by this command.
|
|
|
|
However, per-atom fix values can be referenced in a
|
|
|
|
<A HREF = "variable.html">variable</A> and the variable referenced by thermo_style
|
|
|
|
custom, as discussed below.
|
|
|
|
</P>
|
|
|
|
<P>The ID in the keyword should be replaced by the actual ID of a fix
|
|
|
|
that has been defined elsewhere in the input script. See the
|
|
|
|
<A HREF = "fix.html">fix</A> command for details. If the fix calculates a global
|
|
|
|
scalar, vector, or array, then the keyword formats with 0, 1, or 2
|
|
|
|
brackets will reference a scalar value from the fix.
|
2007-10-11 07:47:26 +08:00
|
|
|
</P>
|
|
|
|
<P>Note that some fixes calculate "intensive" global quantities like
|
|
|
|
timestep size; others calculate "extensive" global quantities like
|
|
|
|
energy that are summed over all atoms in the fix group. Intensive
|
2009-12-10 05:20:59 +08:00
|
|
|
quantities are printed directly without normalization by thermo_style
|
|
|
|
custom. Extensive quantities may be normalized by the total number of
|
|
|
|
atoms in the simulation (NOT the number of atoms in the fix group)
|
|
|
|
when output, depending on the <A HREF = "thermo_modify.html">thermo_modify norm</A>
|
|
|
|
option being used.
|
2007-02-10 05:37:30 +08:00
|
|
|
</P>
|
|
|
|
<P>The <I>v_name</I> keyword allow the current value of a variable to be
|
2008-01-03 03:25:15 +08:00
|
|
|
output. The name in the keyword should be replaced by the actual name
|
2007-02-10 05:37:30 +08:00
|
|
|
of the variable that has been defined elsewhere in the input script.
|
2008-01-03 03:25:15 +08:00
|
|
|
Only equal-style variables can be referenced. See the
|
|
|
|
<A HREF = "variable.html">variable</A> command for details. Variables of style
|
2009-12-10 05:20:59 +08:00
|
|
|
<I>equal</I> can reference per-atom properties or thermodynamic keywords,
|
|
|
|
or they can invoke other computes, fixes, or variables when evaluated,
|
|
|
|
so this is a very general means of creating thermodynamic output.
|
2007-02-10 05:37:30 +08:00
|
|
|
</P>
|
|
|
|
<P>See <A HREF = "Section_modify.html">this section</A> for information on how to add
|
2009-12-10 05:20:59 +08:00
|
|
|
new compute and fix styles to LAMMPS to calculate quantities that can
|
|
|
|
then be referenced with these keywords to generate thermodynamic
|
|
|
|
output.
|
2006-09-22 00:22:34 +08:00
|
|
|
</P>
|
2007-02-10 05:37:30 +08:00
|
|
|
<HR>
|
|
|
|
|
2006-09-22 00:22:34 +08:00
|
|
|
<P><B>Restrictions:</B>
|
|
|
|
</P>
|
|
|
|
<P>This command must come after the simulation box is defined by a
|
|
|
|
<A HREF = "read_data.html">read_data</A>, <A HREF = "read_restart.html">read_restart</A>, or
|
|
|
|
<A HREF = "create_box.html">create_box</A> command.
|
|
|
|
</P>
|
|
|
|
<P><B>Related commands:</B>
|
|
|
|
</P>
|
|
|
|
<P><A HREF = "thermo.html">thermo</A>, <A HREF = "thermo_modify.html">thermo_modify</A>,
|
2008-01-04 08:37:21 +08:00
|
|
|
<A HREF = "fix_modify.html">fix_modify</A>, <A HREF = "compute_temp.html">compute temp</A>,
|
|
|
|
<A HREF = "compute_pressure.html">compute pressure</A>
|
2006-09-22 00:22:34 +08:00
|
|
|
</P>
|
|
|
|
<P><B>Default:</B>
|
|
|
|
</P>
|
|
|
|
<PRE>thermo_style one
|
|
|
|
</PRE>
|
|
|
|
</HTML>
|