bracket falsely removed in last commit
This commit is contained in:
Martin Diehl 2018-12-22 13:28:16 +01:00
parent b3d14b00b6
commit 8a27431c6d
1 changed files with 3 additions and 2 deletions

View File

@ -540,8 +540,9 @@ subroutine plastic_kinehardening_dotState(Mp,instance,of)
do j = 1_pInt, prm%totalNslip
dot%crss(j,of) = dot_product(prm%interaction_SlipSlip(j,:),dot%accshear(:,of)) &
* ( prm%theta1(j) + prm%theta0(j) - prm%theta1(j) &
+ prm%theta0(j)*prm%theta1(j)*sumGamma/prm%tau1(j)*exp(-sumGamma*prm%theta0(j)/prm%tau1(j)) &
* ( prm%theta1(j) &
+ (prm%theta0(j) - prm%theta1(j) + prm%theta0(j)*prm%theta1(j)*sumGamma/prm%tau1(j)) &
*exp(-sumGamma*prm%theta0(j)/prm%tau1(j)) &
)
enddo
dot%crss_back(:,of) = stt%sense(:,of)*dot%accshear(:,of) * &