Skip to content
Snippets Groups Projects
Commit fb0230ae authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14451 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 1174eacf
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ neigh_modify delay 0 every 1 check yes ...@@ -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
......
...@@ -44,9 +44,9 @@ neigh_modify include big ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment