Difference between revisions of "Traction Laws"

From OSUPDOCS
Jump to navigation Jump to search
Line 17: Line 17:
You create traction law materials using a [[Material Command Block|<tt>Material</tt> command block]]. Within that block all traction properties are set using property commands. Refer to each traction law type to learn about its possible properties.
You create traction law materials using a [[Material Command Block|<tt>Material</tt> command block]]. Within that block all traction properties are set using property commands. Refer to each traction law type to learn about its possible properties.


Note that normal traction is added only when the crack is opened while tangential traction is added under all conditions. The handling of crack contact is done in the CRAMP algorithm by assigning a [[Friction#Friction on Explicit Cracks|crack-surface contact law]] to the crack. To avoid conflict between tangential traction law forces and tangential forces that occur during crack contact, the crack contact law should always be frictionless (such that contact applies no tangential forces). In other words, whenever a crack has traction laws, the crack contact law should usually be a [[Coulomb Friction Law|frictionless Coulomb friction law]]. One other option is to use an imperfect interface contact law, but if used, the inteface must have zero stiffness in the tangential direction and in the normal direction when opened. The interface law may, however, define a finite stiffness in compression.
Note that normal traction is added only when the crack is opened while tangential traction is added under all conditions. The handling of crack contact is done in the CRAMP algorithm by assigning a [[Friction#Friction on Explicit Cracks|crack-surface contact law]] to the crack. To avoid conflict between tangential traction law forces and tangential forces that occur during crack contact, the crack contact law should always be frictionless (such that contact applies no tangential forces). In other words, whenever a crack has traction laws, the crack contact law should usually be a [[Coulomb Friction Law|frictionless Coulomb friction law]]. One other option is to use an [[Imperfect Interfaces#Imperfect Interfaces on Explicit Cracks|imperfect interface contact law]] on the crack, but if used, the interface must have zero stiffness in the tangential direction and in the normal direction when opened. The interface law may, however, define a finite stiffness in compression.


== Traction Law Materials ==
== Traction Law Materials ==

Revision as of 12:03, 3 April 2017

Traction laws can be placed on crack surfaces to model cohesive zones.

Introduction

MPM implements explicit cracks by defining a series or massless particles that define the crack path. The method is called the CRAMP algorithm.[1] The CRAMP algorithm takes care of the crack geometry and can handle crack-surface contact or imperfect interface contact. In addition, MPM can implement traction laws on the crack surfaces by assigning a traction laws to one or more crack particles along the crack. The traction laws can be assigned when creating the crack or during crack propagation (i.e., new crack surfaces can be dynamically create traction laws).

Traction laws have several uses. The most common is to implement cohesive zones where the traction laws will naturally debond if the critical opening displacements are reached. When they are modeling cohesive zones, the visualization tools can plot total crack length or debonded crack length (which is length with no traction laws). Their difference is the length of crack surface with traction law materials still bonded. The tools can also plot the opening and shear displacements at the actual crack tip or the transtion from debonded crack into the traction zone.

Another use for traction laws is to model an imperfect interface for simulations where imperfect interface contact law cannot be used. Two common situations are when the interfacial failure displacement is larger then a cell size or then the problem needs to also model dynamic contact using the ContactPosition command.

This section explains the possible traction laws. See the crack creation and crack propagation commands for how to use traction laws on cracks.

The use of traction laws on MPM cracks is described in Nairn (2009)[2] and used in Bardenhagen et al. (2011)[3] and Matsumoto and Nairn (2012).[4] The first reference[2] showed how MPM can model fracture using a cohesive zone or a combination of fracture mechanics and adhesive zone resulting in a simulated R curve; this R curve can be predicted from the shape of the traction law.

Define a Traction

You create traction law materials using a Material command block. Within that block all traction properties are set using property commands. Refer to each traction law type to learn about its possible properties.

Note that normal traction is added only when the crack is opened while tangential traction is added under all conditions. The handling of crack contact is done in the CRAMP algorithm by assigning a crack-surface contact law to the crack. To avoid conflict between tangential traction law forces and tangential forces that occur during crack contact, the crack contact law should always be frictionless (such that contact applies no tangential forces). In other words, whenever a crack has traction laws, the crack contact law should usually be a frictionless Coulomb friction law. One other option is to use an imperfect interface contact law on the crack, but if used, the interface must have zero stiffness in the tangential direction and in the normal direction when opened. The interface law may, however, define a finite stiffness in compression.

Traction Law Materials

This table lists the available traction law materials. Click each one for more details and information on their properties.

Name ID Description
TriangularTraction 12 A triangular traction law
LinearTraction 13 A linear elastic traction law (no failure)
CubicTraction 14 A cubic traction law
TrilinearTraction 20 A trilinear traction law
CoupledTraction 23 A coupled triangular traction law
PressureTraction 26 A constant normal stress traction law (no failure)

It is relatively easy to write code for new traction laws, if needed.

References

  1. J. A. Nairn, "Material Point Method Calculations with Explicit Cracks," Computer Modeling in Engineering & Sciences, 4, 649-664 (2003). (See PDF)
  2. 2.0 2.1 J. A. Nairn, "Analytical and Numerical Modeling of R Curves for Cracks with Bridging Zones" Int. J. Fracture, 155, 167-181 (2009). (See PDF)
  3. S. G. Bardenhagen, J.A. Nairn, and H. Lu, "Simulation of dynamic fracture with the Material Point Method using a mixed J-integral and cohesive law approach," Int. J. Fracture, 170, 49-66.
  4. J.A. Nairn, "Fracture Toughness of Wood and Wood Composites During Crack Propagation," Wood and Fiber Science, 44, 121-133 (2012).