Difference between revisions of "Crack Settings"

From OSUPDOCS
Jump to navigation Jump to search
Line 48: Line 48:
[[File:JContour.png|right]]
[[File:JContour.png|right]]


The <tt>JContour</tt> command is used to set the size of the path used for evaluating J integral and and control the number of terms used in the process. The details are:
The <tt>JContour</tt> command is used to set the size of the path used for evaluating J integral and control the number of terms used in the process. The details are:


* <tt>(size)</tt> - the J integral is evaluated on a rectangular contour center on the grid node closet to the crack tip (see blue line in the figure). The <tt>(size)</tt> setting is the semi-length for the sides of the rectangle. The default value is 2 (as shown in the figure).
* <tt>(size)</tt> - the J integral is evaluated on a rectangular contour center on the grid node closet to the crack tip (see blue line in the figure). The <tt>(size)</tt> setting is the semi-length for the sides of the rectangle. The default value is 2 (as shown in the figure).

Revision as of 17:08, 4 February 2014

Whenever an MPM simulation has explicit cracks, you can use the commands in this section to customize various features of how the cracks are modeled in NairnMPM.

Crack Settings Commands

In scripted files, crack properties are controlled by any number of these possible commands

Propagate (crit),<(dir)>,<(traction)>
AltPropagate (crit),<(dir)>,<(traction)>
ProagateLength (relLength)
Friction (frict)
ImperfectInterface (Dt),(Dntens),<(Dncomp)>
JContour (size),<(terms)>
ContactPosition (cutoff)
MovePlane (method),<(prevent)>

In XML input file, all global crack setting commands are within a <Cracks> element that must be within the <MPMHeader> element:

<Cracks>
  <Propagate criterion='(critNum)' direction='(dirNum)' traction='(traction)'/>
  <AltPropagate criterion='(critNum)' direction='(dirNum)' traction='(traction)'/>
  <PropagateLength>(relLength)</ProagateLength>
  <Friction>(frict)</Friction>
  <Friction Dt="(Dt)" Dn="(Dntens)" Dnc="(Dncomp)">11</Friction>
  <JContour size="(size)" terms="(terms)"/>
  <ContactPosition>(cutoff)</ContactPosition>
  <MovePlane type='(method)' prevent='(prevent)'/>
</Cracks>

The functions of these commands (with links to more documentation) are:

Crack Propagation Properties

The commands to control crack propagation criterion and direction are described in a separate help topic on Crack Propagation Commands.

Crack Contact Properties

Crack surfaces can model crack surface contact as either frictional sliding or use the crack to model an imperfect interface. Note that if the crack is defined with traction laws, or if it will create traction laws during propagation, the crack must be set to use frictionless sliding.

J Integral Contour Settings

JContour.png

The JContour command is used to set the size of the path used for evaluating J integral and control the number of terms used in the process. The details are:

  • (size) - the J integral is evaluated on a rectangular contour center on the grid node closet to the crack tip (see blue line in the figure). The (size) setting is the semi-length for the sides of the rectangle. The default value is 2 (as shown in the figure).
  • (terms) - this optional parameter should be set to 1 or 2 to specify if the J Integral should be a simple contour (1) or include an area integral inside the contour (2). The area integral corrects for dynamic effects and for axisymmetric stress states making the calculation path independent even in dynamic problems, but is slower. A contour alone (1) might be enough if the size of the contour is small (e.g., (size)=2) and the loading is slow, but both contour and area might be essential as the problem becomes more dynamic or as the size of the contour grows. The default is 1, but for axisymmetric calculations, the area integral is needed even for static problems, and therefore the default changes to 2 terms.

More details on J integral evaluation and on the two J integral terms are given in Guo and Nairn (2006).[1]

Crack ContactPosition Command

This command influences the way crack detect contact between the crack surfaces. Its function and use are described here.

Crack Plane Updating

The MovePlane command determines how a crack plane moves and whether or not crack surfaces can cross crack planes. In scripted files, the command is

MovePlane (method),<(prevent)>

In XML files, the command is:

<MovePlane type='(method)' prevent='(prevent)'/>

where

  • (method) is 'avg' to move the crack plane to the midpoint of the top and bottom surfaces or 'cm' to move the crack plane in the center of mass velocity field. The default method is 'avg'.
  • (prevent) is 'yes' or 'no' to prevent or allow crack surfaces to cross the main crack plane. The default setting is 'no'.

For all cracks, the top and bottom surfaces move in their separate velocity fields. The setting for (method) determines only how the crack plane particles move. The two methods are equivalent for well defined cracks, but may give different results is some problems. Thus, if crack position seems to cause a problem, one possibility is to repeat the analysis with the other (method) option.

Similarly, both (prevent) settings are equivalent for well behaved cracks (because surfaces of such cracks tend to not pass through crack planes). If a simulation has problems tracking surfaces, you can try setting (prevent) to 'yes' to see how it changes. The 'no' setting is faster because it does not need to check crack surfaces on each time step.

References

  1. Y. Guo and J. A. Nairn, "Calculation of J-Integral and Stress Intensity Factors using the Material Point Method," Computer Modeling in Engineering & Sciences, 6, 295-308 (2004). (See PDF)