We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4aa3d commit 21d0984Copy full SHA for 21d0984
1 file changed
level1/lennard-jones-fluid/improved-input/input.md.lammps
@@ -46,10 +46,11 @@ delete_atoms group group_type_2_out
46
# 4) Visualization
47
thermo 1000
48
thermo_style custom step temp pe ke etotal press
49
-dump mydmp all image 100 dump.md.*.jpg &
+dump mydmp1 all atom 10 dump.min.lammpstrj
50
+dump mydmp2 all image 100 dump.md.*.jpg &
51
type type shiny 0.1 box no 0.01 &
52
view 0 0 zoom 1.8
-dump_modify mydmp acolor 1 darkturquoise &
53
+dump_modify mydmp2 acolor 1 darkturquoise &
54
acolor 2 darkblue adiam 1 1 adiam 2 3 &
55
backcolor white
56
0 commit comments