Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes...

42

Transcript of Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes...

Page 1: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 2: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 3: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 4: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 5: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

𝑡0

𝑡1𝑡2 𝑡3

𝑡0 𝑡1 𝑡2𝑡3

𝑚 ⋅ 𝑎 𝑡 = 𝑓 = −𝜕𝐻

𝜕𝑥 𝑡

𝑣 𝑡 +Δ𝑡

2= 𝑣 𝑡 +

1

2𝑎 𝑡 Δ𝑡

𝑥 𝑡 + Δ𝑡 = 𝑥 𝑡 + 𝑣 𝑡 +Δ𝑡

2Δ𝑡

𝑎 𝑡 + Δ𝑡 = −𝜕𝐻

𝜕𝑥 𝑡 + Δ𝑡

𝑣 𝑡 + Δ𝑡 = 𝑣 𝑡 +Δ𝑡

2+1

2𝑎 𝑡 + Δ𝑡 Δ𝑡

Page 6: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

𝜎 −2𝑟

𝑟0

6

+𝑟

𝑟0

12

𝑎𝑖𝑗 1 −𝑟

𝑟0

Page 7: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 8: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 9: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 10: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 11: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 12: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 13: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 14: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 15: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 16: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 17: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 18: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 19: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 20: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 21: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 22: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 23: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 24: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 25: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 26: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 27: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 28: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 29: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 30: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 31: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 32: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 33: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 34: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 35: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 36: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# DPD binary mixture

dimension 3

units lj

comm_modify vel yes

newton off

atom_style atomic

neighbor 0.3 bin

neigh_modify delay 0 every 4 check no

region domain block -5 5 -5 5 -5 5 units box

create_box 2 domain

lattice fcc 4

create_atoms 1 random 1500 15255 domain

create_atoms 2 random 1500 47214 domain

mass * 1.0

pair_style dpd 1.0 1.0 419084618

pair_coeff 1 1 25.0 4.5

pair_coeff 1 2 150.0 4.5

pair_coeff 2 2 25.0 4.5

thermo 100

dump dump0 all atom 5 binary.lammpstrj

velocity all create 1.0 8178251

fix integrator all nve

timestep 0.01

run 10000

Page 37: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check

# data file sample

1000 atoms

1 atom types

0 10 xlo xhi0 10 ylo yhi0 10 zlo zhi

Masses

1 1.000000

Atoms

1 1 8.401877172 3.943829268 7.8309922382 1 7.984400335 9.116473579 1.9755136933 1 3.352227557 7.682295948 2.777747108...

Page 38: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 39: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 40: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 41: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check
Page 42: Practicing DPD with LAMMPS - CSRC · # DPD binary mixture dimension 3 units lj comm_modify vel yes newton off atom_style atomic neighbor 0.3 bin neigh_modify delay 0 every 4 check