2.2.1.2 analyze ave/time
analyze ave/time is used to perform time average on selected data.
Syntax:
analyze id group-id ave/time nevery nrepeat nfreq c_compute-id options-keyword
- id: user assigned name for this fix
- group-id: the fix is applied only to the particles in this group id
- nevery, nrepeat, nfreq: adjust sample size for the spatial average
- c_compute-id: select computed data
- options-keyword:
Examples:
analyze 3 all ave/time 1 10000 10000 c_1 file Al-Al.rdf
Description:
The compute-id is made of “c_compute-id”, eg. c_1, c_temp.
If option-keyword file is used, the time average results are output to the file.