Hi all,
I am relatively new to lammps and I am trying to make a lattice based network with bonds reminiscent of fiber networks. The bonds must have both central force energy between the springs as well as energy due to bending. Therefore I chose bpm/rotational bond style. However, when using fix bond/create or fix bond/break, the bonds do not create or break with an equal probability among all the bonds. It’s because it does not create more than one bond per atom. Fix bond/break does not break more than one bond per atom either. From the documentation of fix bond/create, it says every atom bonds to an atom that is considered to be “sole” among the multiple possible partners. I’m supposed to make a triangular network with 6 bonds per atom. However, fix bond/create only creates 1 bond per atom. I tried to work around that by running fix bond/create multiple times. But, that’s not creating bonds with equal probability amongst all bonds but favors only certain bonds per random number. Can anyone help me with that?
I have attached the image where it deletes bonds with some bias. Also the probability used for the image to break bonds was 1.0!! At prob = 1.0, I believe it must break all bonds. I’m not sure if I’m missing something here.