You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Spheral,
Refer to the JohnsonCookDamage, JohnsonCookDamagePolicy and JohnsonCookFailureStrainPolicy, I want to make IvanoviSALEDamageModel to be plasticStrainRate dependent.
I simply added the following to the IvanoviSALEDamagePolicy
Dear Spheral,
Refer to the JohnsonCookDamage, JohnsonCookDamagePolicy and JohnsonCookFailureStrainPolicy, I want to make IvanoviSALEDamageModel to be plasticStrainRate dependent.
I simply added the following to the IvanoviSALEDamagePolicy
const auto psrKey = State::buildFieldKey(SolidFieldNames::plasticStrainRate, nodeListKey);
CHECK(derivs.registered(psrKey));
const auto& plasticStrainRate = derivs.field(psrKey, 0.0);
But it seems impossible to read plasticStrainRate, and always return the default value 0.0. Is it necessary to add other parameters?
The text was updated successfully, but these errors were encountered: