Error while generating Voronoi tessellation

Hello LAMMPS users,

I am trying to generate a Voronoi tessellation of a freely cooling gas.

The following two lines correspond to computing and then dumping it to view
it in VMD

compute 2 all voronoi/atom only_group

dump d2 all local 1 traj.lammpstrj c_2

I am having the following error when I run the file:
Dump local compute does not compute local info

Will it be possible to find where there is a problem.

Thanking in anticipation.

PFA the code.

Regards,
Neil

in.fcg (1.07 KB)

Hello LAMMPS users,

I am trying to generate a Voronoi tessellation of a freely cooling gas.

The following two lines correspond to computing and then dumping it to view
it in VMD

compute 2 all voronoi/atom only_group

dump d2 all local 1 traj.lammpstrj c_2

I am having the following error when I run the file:
Dump local compute does not compute local info

Will it be possible to find where there is a problem.

yes. just look at the error message. it already tells you what is wrong.

axel.

Dear Sir,

Sorry for the previous question.
Can you suggest me changes that could be made in so that I will be able get a dump output to be able to analyse in VMD?

Thanking in anticipation.
Regards,
Neil

Dear Sir,

Sorry for the previous question.
Can you suggest me changes that could be made in so that I will be able
get a dump output to be able to analyse in VMD?

don't use a local dump. that is for "local" computes only.​