### DD3d configuration file (use -*-shell-script-*- format) # # input file to be used in conjunction with # the concentric_loop_test.data file. # #Directory to write output files dirname = "outputs/concentric_loop_test" #Input files for PBC image stresses Rijmfile = "inputs/Rijm.cube.out" RijmPBCfile = "inputs/RijmPBC.cube.out" #Total simulation steps maxstep = 100 #The total number of CPUs should be numXdoms * numYdoms * numZdoms numXdoms = 1 numYdoms = 1 numZdoms = 1 #Cells for dislocation grouping (cannot be less than 3) numXcells = 3 numYcells = 3 numZcells = 3 #Fast multipole method specs. fmEnabled = 0 #disable fast multipole fmMPOrder = 2 fmTaylorOrder = 4 fmCorrectionTbl = "inputs/fm-ctab.m2.t4.dat" timestepIntegrator = "backward-euler" # This is necessary! not really repeated from data file! xBoundMin = -3.0e0 xBoundMax = 3.0e0 yBoundMin = -3.0e0 yBoundMax = 3.0e0 zBoundMin = -3.0e0 zBoundMax = 3.0e0 #Boundary Conditions xBoundType = 1 #Free yBoundType = 1 #Free zBoundType = 1 #Free #fundamental length unit #burgMag = 2.725e-10 #(in m) burgMag = 1.0e0 #Elastic constants shearModulus = 1.0e+0 pois = 3.050000e-01 #Mobility Law Function mobilityLaw = "BCC_0a" MobScrew = 1e0 MobEdge = 1e1 MobClimb = 1e-8 CheckScrew = 0.95 #Remesh Rule remeshRule = 2 #Discretization minSeg = 3.000000e-03 maxSeg = 1.000000e-01 maxDT = 1.000000e+02 #Maximum nodal displacement at each time step rmax = 1e0 #Core cut-off radius rc = 1.0e-3 #Core energy Ecore = 0.0e+0 #Turn on elastic interaction elasticinteraction = 1 #Applied stress in Pa (xx,yy,zz,yz,zx,xy) #appliedStress = [ 0. 0. -9e+0 0. 0. 0. ] #appliedStress = [ 0 0 0 0 -3e0 0 ] appliedStress = [ 0 0 0 0 0 0 ] loadType = 0 indxErate = 2 edotdir = [ 0 0 1 ] eRate = 150 #Output specs. savecn = 1 savecnfreq = 10 savecndt = -1.000000e+00 savecntime = 0.000000e+00 savecncounter = 0 saveprop = 1 savepropfreq = 10 savepropdetail = 100 savepropdt = -1.000000e+00 saveproptime = 0.000000e+00 armfile = 1 armfiledt = 1e-3 #Binary restart files binrestart = 0 #write text instead of binary restart file binfile = ""