In the documentation for the command: “
The compute takes three arguments which are IDs of other computes. One calculates per-atom kinetic energy (ke-ID), one calculates per-atom potential energy (pe-ID), and the third calcualtes per-atom stress (stress-ID). These should be defined for the same group used by compute heat/flux, though LAMMPS does not check for this. “
But if specify a compute heat/flux for more than one group, each group having its own ke/atom, pe/atom, stress/atom calculation I get the warning: more than one compute ke/atom.
Is it safe to ignore this message? Or should I compute all ke/atom, pe/atom, stress/atom and then specify my atom groups in multiple heat/flux commands; which seems to go against the quoted documentation?