Isotropic Softening Material

From OSUPDOCS
Jump to navigation Jump to search

Constitutive Law

This MPM Material is an isotropic, elastic material, but once it fails, it develops anisotropic damage. The material is available only in OSParticulas.The constitutive law for this material is

      [math]\displaystyle{ \mathbf{\sigma} = (\mathbf{I} - \mathbf{D}) \mathbf{C} \mathbf{\varepsilon} }[/math]

where C is stiffness tensor for the underlying isotropic material and D is an anisotropic 4th rank damage tensor.

Selecting Material Properties

The important questions for implementing this material are:

  1. When does damage initiate?
  2. Once damage is formed, what damage tensor, D, should be used to describe the anisotropic response after failure?
  3. How does damage evolve?

The first question is answered by attaching a damage initiation law to the material. These laws define a failure envelop. Once the response reaches the envelop, the damage process is initiated and the normal to the envelop defines the normal to the crack plane modeled by this damage mechanics material.

The second question is answered by using the anisotropic damage tensor proposed by Chaboche[1]. This fourth rank tensor depends on two damage variables, which can be shown to relate to mode I and mode II damage along the crack plane. The normal to the crack plane, as found from the initiation law, defines the crack axis system for the damage tensor.

The third question is answered by attaching softening laws to this material. Because an underlying isotropic material has two damage parameters, this material needs two softening laws. These two laws handle tensile and shear damage and the areas under the laws correspond to GIc and GIIc for the material.

In brief, this material models crack initiation and propagation through damage mechanics. By use of softening laws, the material properties are tied to toughness properties for the material. The scheme can handle interacting cracks (really interacting damage zones) and 3D cracks, although it is uncertain whether or not it can capture all the physics of models that use explicit cracks instead of damage mechanics. History variables can archive the extent of damage and the orientation of the damage planes. More details on implementation of this material are planned for a future paper.[2]

Material Properties

When the material is undamaged, it response is identical to properties entered for the underlying isotropic material. Once those are specified, you have to attach one damage initiation law and two softening laws to define how the material responds after initiation of damage.

Property Description Units Default
(Isotropic Properties) Enter all properties needed to define the underlying isotropic material response varies varies
Initiation Attach damage initiation law by name or ID that is compatible with isotropic materials. Once attached, enter all required material properties for that law. none MaxPrinciple
SofteningI Attach a softening law (by name or ID) for propagation of tensile damage. Once attached, enter all required properties for that law by prefacing each property with "I-". none Linear
SofteningII Attach a softening law (by name or ID) for propagation of shear damage. Once attached, enter all required properties for that law by prefacing each property with "II-". none Linear
(other) Properties common to all materials varies varies

History Variables

This material stores several history variables that track the extent of the damage and orientation of the damage plane:

  1. δn or the current normal crack opening displacement.
  2. δt or the current tangential crack opening displacement.
  3. dn or damage variable for normal loading. It varies from 0 to 1 where 1 is complete damage or failure.
  4. dt or damage variable for tangential loading. It varies from 0 to 1 where 1 is complete damage or failure.
  5. For 2D it is cos(θ), but for 3D it is Euler angle α.
  6. For 2D it is sin(θ), but for 3D it is Euler angle β.
  7. For 2D it is not used, but for 3D it is Euler angle γ.
  8. Ac/Vp where Ac is crack area within the particle and Vp is particle volume.

Variables 5-7 define the normal to the damage crack plane. For 2D, θ is the counter clockwise angle from the x axis to the crack normal. For 3D, (α, β, γ) are the three Euler angles for the normal direction using a Z-Y-Z rotation scheme. You can use the damagenormal archiving option to save enough information for plotting the normal.

This material also tracks the cracking strain which can be saved by using the plasticstrain archiving option. The strain is archived in the global axis system. If you also archive the damagenormal, you will be able to plot a vector along the crack-opening displacement vector.

Examples

References

  1. J. Chaboche (1979). Le concept de contrainte effective appliqu ́e a` l’ ́elasticit ́e et a` la viscoplasticit ́e en pr ́esence d’un endommagement anisotrope. In Boehler, J.-P., editor, Mechanical Behav- ior of Anisotropic Solids / Comportment M ́echanique des Solides Anisotropes, pages 737–760. Springer Netherlands.
  2. J. A. Nairn (2016), Numerical Implementation of Anisotropic Damage Mechanics, in preparation.