ordered
This commit is contained in:
parent
9caa91ee14
commit
89b054e67b
|
@ -51,27 +51,27 @@ module plastic_disloUCLA
|
||||||
D0, & !< prefactor for self-diffusion coefficient
|
D0, & !< prefactor for self-diffusion coefficient
|
||||||
Qsd !< activation energy for dislocation climb
|
Qsd !< activation energy for dislocation climb
|
||||||
real(pReal), allocatable, dimension(:) :: &
|
real(pReal), allocatable, dimension(:) :: &
|
||||||
B, & !< friction coeff. B (kMC)
|
|
||||||
rho0, & !< initial edge dislocation density per slip system for each family and instance
|
rho0, & !< initial edge dislocation density per slip system for each family and instance
|
||||||
rhoDip0, & !< initial edge dipole density per slip system for each family and instance
|
rhoDip0, & !< initial edge dipole density per slip system for each family and instance
|
||||||
burgers, & !< absolute length of burgers vector [m] for each slip system and instance
|
burgers, & !< absolute length of burgers vector [m] for each slip system and instance
|
||||||
|
nonSchmidCoeff, &
|
||||||
|
minDipDistance, &
|
||||||
|
CLambda, & !< Adj. parameter for distance between 2 forest dislocations for each slip system and instance
|
||||||
|
atomicVolume, &
|
||||||
|
!* mobility law parameters
|
||||||
H0kp, & !< activation energy for glide [J] for each slip system and instance
|
H0kp, & !< activation energy for glide [J] for each slip system and instance
|
||||||
v0, & !< dislocation velocity prefactor [m/s] for each family and instance
|
v0, & !< dislocation velocity prefactor [m/s] for each family and instance
|
||||||
CLambda, & !< Adj. parameter for distance between 2 forest dislocations for each slip system and instance
|
|
||||||
p, & !< p-exponent in glide velocity
|
p, & !< p-exponent in glide velocity
|
||||||
q, & !< q-exponent in glide velocity
|
q, & !< q-exponent in glide velocity
|
||||||
!* mobility law parameters
|
B, & !< friction coeff. B (kMC)
|
||||||
kink_height, & !< height of the kink pair
|
kink_height, & !< height of the kink pair
|
||||||
kink_width, & !< width of the kink pair
|
kink_width, & !< width of the kink pair
|
||||||
omega, & !< attempt frequency for kink pair nucleation
|
omega, & !< attempt frequency for kink pair nucleation
|
||||||
viscosity, & !< friction coeff. B (kMC)
|
tau_Peierls
|
||||||
!*
|
|
||||||
tau_Peierls, &
|
|
||||||
nonSchmidCoeff, &
|
|
||||||
atomicVolume, &
|
|
||||||
minDipDistance
|
|
||||||
real(pReal), allocatable, dimension(:,:) :: &
|
real(pReal), allocatable, dimension(:,:) :: &
|
||||||
interaction_SlipSlip !< slip resistance from slip activity
|
interaction_SlipSlip, & !< slip resistance from slip activity
|
||||||
|
forestProjectionEdge
|
||||||
real(pReal), allocatable, dimension(:,:,:) :: &
|
real(pReal), allocatable, dimension(:,:,:) :: &
|
||||||
Schmid_slip, &
|
Schmid_slip, &
|
||||||
Schmid_twin, &
|
Schmid_twin, &
|
||||||
|
|
Loading…
Reference in New Issue