: Phase‑field fracture, 2‑D crack propagation, brittle fracture, finite‑element method, variational formulation, adaptive mesh refinement. 1. Introduction Fracture in brittle materials is traditionally modelled by linear‑elastic fracture mechanics (LEFM) , which relies on singular stress fields and explicit tracking of crack fronts. While LEFM provides elegant analytical solutions for simple geometries, it becomes cumbersome for complex crack nucleation, branching, or interaction. Over the past two decades, phase‑field models of fracture have emerged as a powerful alternative because they regularise the sharp crack interface by a diffuse scalar field, thereby avoiding explicit geometry handling and naturally satisfying the Griffith criterion.

where (N_n) is the number of nodes. Quadratic interpolation is essential to resolve the steep gradients of (\phi) within the diffusive crack zone. A goal‑oriented error estimator based on the phase‑field gradient is used:

[ \psi^+(\boldsymbol\varepsilon) ;\rightarrow; H(\mathbfx) . \tag4 ] 3.1. Finite‑Element Discretisation Both fields are approximated using quadratic Lagrange shape functions on an unstructured triangular mesh:

Figure 1 : Load‑displacement response (phase‑field vs. LEFM). Figure 2 : Phase‑field contour at (F = 0.9F_c) (crack tip radius ≈ 3(\ell)). A DCB specimen (length 0.2 m, thickness 0.01 m) is subjected to a symmetric opening displacement. The energy release rate calculated from the phase‑field solution

[ \Delta W = \int_\Gamma_N \mathbft\cdot \Delta\mathbfu,\mathrmdS . \tag7 ]

[ \eta_e = \int_\Omega_e \ell |\nabla\phi^h|^2 ,\mathrmdV . \tag6 ]

[ G = \frac{P^2

The load‑displacement curve obtained with the phase‑field model matches the analytical LEFM prediction for the critical stress intensity factor (K_IC= \sqrtE G_c). The computed (F_c= 4.58) kN is within 2 % of the analytical value. The crack path follows the straight line of the notch, confirming the absence of mesh bias.

Given uⁿ, φⁿ: 1. Update history field Hⁿ⁺¹ ← max(Hⁿ, ψ⁺(ε(uⁿ))) 2. Solve displacement problem → uⁿ⁺¹ (with φⁿ fixed) 3. Solve phase‑field problem → φⁿ⁺¹ (with uⁿ⁺¹ fixed) 4. Check convergence: ‖uⁿ⁺¹‑uⁿ‖ + ‖φⁿ⁺¹‑φⁿ‖ < ε_tol 5. If not converged → repeat steps 2‑4 The linearised systems are assembled using (e.g., via the Sacado package) to obtain consistent tangent operators. 3.4. Load Control & Arc‑Length For softening problems, displacement control can cause snap‑back. We implement an arc‑length (Riks) method that controls the total work increment:

The arc‑length parameter is updated each load step, ensuring a smooth equilibrium path through post‑peak regimes. | Component | Tool / Library | |-----------|----------------| | FEM core | deal.II (v9.5) | | Linear solver | PETSc (GMRES + ILU) | | Non‑linear solver | Newton‑Raphson with line‑search | | Mesh adaptivity | p4est (parallel refinement) | | Post‑processing | ParaView (VTK output) |

All source files are provided in the supplementary material (GitHub repository github.com/YourGroup/2DPhaseFieldCrack ). 4.1. Benchmark 1 – Single‑Edge Notched Tension (SENT) Geometry : rectangular plate (L=1.0) m, (H=0.5) m, notch length (a_0=0.2) m. Material : (E=30) GPa, (\nu=0.2), (G_c=2.7) kJ/m(^2). Parameters : (\ell = 2.5,h_\min) (where (h_\min) is the smallest element size after refinement).

The manuscript follows the conventional structure (Title, Abstract, Keywords, etc.) and includes all the essential elements (governing equations, numerical algorithm, validation, results, discussion, and references). Feel free to copy the LaTeX source into your favourite editor (Overleaf, TeXShop, etc.) and adapt the figures, tables, or code snippets to your own data. Authors : First Author ¹, Second Author ², Third Author ³ ¹ Department of Mechanical Engineering, University A, City, Country. ² Institute of Applied Mathematics, University B, City, Country. ³ Materials Science Division, Research Center C, City, Country.

[ \mathbfu^h(\mathbfx) = \sum_i=1^N_n \mathbfN_i(\mathbfx) , \mathbfu i, \qquad \phi^h(\mathbfx) = \sum i=1^N_n N_i(\mathbfx) , \phi_i, \tag5 ]

Working Model 2d Crack-