git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@460 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -23,8 +23,8 @@
|
|||||||
<I>norm</I> value = <I>yes</I> or <I>no</I>
|
<I>norm</I> value = <I>yes</I> or <I>no</I>
|
||||||
<I>flush</I> value = <I>yes</I> or <I>no</I>
|
<I>flush</I> value = <I>yes</I> or <I>no</I>
|
||||||
<I>line</I> value = <I>one</I> or <I>multi</I>
|
<I>line</I> value = <I>one</I> or <I>multi</I>
|
||||||
<I>format</I> value = <I>int</I> string or <I>float</I> string or N string
|
<I>format</I> values = <I>int</I> string or <I>float</I> string or M string
|
||||||
N = integer from 1 to # of quantities being printed
|
M = integer from 1 to N, where N = # of quantities being printed
|
||||||
string = C-style format string
|
string = C-style format string
|
||||||
<I>window</I> value = N
|
<I>window</I> value = N
|
||||||
N = number of previous print-outs to average over
|
N = number of previous print-outs to average over
|
||||||
@ -38,8 +38,8 @@
|
|||||||
<P><B>Examples:</B>
|
<P><B>Examples:</B>
|
||||||
</P>
|
</P>
|
||||||
<PRE>thermo_modify lost no flush yes
|
<PRE>thermo_modify lost no flush yes
|
||||||
thermo_modify temp myTemp
|
thermo_modify temp myTemp format 3 %15.8g
|
||||||
thermo_modify line multi format float %g format 3 %15.8g
|
thermo_modify line multi format float %g
|
||||||
</PRE>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
@ -70,11 +70,12 @@ containing the timestep and CPU time. This modify option overrides
|
|||||||
the <I>one</I> and <I>multi</I> thermo_style settings.
|
the <I>one</I> and <I>multi</I> thermo_style settings.
|
||||||
</P>
|
</P>
|
||||||
<P>The <I>format</I> keyword sets the numeric format of individual printed
|
<P>The <I>format</I> keyword sets the numeric format of individual printed
|
||||||
quantities. The <I>int</I> and <I>float</I> settings set the format for all
|
quantities. The <I>int</I> and <I>float</I> keywords set the format for all
|
||||||
integer or floating-point quantities printed. The setting with a
|
integer or floating-point quantities printed. The setting with a
|
||||||
numeric value (e.g. format 5 %10.4g) sets the format of the Nth value
|
numeric value (e.g. format 5 %10.4g) sets the format of the Mth value
|
||||||
printed. If the format for a specific value has been set, it will
|
printed in each output line, the 5th column of output in this case.
|
||||||
take precedent over the <I>int</I> or <I>float</I> setting.
|
If the format for a specific column has been set, it will take
|
||||||
|
precedent over the <I>int</I> or <I>float</I> setting.
|
||||||
</P>
|
</P>
|
||||||
<P>The <I>window</I> keyword sets the number of previous thermodynamic screen
|
<P>The <I>window</I> keyword sets the number of previous thermodynamic screen
|
||||||
outputs over which <A HREF = "thermo_style.html">thermo_style custom</A> <I>ave</I>
|
outputs over which <A HREF = "thermo_style.html">thermo_style custom</A> <I>ave</I>
|
||||||
|
|||||||
@ -18,8 +18,8 @@ keyword = {lost} or {norm} or {flush} or {line} or {format} or {temp} or {press}
|
|||||||
{norm} value = {yes} or {no}
|
{norm} value = {yes} or {no}
|
||||||
{flush} value = {yes} or {no}
|
{flush} value = {yes} or {no}
|
||||||
{line} value = {one} or {multi}
|
{line} value = {one} or {multi}
|
||||||
{format} value = {int} string or {float} string or N string
|
{format} values = {int} string or {float} string or M string
|
||||||
N = integer from 1 to # of quantities being printed
|
M = integer from 1 to N, where N = # of quantities being printed
|
||||||
string = C-style format string
|
string = C-style format string
|
||||||
{window} value = N
|
{window} value = N
|
||||||
N = number of previous print-outs to average over
|
N = number of previous print-outs to average over
|
||||||
@ -32,8 +32,8 @@ keyword = {lost} or {norm} or {flush} or {line} or {format} or {temp} or {press}
|
|||||||
[Examples:]
|
[Examples:]
|
||||||
|
|
||||||
thermo_modify lost no flush yes
|
thermo_modify lost no flush yes
|
||||||
thermo_modify temp myTemp
|
thermo_modify temp myTemp format 3 %15.8g
|
||||||
thermo_modify line multi format float %g format 3 %15.8g :pre
|
thermo_modify line multi format float %g :pre
|
||||||
|
|
||||||
[Description:]
|
[Description:]
|
||||||
|
|
||||||
@ -64,11 +64,12 @@ containing the timestep and CPU time. This modify option overrides
|
|||||||
the {one} and {multi} thermo_style settings.
|
the {one} and {multi} thermo_style settings.
|
||||||
|
|
||||||
The {format} keyword sets the numeric format of individual printed
|
The {format} keyword sets the numeric format of individual printed
|
||||||
quantities. The {int} and {float} settings set the format for all
|
quantities. The {int} and {float} keywords set the format for all
|
||||||
integer or floating-point quantities printed. The setting with a
|
integer or floating-point quantities printed. The setting with a
|
||||||
numeric value (e.g. format 5 %10.4g) sets the format of the Nth value
|
numeric value (e.g. format 5 %10.4g) sets the format of the Mth value
|
||||||
printed. If the format for a specific value has been set, it will
|
printed in each output line, the 5th column of output in this case.
|
||||||
take precedent over the {int} or {float} setting.
|
If the format for a specific column has been set, it will take
|
||||||
|
precedent over the {int} or {float} setting.
|
||||||
|
|
||||||
The {window} keyword sets the number of previous thermodynamic screen
|
The {window} keyword sets the number of previous thermodynamic screen
|
||||||
outputs over which "thermo_style custom"_thermo_style.html {ave}
|
outputs over which "thermo_style custom"_thermo_style.html {ave}
|
||||||
|
|||||||
Reference in New Issue
Block a user