-
Notifications
You must be signed in to change notification settings - Fork 48
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
AT1 model #25
Comments
(1-phi) is the geometrical part, not the degradation part, sorry :) |
We have not played with AT1 so far and I am not sure what is going wrong. I think this is worth exploring. |
Dear Prof. Heister, |
Dear Prof. Heister and Dear Prof. Wick, I have removed the bugs in the modified codes, and now I attach the modified part for AT1 phase-field model.
Kind regards |
Is it really possible for us to use "AT1" model in "cracks"_adaptive? if the degradation part is (1-phi).
I have changed the following lines:
for residual:
+ G_c * alpha_eps * grad_pf * phi_i_grads_pf/1.333333
- G_c/alpha_eps * (- 1.0) * phi_i_pf/1.333333
for tangent:
+ G_c * alpha_eps * phi_i_grads_pf[i] * phi_i_grads_pf[j]/1.333333
// + G_c/alpha_eps * phi_i_pf[i] * phi_i_pf[j]
The results (AT1) of Miehe's tension benchmark are wrong as all the values of phase field become zero after few iterations.
Thanks in advance!
The text was updated successfully, but these errors were encountered: