the problem of peeling the cnt from graphene

dear all
i recently do some researches on the peeling cnt from graphene
when the small system which contains about 2000 atoms was taken into computing
the result is nothing wrong
but when a large system which contains about 20000 atoms ,the result was wrong.
the pull group seperate from the whole cnt group at the beganing it was very different from the previous work
in addition the input file are similar
the input files and the image of the problem are in the afflix
could you find some problems from these files?
longing for your answer
yours xiaolin

small system.jpg

problem of peeling.jpg

data.peeling (1.25 MB)

in.graphinecnt (1.21 KB)

in.peeling (1.08 KB)

data.graphinecnt (175 KB)

I doubt anyone will deduce correct vs incorrect physics
from looking at your input files - it's up to you to insure
your simulation is doing the correct thing.

Steve

-- in.graphinecnt excerpt: --
displace_atoms pull move 0 0 0.25 units box

-- in.peeling excerpt: --
displace_atoms pull move 0 0 0.05 units box

   Why are you using "displace_atoms"?

Suggestion:
  Have you tried using the "move" command instead? This command pulls
some of atoms away slowly instead of all at once. If you pull slowly
enough, the break should not occur.

http://lammps.sandia.gov/doc/fix_move.html

There's also "fix addforce" which applies a force to some of the atoms.

http://lammps.sandia.gov/doc/fix_addforce.html