I would like to know how to create twin boundaries (code it) in a metal using lammps. I am try to simulate the effects of twin boundaries in strenthening of copper so I require twins in initial copper structure which I can deform.
Refer this link:https://www.researchgate.net/profile/Yong_Wei_Zhang/publication/251669434_Deformation_mechanisms_length_scales_and_optimizing_the_mechanical_properties_of_nanotwinned_metals/links/54ebd7830cf2a0305194e493.pdf
Refer this link:https://vtechworks.lib.vt.edu/bitstream/handle/10919/47865/PhysRevB.82.224103.pdf?sequence=1&isAllowed=y
Article Deformation mechanisms, length scales and optimizing the mec...
Please find attached files (LAMMPS code) for simulation of nanotwin copper. You will need to provide a potential file for the same. Below is the details of the file.
Thank you Mehul for the input deck. But I would like to know how the box of atoms in the data.twin were created. I need to understand how twin boundaries can be created in LAMMPS.
If you run in.fgsfe, you will get the data for data.twin. I have just changed the heading from dump format to data format for lammps input. Let me know if you need anything else.
First note that the twin boundaries in FCC systems lies on {111} planes.
Therefore, the easiest way to create the twin boundaries is,
1. First create a perfect Cu single crystal along x-, y- and z-, which can be done easily in LAMMPS.
2. Then, divide the single crystal into two equal parts along the direction.
3. Finally, rotate one half of the crystal w.r.t other by 60/180o about the axis and this will create the twin boundary separating these two parts. The same procedure can followed for creating more no. of twin boundaries. (Refer the attached paper for more information)
Article Molecular dynamics simulation of twin boundary effect on def...
Why does the 180 degree rotation also qualify as a twin? I had read that Sigma 3 boundaries are rotated 60 degress arounf . Please shed some light on this.