I have defined some group of atoms in my simulation box and want to calculate their individual average temperature over time. I am thinking to use fix ave/time command for this. But doc page says that
“The group specified with this command is ignored. However, note that specified values may represent calculations performed by computes and fixes which store their own “group” definitions.”
Does that mean I cant use group ID to calculate its average temperature? Then what should I do to realise my calculation or which command I should use for the same?
I have defined some group of atoms in my simulation box and want to
calculate their individual average temperature over time. I am thinking to
use fix ave/time command for this. But doc page says that
"The group specified with this command is ignored. However, note that
specified values may represent calculations performed by computes and fixes
which store their own “group” definitions."
Does that mean I cant use group ID to calculate its average temperature?
no, you can compute average temperatures for groups. but fix ave/time
doesn't compute temperatures, it just averages data.
Group average. Each compute measures the temperature of the specified group, so the ave/time will give you time average of the temperature of each group.