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

This commit is contained in:
sjplimp 2009-12-21 17:51:05 +00:00
parent 1fa91920a2
commit 66226d7232
8 changed files with 38 additions and 16 deletions

View File

@ -56,7 +56,7 @@ one or more input values can be listed
end = count values outside histogram lo/hi bounds in end bins
extra = create 2 extra bins for value outside histogram lo/hi bounds
<I>title1</I> arg = string
string = text to print as 1st line of output file = title
string = text to print as 1st line of output file
<I>title2</I> arg = string
string = text to print as 2nd line of output file
<I>title3</I> arg = string

View File

@ -45,7 +45,7 @@ keyword = {mode} or {file} or {ave} or {start} or {beyond} or {title1} or {title
end = count values outside histogram lo/hi bounds in end bins
extra = create 2 extra bins for value outside histogram lo/hi bounds
{title1} arg = string
string = text to print as 1st line of output file = title
string = text to print as 1st line of output file
{title2} arg = string
string = text to print as 2nd line of output file
{title3} arg = string

View File

@ -55,11 +55,11 @@ dim = <I>x</I> or <I>y</I> or <I>z</I>
running = output cumulative average of all previous Nfreq steps
window M = output average of M most recent Nfreq steps
<I>title1</I> arg = string
string = text to print as 1st line of output file = title
string = text to print as 1st line of output file
<I>title2</I> arg = string
string = text to print as 2nd line of output file = timestep, # of layers
string = text to print as 2nd line of output file
<I>title3</I> arg = string
string = text to print as 3rd line of output file = column headings for values
string = text to print as 3rd line of output file
</PRE>
</UL>

View File

@ -41,11 +41,11 @@ keyword = {norm} or {units} or {file} or {ave} or {title1} or {title2} or {title
running = output cumulative average of all previous Nfreq steps
window M = output average of M most recent Nfreq steps
{title1} arg = string
string = text to print as 1st line of output file = title
string = text to print as 1st line of output file
{title2} arg = string
string = text to print as 2nd line of output file = timestep, # of layers
string = text to print as 2nd line of output file
{title3} arg = string
string = text to print as 3rd line of output file = column headings for values :pre
string = text to print as 3rd line of output file :pre
:ule
[Examples:]

View File

@ -52,7 +52,7 @@ one or more input values can be listed
<I>off</I> arg = M = do not average this value
M = value # from 1 to Nvalues
<I>title1</I> arg = string
string = text to print as 1st line of output file = title
string = text to print as 1st line of output file
<I>title2</I> arg = string
string = text to print as 2nd line of output file
<I>title3</I> arg = string

View File

@ -41,7 +41,7 @@ keyword = {mode} or {file} or {ave} or {start} or {off} or {title1} or {title2}
{off} arg = M = do not average this value
M = value # from 1 to Nvalues
{title1} arg = string
string = text to print as 1st line of output file = title
string = text to print as 1st line of output file
{title2} arg = string
string = text to print as 2nd line of output file
{title3} arg = string

View File

@ -25,11 +25,13 @@
<LI>zero or more keyword/value pairs may be appended
<LI>keyword = <I>file</I> or <I>append</I> or <I>screen</I>
<LI>keyword = <I>file</I> or <I>append</I> or <I>screen</I> or <I>title</I>
<PRE> <I>file</I> value = filename
<I>append</I> value = filename
<I>screen</I> value = <I>yes</I> or <I>no</I>
<I>screen</I> value = <I>yes</I> or <I>no</I>
<I>title</I> value = string
string = text to print as 1st line of output file
</PRE>
</UL>
@ -66,6 +68,14 @@ exists, or created if it does not exist.
<P>If the <I>screen</I> keyword is used, output by this fix to the screen and
logfile can be turned on or off as desired.
</P>
<P>The <I>title</I> keyword allow specification of the string that will be
printed as the first line of the output file, assuming the <I>file</I>
keyword was used. By default, the title line is as follows:
</P>
<PRE># Fix print output for fix ID
</PRE>
<P>where ID is replaced with the fix-ID.
</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>No information about this fix is written to <A HREF = "restart.html">binary restart
@ -84,6 +94,7 @@ This fix is not invoked during <A HREF = "minimize.html">energy minimization</A>
</P>
<P><B>Default:</B>
</P>
<P>The option defaults are no file output and screen = yes.
<P>The option defaults are no file output, screen = yes, and title string
as described above.
</P>
</HTML>

View File

@ -17,10 +17,12 @@ print = style name of this fix command :l
N = print every N steps :l
string = text string to print with optional variable names :l
zero or more keyword/value pairs may be appended :l
keyword = {file} or {append} or {screen} :l
keyword = {file} or {append} or {screen} or {title} :l
{file} value = filename
{append} value = filename
{screen} value = {yes} or {no} :pre
{screen} value = {yes} or {no}
{title} value = string
string = text to print as 1st line of output file :pre
:ule
[Examples:]
@ -56,6 +58,14 @@ exists, or created if it does not exist.
If the {screen} keyword is used, output by this fix to the screen and
logfile can be turned on or off as desired.
The {title} keyword allow specification of the string that will be
printed as the first line of the output file, assuming the {file}
keyword was used. By default, the title line is as follows:
# Fix print output for fix ID :pre
where ID is replaced with the fix-ID.
[Restart, fix_modify, output, run start/stop, minimize info:]
No information about this fix is written to "binary restart
@ -74,4 +84,5 @@ This fix is not invoked during "energy minimization"_minimize.html.
[Default:]
The option defaults are no file output and screen = yes.
The option defaults are no file output, screen = yes, and title string
as described above.