Dear all
I meet the error: Bond atoms 58972 58979 missing on proc 3 at step 1 or error: Out of range atoms - cannot compute PPPM.
I have try to adjust the timestep , box size but they didn’t work. I also tried to simulate toluene and water separately and found that it worked well.
Below is my infile and error message. Does anyone can tell me why I get this error?
echo screen
units real
atom_style full
dimension 3
boundary p p f
#newton on
bond_style harmonic
angle_style harmonic
dihedral_style opls
improper_style harmonic
global model settings
variable rhoc7h8 equal 8.905
variable rhoh2o equal 4.931
variable t equal 293.15
region box block 0.001 80 0.001 80 -1.001 161.0 units box
create_box 7 box &
bond/types 5 &
angle/types 6 &
dihedral/types 7 &
improper/types 1 &
extra/bond/per/atom 4 &
extra/angle/per/atom 10 &
extra/dihedral/per/atom 18 &
extra/improper/per/atom 9 &
extra/special/per/atom 12
molecule toluenemol toluene-molecule.txt
molecule h2omol H2Ospce.mol
#wall region
region lower block INF INF INF INF INF 0.0
region upper block INF INF INF INF 160.0 INF
#liquid 1 region
region water block 0 80 0 80 0 80 units box side in
#liquid 2 region
region toluene block 0 80 0 80 80 160 units box side in
##creat atoms
water atoms
lattice fcc ${rhoh2o}
create_atoms 0 region water mol h2omol 2345 units box
toluene atoms
lattice fcc ${rhoc7h8}
delete_atoms region toluene mol yes compress yes
create_atoms 0 region toluene mol toluenemol 1234 units box
#wall atoms
lattice fcc 10
delete_atoms region lower mol yes compress yes
create_atoms 7 region lower units box
create_atoms 7 region upper units box
##mass
mass 1*2 12.011 #C
mass 3*5 1.008 #H
mass 6 15.999 #O
mass 7 1.0
MD init settings
group c7h8 type 1 2 3 4
group h2o type 5 6
group lower region lower
group upper region upper
group wall union lower upper
group wall type 7
group flow union c7h8 h2o