error-950 max number of cutbacks exceeded, terminating #34
Unanswered
namhgoo142
asked this question in
Q&A
Replies: 1 comment 1 reply
-
you could increase the number of cut back, Pls have a look at the example numerics file https://github.com/damask-multiphysics/DAMASK/blob/master/examples%2Fconfig%2Fnumerics.yaml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have oftenly faced the error as I presented in the title "max number of cutbacks exceeded, terminating". I guess that it is because of my severe deformation condition configured in rolling.yaml. file. I need to get deformation data when a material body is rolled significanly, i.e. over 70% reduction. Here I attach my rolling condition file, and I will very happy if an expert to modify the file for the severe reduction condition without facing error !
loadstep:
mechanical:
dot_F: [[x, 0, 0],
[0, 0, 0],
[0, 0, -0.02]]
P: [[0, x, x],
[x, x, x],
[x, x, x]]
discretization:
t: 10
N: 40
f_out: 4
mechanical:
dot_F: [[x, 0, 0],
[0, 0, 0],
[0, 0, -0.04]]
P: [[0, x, x],
[x, x, x],
[x, x, x]]
discretization:
t: 10
N: 40
f_out: 4
Beta Was this translation helpful? Give feedback.
All reactions