Regularization Length Scale, Mesh Size, and Irreversibility
Learning objectives
By the end of this lesson, you should be able to:
- Explain the role of the phase-field length scale \(\ell\).
- Choose mesh size \(h\) relative to \(\ell\).
- Distinguish mesh convergence from length-scale convergence.
- Understand why irreversibility is required.
1. Meaning of the length scale
Phase-field fracture replaces a sharp crack by a smooth damage field
The regularized crack surface density for AT2 is
The parameter \(\ell\) controls the width of the diffused crack.
Small \(\ell\):
- sharper crack,
- closer to Griffith fracture,
- harder nonlinear problem,
- requires finer mesh.
Large \(\ell\):
- wider damage band,
- easier to resolve,
- may smear the crack,
- may alter peak load and crack path.
2. AT2 crack profile
For AT2, a typical one-dimensional crack profile is
Thus,
Most visible damage lies within a few multiples of \(\ell\). Therefore, the mesh must resolve not only the crack center but also the surrounding damage band.
3. Mesh requirement
Let \(h\) be the local element size. The mesh should satisfy
Common practical rules are
or more conservatively
If \(h\gtrsim\ell\), the damage zone is under-resolved. This can produce:
- wrong fracture energy,
- mesh-biased crack paths,
- incorrect peak load,
- unstable damage growth,
- poor convergence.
4. Mesh convergence versus length-scale convergence
There are two different studies.
Mesh convergence
Fix \(\ell\), then refine \(h\):
This checks whether the finite element solution resolves the chosen regularized model.
Length-scale convergence
Reduce \(\ell\) toward the sharp-crack limit:
But every time \(\ell\) is reduced, \(h\) must also be reduced so that \(h/\ell\) remains small.
The common mistake is reducing \(\ell\) without refining the mesh.
5. Computational cost
If \(\ell\) is halved and the rule \(h\le\ell/5\) is maintained, the mesh must also become about twice as fine.
In 2D, halving \(h\) increases element count by roughly
In 3D, it increases element count by roughly
So small \(\ell\) becomes expensive very quickly, especially in 3D.
6. Effect of \(\ell\) on apparent strength
In classical phase-field fracture, the apparent nucleation stress often scales like
Therefore, \(\ell\) may affect not only crack width but also apparent strength.
This matters because:
- if \(\ell\) is treated as numerical, it should be chosen small and resolved;
- if \(\ell\) is treated as physical, it should be calibrated carefully.
This is one motivation for generalized models that prescribe strength independently from \(G_c\) and \(\ell\).
7. AT1 versus AT2
AT2 uses
It is smooth but can show gradual damage initiation.
AT1 uses
It tends to produce a more threshold-like onset of damage.
Both require proper mesh resolution.
8. Irreversibility
Damage should not heal:
Without irreversibility, unloading could artificially reduce damage and close cracks in an unphysical way.
Common methods:
| Method | Use |
|---|---|
| History field | Simple approximate irreversibility |
| Nodal clipping | Easy post-processing bound enforcement |
| Penalty method | Penalizes healing |
| Bound-constrained solve | Directly enforces \(d_{n-1}\le d_n\le1\) |
The clean mathematical condition is
9. Practical checklist
Before trusting a phase-field fracture simulation, check:
- Is \(h/\ell\) small enough near the crack?
- Does the crack path change under mesh refinement?
- Does the load-displacement curve converge for fixed \(\ell\)?
- Does reducing \(\ell\) require further mesh refinement?
- Is irreversibility enforced?
- Is \(\ell\) being used as a numerical parameter or calibrated material length?
These checks prevent many common phase-field fracture errors.