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: coul/cutcoul/debyecoul/longdipole/cut dpdeameam/opteam/alloy eam/alloy/opteam/fseam/fs/optgayberne -gran/hertz/historygran/hookegran/hooke/historylj/charmm/coul/charmm +gran/hertz/historygran/hookegran/hooke/historylj/charmm/coul/charmm lj/charmm/coul/charmm/implicitlj/charmm/coul/longlj/charmm/coul/long/optlj/class2 lj/class2/coul/cutlj/class2/coul/longlj/cutlj/cut/opt lj/cut/coul/cutlj/cut/coul/debyelj/cut/coul/longlj/cut/coul/long/tip4p diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt index 51f05590bd..a7f58bf584 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -506,9 +506,9 @@ full description: "eam/fs"_pair_eam.html, "eam/fs/opt"_pair_eam.html, "gayberne"_pair_gayberne.html, -"gran/hertz/history"_pair_gran_hertz_history.html, -"gran/hooke"_pair_gran_hooke.html, -"gran/hooke/history"_pair_gran_hooke_history.html, +"gran/hertz/history"_pair_gran.html, +"gran/hooke"_pair_gran.html, +"gran/hooke/history"_pair_gran.html, "lj/charmm/coul/charmm"_pair_charmm.html, "lj/charmm/coul/charmm/implicit"_pair_charmm.html, "lj/charmm/coul/long"_pair_charmm.html, diff --git a/doc/fix_print.html b/doc/fix_print.html index 7a8b597beb..d933f2c2c8 100644 --- a/doc/fix_print.html +++ b/doc/fix_print.html @@ -25,9 +25,10 @@
  • zero or more keyword/value pairs may be appended -
  • keyword = file or screen +
  • keyword = file or append or screen
      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:]