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

DDMPM in Picasso #43

Open
3 tasks
abisner opened this issue Oct 6, 2021 · 0 comments
Open
3 tasks

DDMPM in Picasso #43

abisner opened this issue Oct 6, 2021 · 0 comments
Assignees

Comments

@abisner
Copy link
Collaborator

abisner commented Oct 6, 2021

This issue concerns the implementation of the dual domain material point method (DDMPM) in Picasso.
DDMPM scores a few numerical advantages over the classical MPM, namely, improved accuracy and stability, especially in the vicinity of contact discontinuities, by reducing cell crossing noise.

A few sub-steps for a robust implementation are required:

  • A distribution coefficient algorithm (DCA) for reducing small node mass instabilities. This requires the definition of nodal transfer coefficients, $C_{li}$. See Eq. (41) in the Zhang et al. paper.
  • Modified shape function gradient calculation. This may be represented by a series of two consecutive stencil operations on the nodes.
  • Incorporation of modified shape function gradient in the velocity (momentum) update.
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