reduce push up to 2%
This commit is contained in:
parent
cf5a52be22
commit
ab4ec134df
|
@ -981,7 +981,7 @@ subroutine plastic_phenoplus_microstructure(orientation,ipc,ip,el,F0,Fe,Fp,Tstar
|
|||
ENDDO LOOPMYNEIGHBORS
|
||||
|
||||
plasticState(ph)%state(index_kappa+me_slip, of) = &
|
||||
1.1_pReal + 0.1_pReal*ERF(4.0_pReal * maxval(ne_mprimes) - 4.0_pReal)
|
||||
1.02_pReal + 0.02_pReal*ERF(4.0_pReal * maxval(ne_mprimes) - 4.0_pReal)
|
||||
|
||||
ENDDO LOOPMYSLIP
|
||||
|
||||
|
|
Loading…
Reference in New Issue