Skip to content

Commit 21d0984

Browse files
committed
added 2 types of dump
1 parent 3b4aa3d commit 21d0984

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

level1/lennard-jones-fluid/improved-input/input.md.lammps

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ delete_atoms group group_type_2_out
4646
# 4) Visualization
4747
thermo 1000
4848
thermo_style custom step temp pe ke etotal press
49-
dump mydmp all image 100 dump.md.*.jpg &
49+
dump mydmp1 all atom 10 dump.min.lammpstrj
50+
dump mydmp2 all image 100 dump.md.*.jpg &
5051
type type shiny 0.1 box no 0.01 &
5152
view 0 0 zoom 1.8
52-
dump_modify mydmp acolor 1 darkturquoise &
53+
dump_modify mydmp2 acolor 1 darkturquoise &
5354
acolor 2 darkblue adiam 1 1 adiam 2 3 &
5455
backcolor white
5556

0 commit comments

Comments
 (0)