From 88cca8742907f6add53f78233bb5f2267c72e0fe Mon Sep 17 00:00:00 2001 From: zhangc43 Date: Wed, 27 Apr 2016 15:48:27 -0400 Subject: [PATCH] raise kappa_max to 4% --- src/plastic_phenoplus.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plastic_phenoplus.f90 b/src/plastic_phenoplus.f90 index 097a9cf1d..2e5fd3fcd 100644 --- a/src/plastic_phenoplus.f90 +++ b/src/plastic_phenoplus.f90 @@ -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.02_pReal + 0.02_pReal*ERF(4.0_pReal * maxval(ne_mprimes) - 4.0_pReal) + 1.04_pReal + 0.04_pReal*ERF(4.0_pReal * maxval(ne_mprimes) - 4.0_pReal) ENDDO LOOPMYSLIP