git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14451 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2016-01-15 16:05:33 +00:00
parent 1174eacfbb
commit fb0230aed2
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ neigh_modify delay 0 every 1 check yes
neigh_modify exclude molecule all neigh_modify exclude molecule all
pair_style line/lj 2.5 pair_style line/lj 2.5
pair_coeff * * 1.0 0.25 pair_coeff * * 1.0 1.0 1.0 0.25 2.5
fix 2 all rigid molecule langevin 2.0 2.0 1.0 492983 fix 2 all rigid molecule langevin 2.0 2.0 1.0 492983

View File

@ -44,9 +44,9 @@ neigh_modify include big
# no pairwise interactions with small particles # no pairwise interactions with small particles
pair_style line/lj 2.5 pair_style line/lj 2.5
pair_coeff 1 1 1.0 1.0 pair_coeff 1 1 1.0 1.0 1.0 1.0 2.5
pair_coeff 2 2 0.0 1.0 0.0 pair_coeff 2 2 0.0 0.0 0.0 1.0 0.0
pair_coeff 1 2 0.0 1.0 0.0 pair_coeff 1 2 1.0 0.0 0.0 1.0 0.0
# use fix SRD to push small particles out from inside big ones # use fix SRD to push small particles out from inside big ones
# if comment out, big particles won't see SRD particles # if comment out, big particles won't see SRD particles