-dislocation <p1> <p2> screw <ξ> <n> <b>
-dislocation <p1> <p2> <edge|edge_add|edge_rm> <ξ> <n> <b> <ν>
-dislocation <p1> <p2> mixed <ξ> <n> <b1> <b2> <b3>
-dislocation loop <x> <y> <z> <n> <radius> <bx> <by> <bz> <ν>
-dislocation file <file> <ν>
This option allows to insert a straight dislocation line or a dislocation loop into the system, using the displacements predicted by the theory of dislocations. Either isotropic or anisotropic solutions can be used (see below). The equations used by this option can be found e.g. in J.P. Hirth and J. Lothe, Theory of dislocations.
The user must provide the following parameters (see Fig. 1):
Fig. 1 - Illustration of the parameters of the option "-dislocation". ξ is the direction of the dislocation line (x, y or z). p1 and p2 are the coordinates of the dislocation in the plane normal to ξ, and b is the Burgers vector.
By default, the dislocation is introduced using the isotropic elastic solutions.
For a screw dislocation, the Burgers vector b is aligned with ξ. The total number of atoms as well as the cell vectors are unchanged. Each atom is displaced by a distance u3 parallel to the dislocation line ξ, and proportional to the norm of the Burgers vector b, according to the theory of elasticity:
u3 = (b/2π) atan(x2/x1)
where (x1,x2) is the position of the atom in the plane normal to the dislocation line ξ.
For an edge dislocation, the Burgers vector b is normal to ξ (so that b.ξ=0), and contained inside the plane normal to <n>. In this case, the displacements applied to atoms are contained in the plane normal to ξ:
u1 = (b/2π) [ atan(x2/x1) + x1x2/(2(1-ν)(x12+x22)) ]
u2 = (-b/2π) [ (1-2ν)ln(x12+x22))/(4(1-ν)) + (x12-x22)/(4(1-ν)(x12+x22)) ]
where ν is the Poisson ratio of the material, and must be provided. With this option, an edge dislocation can be constructed in three different ways, as illustrated in Fig. 2:
Note that in all cases, atomic planes at the boundaries are distorted, so that boundary conditions cannot be 3-D periodic anymore.
After displacing atoms, Atomsk also computes the theoretical dislocation stresses (from the continuum theory). Since the shear modulus μ is unknown to this option, the stresses are normalized to it, i.e. all stresses are calculated with μ=1 (in other words the quantity computed is actually σ/μ). The six Voigt components σxx, σyy, σzz, σyz, σxz and σxy are saved as auxiliary properties for each atom. If several dislocations are introduced in the system then the corresponding theoretical stresses are summed. Note that they can be written only to some files formats, like CFG (see this page for a list of formats that support writing of auxiliary properties).
Fig. 2 - The three possible ways to construct an edge dislocation with this option. When using the keyword "edge", no new atom is introduced, but the insertion of the dislocation results in the formation of a step at one border of the cell. When using "edge_add", a new half-plane of atoms is introduced in the system (symbolized in orange), and the box is slightly elongated. When using "edge_rm", a half-plane of atoms is removed from the system (in gray), and the box is slightly shrinked.
The use of anisotropic elasticity is automatically triggered when the elastic tensor is defined before calling the present option, e.g. through the option -properties
(see specifications of this option for details on the rotation of the elastic tensor). The dislocation can have a character "screw", "edge", "edge_add", or "edge_rm", as described above. In addition, it is also possible to create a dislocation of mixed character. In this case, the three components of the Burgers vector must be given, b3 being along the direction of <ξ> ("screw" direction), and b2 along <n> (normal to the glide plane). Then, the equations of anisotropic elasticity are solved to determine the coefficients Ak(n), D(n), P(n) and Bijk(n), and the anisotropic displacements are applied:
uk =
ℜ{ (-2πi)-1 ∑(n=1,3) Ak(n) D(n) ln(x1+P(n)x2)
}, k=1,3
These coefficients are also used to compute the theoretical dislocation stresses:
σij =
ℜ{ (-2πi)-1 ∑(n=1,3) Bijk(n) Ak(n) D(n) / (x1+P(n)x2)
}
Since the elastic tensor is known, in this case it is the exact stresses that are computed. As for the isotropic case, the Voigt components are saved as auxiliary properties for each atom, and if several dislocations are constructed then their contributions to the stresses are added.
Dislocation loops can be constructed by using "-dislocation loop
". In this case, the following parameters must be provided: the coordinates (x,y,z) of the center of the loop, the direction <n> normal to the plane of the loop (must be "X", "Y", or "Z"), the <radius> of the loop, the three components (bx,by,bz) of the Burgers vector, and the value of the material's Poisson ratio ν. The atomic displacements follow the description of D.M. Barnett, Philos. Mag. A 51 (1985) 383-387.
The coordinates (x,y,z) of the center of the loop can be provided in Å. It is also possible to give them with respect to the box dimensions with the keyword BOX and an operation (see this page). However, the <radius> of the loop and the Burgers vector components must be given in Å.
If the <radius> of the loop is negative, then instead of being circular, the loop will have a square shape. The side of the square will then have a length equal to twice the absolute value of the <radius>.
For dislocation loops, the theoretical stresses are not calculated.
Just like the previous types of dislocations, several loops can be introduced in the system by calling the present option several times.
Fig. 3 - Schematic for the construction of a dislocation loop. In this example, the dislocation loop is in a plane normal to the Cartesian Z axis (i.e. n is along Z). The dislocation loop appears in green, and its Burgers vector b in blue. Right-hand side figure: if the <radius> has a negative value, then the dislocation loop will have a square shape.
Finally, dislocation lines of various shapes can be defined in a file. The file must contain a line with the keyword "dislocation" followed by the Cartesian components of the Burgers vector, followed by lines giving the Cartesian positions (x,y,z) of the dislocation line. Several dislocations can be defined in the same file, each definition starting with the keyword "dislocation" and the Burgers vector. The file must look like the following:
dislocation <bx> <by> <bz>
<x1> <y1> <z1>
<x2> <y2> <z2>
<x3> <y3> <z3>
...
dislocation <b'x> <b'y> <b'z>
<x'1> <y'1> <z'1>
<x'2> <y'2> <z'2>
<x'3> <y'3> <z'3>
...
Atomsk will introduce dislocation segments between the given points. The resulting dislocation will form a loop, i.e. the last point will be connected to the first point.
IMPORTANT REMARK: this method is similar to the one used for dislocation loop, therefore it is only capable of inserting glide dislocations where the dislocation line and Burgers vector belong to the same plane.
Important remarks: Atomsk does not "automagically" find nor adjust the Burgers vector of the dislocation, therefore a very accurate value of b must be provided. Neither does the program find the optimal position for the dislocation center: a position (p1,p2)
that exactly matches an atom position may result in unrealistic displacements, so you may have to play around with these coordinates to obtain proper results. As always, don't trust a program blindly -check your system before running any simulation, especially when building systems with dislocation(s).
If a selection was defined (with the option -select
) then the displacements described above are applied only to selected atoms.
If the system contains shells (in the sense of an ionic core-shell model), then each shell is displaced by the same vector as its associated core.
After applying this option, some atoms may end up out of the box. If you want to wrap these atoms back into the simulation cell you may consider using the option -wrap
.
By default no dislocation is introduced at all.
atomsk initial.cfg -dislocation 0.5*BOX 0.5*BOX screw z y 3.2 final.xyz
This will read initial.cfg
, and displace atoms so as to insert a screw dislocation of Burgers vector 3.2 Å lying along ξ=Z, in a plane normal to Y. The position (p1,p2) is given in the plane normal to Z, i.e. in the (XY) plane: the dislocation is placed at the middle of the box along X (because p1=0.5*BOX) and also in the middle along Y (because p2=0.5*BOX). The result will be output to final.xyz
.
atomsk initial.cfg -disloc 0.25*BOX 0.5*BOX screw z y 3.2 -disloc 0.75*BOX 0.5*BOX screw z y -3.2 final.xyz
This will read initial.cfg
and insert two screw dislocations of opposite Burgers vectors, the first one at (0.25;0.5) and the second one at (0.75;0.5). The result will be output to final.xyz
.
atomsk unitcell.xyz -duplicate 30 2 20 -disloc 30 40.2 edge_add y x 2.8 0.28 dislocation.xsf
This will read unitcell.xyz
, duplicate it to form a 30x2x20 supercell, and then construct an edge dislocation by inserting a row of new atoms. The dislocation line will lie along Y, with a Burgers vector of 2.8 Å, using a Poisson ratio of 0.28, and the center of the dislocation will be placed at 30 Å along Z and 40.2 Å along X. The result will be output to dislocation.xsf
.
atomsk unitcell.xyz -duplicate 30 2 20 -disloc 30 40.2 edge y x 2.8 0.28 dislocation.cfg
Similar to the previous example, except that the edge dislocation will be constructued by adding a surface step (i.e. without inserting new atoms).
# The elastic tensor for [100] [010] [001]
elastic Voigt
243.30 243.30 243.30
145.00 145.00 145.00
116.10 116.10 116.10
# The crystal orientation
orientation
110
1-10
001
atomsk initial.xyz -prop ctensor.txt -disloc 0.5*BOX 0.5*BOX screw y x 2.8 dislocation.cfg
Assume we want to build a dislocation in a slab of iron with crystallographic orientation X=[110], Y=[110], Z=[001]. The original system (initial.xyz
) has that orientation. In this example the option -properties
is used to read the elastic tensor and the system orientation from the file ctensor.txt
, therefore the anisotropic elasticity will be used to construct the dislocation. This is usually the most convenient way to use anisotropic elasticity for building a dislocation.
# The elastic tensor for [100] [010] [001]
elastic Voigt
243.30 243.30 243.30
145.00 145.00 145.00
116.10 116.10 116.10
atomsk initial.xyz -orient 110 1-10 001 100 010 001 -prop ctensor.txt -orient 100 010 001 110 1-10 001 -disloc 0.5*BOX 0.5*BOX screw y x 2.8 dislocation.cfg
This example illustrates another way of doing the same thing as the previous example. The original system (initial.xyz
which is oriented X=[110], Y=[110], Z=[001]) is first rotated thanks to the option -orient
so that the [100] crystal direction lies along X, [010] along Y and [001] along Z. Then the elastic tensor, which corresponds to that orientation, is read. Then the system is rotated back to its original orientation (this could also be done by using the option -alignx
instead), which also rotates the elastic tensor accordingly. Finally the dislocation can be introduced.
atomsk supercell.cfg -dislocation loop 0.5*box 0.5*box 0.5*box Z 30 2.85 0 0 0.33 Loop.cfg
In this example, a dislocation loop is introduced in the middle of the box, in a plane normal to Z, with a radius of 30 Å and a Burgers vector b=[2.85 0 0]. The Poisson ratio of the material is set to ν=0.33.
You may also want to look at the scripts in the "examples" folder provided with the program. The folder "Al_110dislocations
" contains a bash script that builds two edge dislocations with opposite Burgers vectors in a slab of aluminium, using isotropic elasticity. The folder "Fe_disloc_screw111_anisotropy
" shows how to build a 1/2<111> screw dislocation in iron using anisotropic elasticity.