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

Bug in the phase-field degradation function #4

Open
ritukeshbharali opened this issue Jun 22, 2022 · 0 comments
Open

Bug in the phase-field degradation function #4

ritukeshbharali opened this issue Jun 22, 2022 · 0 comments

Comments

@ritukeshbharali
Copy link

A small bug is observed in the implementation of the Phase-field Element w.r.t., the degradation function (factor). In the code, factor = 1.0-phase*phase+self.k. Lines L86, L149. However, for AT1/AT2 phase-field fracture models, the degradation function needs to be, factor = pow(1.0-phase,2)+self.k.

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