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

Newton method for plastic dilation #5953

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

YiminJin
Copy link
Contributor

This PR adds dilation-relevant terms to the Newton solver for both AMG and GMG methods. It has also modified the Drucker-Prager model to allow the user to specify a dilation angle.

I have carried out experiments on the strip-footing problem with the following parameter file:
strip_footing.prm.txt
strip_footing.cc.txt
It turns out that when using Picard method (and also the Defect Correction method) the relative residual can only be reduced to ~0.01, while the Newton solver can reduce the residual to ~0.0001 within 30 iterations. The different convergence behavior is reflected in the effective viscosity, as shown below.
strip_footing

However, the plastic dilation model is far from the best shape, because (1) the Newton solver only converges when "Newton residual scaling method" is turned on; (2) it cannot produce shear bands as sharp as elASPECT. Currently I don't know why.

There is another problem about the plastic dilation model: it works correctly only when the material is compressible. This can be explained by the derivation in the following pdf (Remark 1):
dilation.pdf
However, I tried to modify the effective viscosity by Eq. (26), but the result is incorrect. Again, I don't know why.

Anyway, I think this PR has made some progress. Please let me know if it is worth being merged @naliboff @bobmyhill @cedrict .

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

Successfully merging this pull request may close these issues.

1 participant