diff --git a/doc/fix_ave_time.html b/doc/fix_ave_time.html index 77bc98d5e0..718ac72c7b 100644 --- a/doc/fix_ave_time.html +++ b/doc/fix_ave_time.html @@ -44,7 +44,9 @@ ave args = one or running or window M one = output a new average value every Nfreq steps running = output cumulative average of all previous Nfreq steps - window M = output average of M most recent Nfreq steps + window M = output average of M most recent Nfreq steps + start args = Nstart + Nstart = start averaging on this timestep @@ -172,6 +174,11 @@ on step 10000 will be the average of the individual values on steps 8000,9000,10000. Outputs on early steps will average over less than M values if they are not available.
+The start keyword specifies what timestep averaging will begin on. +The default is step 0. Often this value is 0.0, so setting start to +a larger value can avoid including a 0.0 in a running or windowed +average. +
Restart, fix_modify, output, run start/stop, minimize info: @@ -209,6 +216,6 @@ ave/atom
Default: none
-The option defaults no file output and ave = one. +
The option defaults no file output, ave = one, and start = 0.