CP with threshold #30054
Unanswered
amassaf
asked this question in
Q&A Modules: Solid mechanics
CP with threshold
#30054
Replies: 1 comment 12 replies
-
Hello The inner solves of the computeMultipleCrystalPlasticity Stress are failing
this is an example implementation
does your return true? Or is your implementation detecting an error and returning false? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to implement a slip rate for the crystal plasticity with a backstress and a threshold of this form:

I have created a new class based on the existing
CrystalPlasticityKalidindiUpdate
class that changes thecalculateSlipRate
and state variable evolution accordingly, the application compiles all is well when I try to run it on one single crystal, but when I try to run it with a finer mesh or with a polycrystal I keep getting convergence error with this printed message :I do not know what exactly leads to this constitutive failure as there is no other error message even with
print_state_variable_convergence_error_messages = true
. If anyone has any idea about where the convergence issue might come from, I would appreciate the help, thank you :)Beta Was this translation helpful? Give feedback.
All reactions