Crack Propagation — CAE Terminology Glossary
What is Crack Propagation
What is crack propagation? Is it different from material breaking at once?
Breaking at once is called brittle fracture or unstable fracture. Crack propagation is a phenomenon where microscopic cracks in materials grow gradually due to repeated loading (fatigue) or environmental factors (corrosion, creep, etc.).
What are some specific applications where this becomes a problem?
For example, an aircraft fuselage experiences pressurization and depressurization cycles on each flight. Fatigue cracks develop from stress concentration points like rivet holes and grow slowly over thousands of cycles. Once the crack length exceeds a critical value, sudden unstable fracture occurs. That's why we must predict how fast cracks grow to determine inspection intervals. Steel bridge girders, pressure vessels, and turbine blades all use the same principle. This is the foundation of Damage Tolerance Design.
Paris Law and Fatigue Crack Growth
How is crack growth rate expressed mathematically? I saw $\frac{da}{dN}$ in class...
The most famous is Paris law, proposed by Paris and Erdogan in 1963. It is written as:
Here $a$ is crack length, $N$ is number of cycles, $\Delta K = K_{\max} - K_{\min}$ is the stress intensity factor range, and $C$ and $m$ are material constants. Typical values are $m \approx 3$ for steel and $m \approx 3\text{--}4$ for aluminum alloys.
How do you determine parameters $C$ and $m$?
They are determined through fatigue crack propagation experiments using CT (Compact Tension) or CCT (Center-Cracked Tension) specimens. ASTM E647 is the standard test specification. Plot $\Delta K$ versus $da/dN$ on a log-log scale; the middle region becomes a clean straight line. The slope is $m$, and $C$ is derived from the intercept.
Are there regions where it doesn't become a straight line?
Yes, the actual $da/dN$ versus $\Delta K$ curve is S-shaped (sigmoid). At low ΔK, there is a threshold stress intensity factor range $\Delta K_{\text{th}}$; crack growth is negligible below this. At high ΔK, as $K_{\max}$ approaches fracture toughness $K_{IC}$, it accelerates toward unstable fracture. Paris law describes only the middle stable propagation region (Region II).
Role of Stress Intensity Factor ΔK
So $\Delta K$ is the driving force for crack propagation, right? How do you calculate it specifically?
The basic form is:
$\sigma$ is the remote stress, $a$ is crack length, and $F(a/W)$ is the geometry correction factor. Its value depends on the ratio of crack length to plate width $W$. Analytical solutions exist for simple center-cracked plates, but for real structures we almost always use FEM.
How do you calculate residual life from $\Delta K$?
Integrate Paris law. The number of cycles from initial crack length $a_0$ to critical crack length $a_c$ (where $K_{\max} = K_{IC}$) is:
Since $\Delta K$ generally depends on $a$, numerical integration is usually employed. In practice, we check whether "remaining life is at least twice the inspection interval."
XFEM (eXtended Finite Element Method)
How does XFEM differ from conventional FEM? Is there something special about handling cracks?
With conventional FEM, the mesh must be remeshed along the crack path as it grows. That is very labor-intensive. XFEM (eXtended FEM) adds enrichment functions to the existing mesh, enabling mesh-independent crack representation without remeshing.
What exactly are enrichment functions?
There are two types. First, the Heaviside function $H(\mathbf{x})$ — added to nodes crossing the crack face to represent displacement discontinuity (crack opening). Second, crack tip enrichment functions — singularity functions like $\sqrt{r}\sin(\theta/2)$ that accurately capture the stress singularity at the crack tip ($1/\sqrt{r}$). Mathematically:
The first term is standard FEM, the second represents crack face discontinuity, and the third captures the singular field at the crack tip.
Is XFEM available in Abaqus and Ansys?
Abaqus has XFEM built-in; you can specify crack initiation criteria (e.g., maximum principal stress) and propagation direction (e.g., maximum tangential stress). Ansys Mechanical has SMART crack growth functionality. However, with complex 3D crack paths, convergence issues sometimes arise, so many practitioners use Cohesive Zone Model as an alternative.
Cohesive Zone Model
How does Cohesive Zone Model (CZM) differ from XFEM?
CZM employs a traction-separation law (TSL) on the crack surface. Whereas XFEM excels when the crack path is unknown, CZM is particularly effective when the path is roughly known — for example, adhesive layer delamination, composite interface delamination, or weld joint fracture.
What does the traction-separation law look like concretely?
The most commonly used is the bilinear (triangular) form. As separation displacement $\delta$ increases, traction $T$ first increases linearly to critical traction $\sigma_c$, then softens until final separation displacement $\delta_f$ where traction becomes zero. The area under the triangle equals fracture energy $G_c$:
The basic parameters are $\sigma_c$ and $G_c$. $G_c$ is usually determined from DCB or ENF tests, and $\sigma_c$ from tension tests or fitting.
Can CZM handle crack initiation as well?
That's a major advantage of CZM. Even without an initial crack, once traction exceeds $\sigma_c$, damage begins and progresses through opening. CZM handles crack initiation and propagation in a unified manner. XFEM, by contrast, requires either specifying an initial crack or defining a separate initiation criterion. For CFRP laminate delamination, CZM has become the de facto standard.
Practical Tips for Crack Propagation Analysis in CAE
What are the common pitfalls when doing crack propagation analysis in CAE?
Several things to watch out for:
- Mesh dependency: Coarse mesh near the crack tip gives incorrect stress intensity factors. If using J-integral or VCCT (Virtual Crack Closure Technique), a spider-web concentrated mesh at the crack tip is essential.
- Effect of stress ratio $R$: Basic Paris law does not include the effect of $R = K_{\min}/K_{\max}$. Since $R$ varies in real structures, corrections using Walker or Forman equations are needed.
- CZM mesh size: The cohesive zone length $l_{cz}$ must contain at least 3–5 elements to properly capture traction-separation softening. A rough estimate is $l_{cz} \approx E\,G_c / \sigma_c^2$.
- Mixed mode: Real cracks rarely exhibit pure Mode I (opening); Mode II (shear) and Mode III (torsion) are often mixed. Don't forget mixed-mode failure criteria (e.g., B-K rule).
Are there tools or simulators for Paris law on this site?
Yes! The Paris Law Crack Propagation Simulator lets you input $C$, $m$, initial crack length, and loading conditions, then interactively compute crack length evolution and residual life. Try plugging in your own material parameters.
Related Terms
- Stress Intensity Factor ($K$): A parameter characterizing the strength of the stress field at a crack tip. Fundamental quantity in linear elastic fracture mechanics.
- J-integral: Crack driving force under elastic-plastic conditions. Defined as a path-independent integral.
- VCCT (Virtual Crack Closure Technique): A method that directly computes energy release rate from nodal forces and displacements near the crack tip.
- Fracture Toughness $K_{IC}$: The critical stress intensity factor at which unstable fracture occurs.
- Damage Tolerance Design: A design philosophy ensuring safe operation even in the presence of cracks. Essential in aerospace.
- S-N Curve: Relationship between stress amplitude and number of cycles to failure. Used for crack initiation life assessment.
Precise understanding of CAE terminology is the foundation of team communication. — NovaSolver Project supports engineer learning.
Tell us about challenges you face in crack propagation analysis
NovaSolver Project addresses the practical challenges that CAE engineers face daily — complexity of setup, computational cost, result interpretation. Your experience will drive better tool development.
Contact Us (Coming Soon)Related Topics
detail
error