polishing
This commit is contained in:
parent
d0b86f54fb
commit
478665b7cd
|
@ -17,7 +17,7 @@ submodule(phase:plastic) dislotungsten
|
|||
D_0 = 1.0_pReal, & !< prefactor for self-diffusion coefficient
|
||||
Q_cl = 1.0_pReal !< activation energy for dislocation climb
|
||||
real(pReal), allocatable, dimension(:) :: &
|
||||
b_sl, & !< magnitude en Burgers vector [m]
|
||||
b_sl, & !< magnitude of Burgers vector [m]
|
||||
D_a, &
|
||||
i_sl, & !< Adj. parameter for distance between 2 forest dislocations
|
||||
f_at, & !< factor to calculate atomic volume
|
||||
|
|
|
@ -336,7 +336,7 @@ module subroutine plastic_kinehardening_deltaState(Mp,ph,en)
|
|||
|
||||
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
! switch in sense en shear?
|
||||
! switch in sense of shear?
|
||||
where(dNeq(sense,stt%sense(:,en),0.1_pReal))
|
||||
dlt%sense (:,en) = sense - stt%sense(:,en) ! switch sense
|
||||
dlt%chi0 (:,en) = abs(stt%crss_back(:,en)) - stt%chi0(:,en) ! remember current backstress magnitude
|
||||
|
|
|
@ -1118,7 +1118,7 @@ module subroutine nonlocal_dotState(Mp, Temperature,timestep, &
|
|||
* 0.25_pReal * sqrt(stt%rho_forest(s,en)) * (dUpper(s,2) + dLower(s,2)) * prm%f_ed
|
||||
|
||||
|
||||
!*** thermally activated annihilation en edge dipoles by climb
|
||||
!*** thermally activated annihilation of edge dipoles by climb
|
||||
rhoDotThermalAnnihilation = 0.0_pReal
|
||||
selfDiffusion = prm%D_0 * exp(-prm%Q_cl / (kB * Temperature))
|
||||
vClimb = prm%V_at * selfDiffusion * prm%mu &
|
||||
|
|
Loading…
Reference in New Issue