Working planar vacancy cluster algorithm
This commit is contained in:
parent
d0e6253d64
commit
8fc91f4dd2
6 changed files with 116 additions and 4 deletions
16
README.md
16
README.md
|
@ -135,4 +135,18 @@ This options adds an arbitrarily oriented dislocation into your model based on u
|
|||
|
||||
`char_angle` - Character angle of the dislocation (0 is screw and 90 is edge)
|
||||
|
||||
`poisson` - Poisson's ratio used for the displacement field.
|
||||
`poisson` - Poisson's ratio used for the displacement field.
|
||||
|
||||
### Option disloop
|
||||
|
||||
````
|
||||
-disloop loop_normal loop_size x y z
|
||||
````
|
||||
|
||||
This option deletes vacancies on a plane which when minimized should result in a dislocation loop structure. The arguments are below:
|
||||
|
||||
`dim` - The box dimension which defines the normal to the loop plane. As of now this dimension must be a closed back direction, meaning that for fcc a box dimension has to be of the (111) family of planes
|
||||
|
||||
`n` - The number of atoms to delete on the loop plane
|
||||
|
||||
`x y z` - The centroid of the loop. As a note,
|
Loading…
Add table
Add a link
Reference in a new issue