Skip to content

Commit 32b14c2

Browse files
committed
added LAMMPS input
1 parent 3130534 commit 32b14c2

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
2+
units real
3+
atom_style full
4+
bond_style harmonic
5+
angle_style harmonic
6+
dihedral_style harmonic
7+
pair_style lj/cut/coul/long 10
8+
kspace_style pppm 1e-5
9+
special_bonds lj 0.0 0.0 0.5 coul 0.0 0.0 1.0 &
10+
angle yes dihedral yes
11+
12+
read_data ../pureH2O/H2O.data &
13+
extra/bond/per/atom 3 &
14+
extra/angle/per/atom 6 &
15+
extra/dihedral/per/atom 10 &
16+
extra/special/per/atom 14
17+
include ../PARM.lmp
18+
19+
molecule pegmol PEG-GROMOS.mol
20+
create_atoms 0 single 0 0 0 mol pegmol 454756
21+
22+
group H2O type OW HW
23+
group PEG type C CPos H HC OAlc OE
24+
25+
delete_atoms overlap 2.0 H2O PEG mol yes
26+
27+
fix mynpt all npt temp 300 300 100 x 1 1 1000
28+
timestep 1.0
29+
30+
dump mydmp all image 1000 dump.*.ppn type &
31+
type shiny 0.1 box no 0.01 &
32+
view 0 90 zoom 1.8 fsaa yes bond atom 0.8
33+
dump_modify mydmp backcolor white &
34+
acolor OW red acolor HW white &
35+
acolor OE red acolor OAlc red &
36+
acolor C gray acolor CPos gray &
37+
acolor H white acolor HC white &
38+
adiam OW 0.2 adiam HW 0.2 &
39+
adiam C 3 adiam CPos 3 adiam OAlc 2.8 &
40+
adiam H 1 adiam HC 1 adiam OE 2.8
41+
42+
thermo 1000
43+
44+
run 30000
45+
write_data mix.data

0 commit comments

Comments
 (0)