A Phase-Field Approach to Fatigue Analysis: Bridging Theory and Simulation
This repository provides all simulation files, scripts, and supplementary data referenced in the paper Castillón et al.[1].
This article presents a novel, robust and efficient framework for fatigue crack-propagation that combines the principles of Linear Elastic Fracture Mechanics (LEFM) with phase-field fracture (PFF). Contrary to cycle-by-cycle PFF approaches, this work relies on a single simulation and uses standard crack propagation models such as Paris’ law for the material response, simplifying its parametrization. The core of the methodology is the numerical evaluation of the derivative of a specimen’s compliance with respect to the crack area. To retrieve this compliance the framework relies on a PFF-FEM simulation, controlled imposing a monotonic crack growth. This control of the loading process is done by a new crack-control scheme which allows to robustly trace the complete equilibrium path of a crack, capturing complex instabilities. The specimen’s compliance obtained from the PFF simulation enables the integration of Paris’ law to predict fatigue life.
The proposed methodology is first validated through a series of benchmarks with analytical solutions to demonstrate its accuracy. The framework is then applied to more complex geometries where the crack path is unknown, showing a very good agreement with experimental results of both crack paths and fatigue life.
Develops a phase-field framework for fracture and fatigue analysis.
New Energy-Controlled Solvers: It introduces two new, efficient solvers (variational and non-variational) that can simulate the entire fracture process, including complex behaviors like snap-back, in a single run.
Efficient Fatigue Analysis: The framework uses the results from a single quasi-static simulation to predict fatigue life based on Paris’ law, avoiding the need for computationally expensive cycle-by-cycle simulations.
Improved Accuracy: It includes a validated method to correct for the overestimation of crack length that is common in phase-field models, leading to results that align well with established theoretical solutions (LEFM).
Complex Geometries: The method is successfully applied to complex specimens with holes where the crack path is unknown beforehand, demonstrating its ability to predict intricate crack trajectories that match experimental data.
Open-Source and Reproducible: The entire toolchain, including the PhaseFieldX library and all simulation scripts, is open-source to ensure full reproducibility of the findings.
This repository is designed to ensure complete reproducibility of the results by providing all simulation data, parameter sets, meshes, and detailed numerical configurations.
@article{castillon2025,
title = {A phase-field approach to fatigue analysis: Bridging theory and simulation},
journal = {International Journal of Fatigue},
volume = {205},
pages = {109397},
year = {2026},
issn = {0142-1123},
doi = {https://doi.org/10.1016/j.ijfatigue.2025.109397},
url = {https://www.sciencedirect.com/science/article/pii/S0142112325005948},
author = {M. Castillón and I. Romero and J. Segurado},
keywords = {Phase-field fracture, Fatigue, Crack-growth control, Crack propagation, Paris’ law},
}
All the files are provided in the following GitHub Repository
Since the simulations were conducted using the open-source PhaseFieldX Castillón[2] library, the implementation details of the models can be found in the PhaseFieldX documentation and source code.
GitHub Repository: CastillonMiguel/phasefieldx
Documentation: https://phasefieldx.readthedocs.io
The PhaseFieldX project is designed to simulate and analyze material behavior using phase-field models, which provide a continuous approximation of interfaces, phase boundaries, and discontinuities such as cracks. Leveraging the robust capabilities of FEniCSx, a renowned finite element framework for solving partial differential equations, this project facilitates efficient and precise numerical simulations. It supports a wide range of applications, including phase-field fracture, solidification, and other complex material phenomena, making it an invaluable resource for researchers and engineers in materials science.
- Indications
- Crack Measurements
- Examples
- LEFM: Theoretical Analysis and Benchmarks
- FEM: Elasticity Models
- Phase-field: Three Point
- Phase-field: Central cracked specimen
- Phase-field: Compact specimen
- Comparison: Three-Point Bending Test
- Comparison: Central cracked
- Comparison: Compact Specimen
- Gmsh Geometry Files for Meshing
- Papers data
- References
- Acknowledgements