add image outputs to both couple codes

This commit is contained in:
Steve Plimpton
2023-04-14 12:11:09 -06:00
parent 32f9800943
commit 82e17c8aec
7 changed files with 62 additions and 16 deletions

View File

@ -130,6 +130,8 @@ int main(int narg, char **arg)
fprintf(fp,"compute da all displace/atom\n\n");
fprintf(fp,"dump 1 all atom 10 dump.md\n");
fprintf(fp,"dump 2 all image 10 image_lammps.*.ppm type type zoom 1.6\n");
fprintf(fp,"dump_modify 2 pad 4 acolor * red/green/blue/aqua/magenta/yellow\n");
fprintf(fp,"thermo 1\n");
fclose(fp);