Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IvanoviSALEDamageModel modification to read plasticStrainRate #310

Open
YT610 opened this issue Oct 31, 2024 · 0 comments
Open

IvanoviSALEDamageModel modification to read plasticStrainRate #310

YT610 opened this issue Oct 31, 2024 · 0 comments

Comments

@YT610
Copy link

YT610 commented Oct 31, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant