diff --git a/doc/Section_commands.html b/doc/Section_commands.html index b1e8d9c9ba..bced8ce6d9 100644 --- a/doc/Section_commands.html +++ b/doc/Section_commands.html @@ -366,7 +366,7 @@ full description:
file value = filename + append value = filename screen value = yes or no@@ -56,8 +57,11 @@ thermodynamic properties, global values calculated by a compute or fix, or references to other variables. -
If the file keyword is used, a filename is specified to which the -output generated by this fix will be written. +
If the file or append keyword is used, a filename is specified to +which the output generated by this fix will be written. If file is +used, then the filename is overwritten if it already exists. If +append is used, then the filename is appended to if it already +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. diff --git a/doc/fix_print.txt b/doc/fix_print.txt index a8c4dd43c9..58b6e11964 100644 --- a/doc/fix_print.txt +++ b/doc/fix_print.txt @@ -17,8 +17,9 @@ 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 {screen} :l +keyword = {file} or {append} or {screen} :l {file} value = filename + {append} value = filename {screen} value = {yes} or {no} :pre :ule @@ -46,8 +47,11 @@ thermodynamic properties, global values calculated by a "compute"_compute.html or "fix"_fix.html, or references to other "variables"_variable.html. -If the {file} keyword is used, a filename is specified to which the -output generated by this fix will be written. +If the {file} or {append} keyword is used, a filename is specified to +which the output generated by this fix will be written. If {file} is +used, then the filename is overwritten if it already exists. If +{append} is used, then the filename is appended to if it already +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. diff --git a/doc/group.html b/doc/group.html index 08f0b407db..bfa1a1bfa3 100644 --- a/doc/group.html +++ b/doc/group.html @@ -93,7 +93,8 @@ group.
Related commands:
-region, fix, velocity, dump, temperature +
dump, fix, region, +temperature, velocity
Default:
diff --git a/doc/group.txt b/doc/group.txt index e6dec4ff23..a17ca4a2fb 100644 --- a/doc/group.txt +++ b/doc/group.txt @@ -88,7 +88,8 @@ There can be no more than 32 defined groups, including "all". [Related commands:] -region, fix, velocity, dump, temperature +"dump"_dump.html, "fix"_fix.html, "region"_region.html, +"temperature"_temperature.html, "velocity"_velocity.html [Default:]