2.2.1.1 analyze ave/space
analyze ave/space is used to perform both time and spatial average on selected data.
Syntax:
analyze id group-id ave/space nevery nrepeat nfreq dimension location 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
- dimension: x, y or z
- location: lower, center or upper
- options-keyword:
- density/number
- density/mass
- file file_name
Examples:
analyze 1 Al ave/space 1 1 1000 z center 1 density/number file vol_Al.txt
Description:
If option-keyword density/number is used, the space average is performed on the number of density.
If option-keyword density/mass is used, the space average is performed on the mass density.
If option-keyword file is used, the space average results are output to the file.