corrected incorrectly set dLp/dS for plasticity none

This commit is contained in:
Pratheek Shanthraj 2014-08-10 10:06:03 +00:00
parent 3700e132b0
commit cfab313e3f
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ subroutine constitutive_LpAndItsTangent(Lp, dLp_dTstar, Tstar_v, temperature, ip
case (PLASTICITY_NONE_ID)
Lp = 0.0_pReal
dLp_dTstar = math_identity2nd(9)
dLp_dTstar = 0.0_pReal
case (PLASTICITY_J2_ID)
call constitutive_j2_LpAndItsTangent (Lp,dLp_dTstar,Tstar_v,constitutive_damageValue(ipc,ip,el),ipc,ip,el)
case (PLASTICITY_PHENOPOWERLAW_ID)