Multimaterial MPM

From OSUPDOCS
Revision as of 16:45, 13 September 2013 by Nairnj (talk | contribs) (Created page with "Multimaterial mode is an advanced MPM model that allows new options for modeling contact and material interfaces. == Multimaterial Mode Concepts == In multimaterial MPM, par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Multimaterial mode is an advanced MPM model that allows new options for modeling contact and material interfaces.

Multimaterial Mode Concepts

In multimaterial MPM, particle of each material type extrapolates to a separate velocity fields on the grid. Nodes with a single velocity field proceed by normal MPM methods. Nodes with velocity fields from more than one material might be in contact. If they are in contact, the nodal momenta have to be changes. The physics options implemented in the multimaterial mode code determine how the momenta are changed.

The key tasks in multimaterial mode MPM are:

Detection of Contact
The first step is to decide if the materials at the node are actually in contact. This check has several options and NairnMPM allows a simulation to use some combination of the following three contact criteria:
  1. If the total volume at the node is less than some fracture of the total volume expected for an internal node (a parameter Vmin), the materials at that node are assumed to not be in contact. If the volume is greater than Vmin, the contact detection continues. This check can be skipped by setting Vmin = 0 (because all nodes will have volume greater than zero).
  2. Next, the normal to the surface is calculated and it is used to determine the velocity of approach for the two surfaces. If the surfaces are moving apart, the node is assumed to not be in contact. If they are moving toward each other, the contact detection continues.
  3. Finally, if enabled, the displacements for each material at the node are calculated. If the two materials overlap, the node is in contact. If not, the node is assumed to not be in contact. There are two ways to find displacements. The method is selected with the ContactPosition command (where details on the methods are given).
Adjust Nodal Momenta or Add Internal Forces
Once contact is detected, the nodal momenta for each velocity field are adjusted to reflect the contact mechanics. Currently, the contact methods that are implemented are frictional contact, stick contact, and imperfect interfaces.
Evaluation of Surface Normals
The surface normals are needed for both the above tasks. First they are needed to find the component of the velocity in the approaching direction. Second, they are needed to implement contact mechanics. The results of multimaterial mode MPM simulations can demonstrate that accuracy of results is very sensitive to the method used to find the normal. Traditional MPM has relied on the mass gradient of each material. NairnMPM has implemented new methods that seem to work better. No one method works for all problems, but problems with multimaterial mode MPM are usually caused by inaccurate normals.

The general principles of multimaterial contact are described in Bardenhagen et al. (2001).[1] The new options of detecting contact by displacements and finding normals by new methods are unique to NairnMPM and are described in Lemiale et al. (2010)[2] and Nairn (2013).[3] The latter reference also describes use of multimaterial mode MM to model imperfect interfaces between materials[3]

  1. S. G. Bardenhagen, J. E. Guilkey, K. M. Roessig, J. U. Brackbill, W. M. Witzel, and J. C. Foster, "An Improved Contact Algorithm for the Material Point Method and Application to Stress Propagation in Granular Material," Computer Modeling in Engineering & Sciences, 2, 509-522 (2001).
  2. V. Lemiale, A. Hurmane, and J. A. Nairn, "Material Point Method Simulation of Equal Channel Angular Pressing Involving Large Plastic Strain and Contact Through Sharp Corners," Computer Modeling in Eng. & Sci., 70(1), 41-66, (2010).
  3. 3.0 3.1 J.A. Nairn, "Modeling Imperfect Interfaces in the Material Point Method using Multimaterial Methods," Computer Modeling in Eng. & Sci., submitted (2013).