Main
I have added routine for generating Frank Read sources in FCC single crystal with random source lengths.
Use following command to create configuration
./paradisgen -type "fcc-frank-read-src" -cubel 8000 -nfrsrcs 4 -frlen <min,max> -maxseg 400 -outfile <outputfile.data>
cubel : Box size in terms of Burgers vector magnitude
nfrsrcs : Number of FR sources
frlen : Source length range
maxseg : maximum length of dislocation segment
outfile : name of output file
This routine can not generate rotated configuration; Always assumes crystal axes [100], [010] and [001] aligned with X,Y and Z axes, respectively.
Edited by Tushar Jogi