modify fomular in pheno+ to remove dampping
This commit is contained in:
parent
bc4f04a1c5
commit
b168317a17
|
@ -979,13 +979,11 @@ subroutine plastic_phenoplus_microstructure(orientation,ipc,ip,el,F0,Fe,Fp,Tstar
|
||||||
ne_mprimes(n) = maxval(m_primes)
|
ne_mprimes(n) = maxval(m_primes)
|
||||||
ENDIF
|
ENDIF
|
||||||
ENDDO LOOPMYNEIGHBORS
|
ENDDO LOOPMYNEIGHBORS
|
||||||
!*******check if one of the neighbor already can provide a kick for this slip system
|
|
||||||
IF ( maxval(ne_mprimes) > mprime_cut ) THEN
|
plasticState(ph)%state(index_kappa+me_slip, of) = 1.0_pReal &
|
||||||
plasticState(ph)%state(index_kappa+me_slip, of) = 1.0_pReal + 0.5_pReal*maxval(ne_mprimes)
|
+ 0.15_pReal*(1.0_pReal + ERF(10.0_pReal*(maxval(ne_mprimes)-0.8_pReal)))
|
||||||
ELSE
|
|
||||||
plasticState(ph)%state(index_kappa+me_slip, of) = 1.0_pReal - 0.1_pReal*maxval(ne_mprimes)
|
|
||||||
ENDIF
|
|
||||||
ENDDO LOOPMYSLIP
|
ENDDO LOOPMYSLIP
|
||||||
|
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
Loading…
Reference in New Issue