Skip to content

Commit 5848f5d

Browse files
committed
cleaned tutorial 7 - redo figures
1 parent 5eba70e commit 5848f5d

21 files changed

Lines changed: 4919 additions & 4718 deletions

figures/GCMC-cracked.png

227 KB
Loading

figures/GCMC-generate.png

510 KB
Loading

figures/GCMC-number.png

7.81 KB
Loading

figures/GCMC-snapshot.png

-427 KB
Binary file not shown.

figures/GCMC-solvated.png

179 KB
Loading

figures/GCMC-temperature.png

-66.9 KB
Binary file not shown.

files/tutorial6/cracking.lmp

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
units metal
3+
boundary p p p
4+
atom_style full
5+
pair_style vashishta
6+
neighbor 1.0 bin
7+
neigh_modify delay 1
8+
9+
read_data generate.data
10+
11+
pair_coeff * * SiO.1990.vashishta Si O
12+
13+
dump viz all image 250 myimage-*.ppm type type &
14+
shiny 0.1 box no 0.01 view 180 90 zoom 3.0 size 1800 600
15+
dump_modify viz backcolor white &
16+
acolor Si yellow adiam Si 2.5 &
17+
acolor O red adiam O 2
18+
19+
thermo 250
20+
thermo_style custom step temp etotal vol density
21+

files/tutorial6/solution/cracking-mod.data

Lines changed: 1449 additions & 1449 deletions
Large diffs are not rendered by default.

files/tutorial6/solution/cracking.data

Lines changed: 1444 additions & 1444 deletions
Large diffs are not rendered by default.

files/tutorial6/solution/cracking.lmp

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ read_data generate.data
1010

1111
pair_coeff * * SiO.1990.vashishta Si O
1212

13-
dump viz all image 200 myimage-*.ppm type type &
14-
shiny 0.1 box no 0.01 view 180 90 zoom 1.6 size 1000 650
15-
dump_modify viz backcolor white acolor Si yellow &
16-
adiam Si 2.5 acolor O red adiam O 2
13+
dump viz all image 250 myimage-*.ppm type type &
14+
shiny 0.1 box no 0.01 view 180 90 zoom 3.4 size 1700 700
15+
dump_modify viz backcolor white &
16+
acolor Si yellow adiam Si 2.5 &
17+
acolor O red adiam O 2
1718

18-
thermo 200
19-
thermo_style custom step temp etotal vol lx ly lz
19+
thermo 250
20+
thermo_style custom step temp etotal vol density
2021

2122
timestep 0.001
2223
fix nvt1 all nvt temp 300 300 0.1
2324
fix mydef all deform 1 x erate 0.015
2425
run 20000
26+
unfix mydef
27+
28+
run 5000
2529

2630
write_data cracking.data

0 commit comments

Comments
 (0)