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

This commit is contained in:
sjplimp
2008-01-17 23:46:30 +00:00
parent 5d3b037c57
commit d5514c3194
26 changed files with 88 additions and 78 deletions

View File

@ -74,10 +74,10 @@ atoms or other degrees of freedom.
where the DOF is specified by the temperature compute. See the
various <A HREF = "compute.html">compute temperature</A> styles for details.
</P>
<P>A compute of this style with the ID of "thermo_pressure" is created
when LAMMPS starts up, as if this command were in the input script:
<P>A compute of this style with the ID of "thermo_press" is created when
LAMMPS starts up, as if this command were in the input script:
</P>
<PRE>compute thermo_pressure all pressure thermo_temp
<PRE>compute thermo_press all pressure thermo_temp
</PRE>
<P>where "thermo_temp" is the ID of a similarly defined compute of style
"temp". See the "thermo_style" command for more details.