Google Scholar ORCiD GitHub

FFT homogenisation#

Computational micromechanics and homogenization require the solution of the mechanical equilibrium of a periodic cell that comprises a (generally complex) microstructure. Techniques that apply the Fast Fourier Transform have attracted much attention as they outperform other methods in terms of speed and memory footprint. Moreover, the Fast Fourier Transform is a natural companion of pixel-based digital images which often serve as input. In its original form, one of the biggest challenges for the method is the treatment of (geometrically) non-linear problems, partially due to the need for a uniform linear reference problem.

In a geometrically linear setting, the problem has been treated in a variational form resulting in an unconditionally stable scheme that combines Newton iterations with an iterative linear solver, and therefore exhibits robust and quadratic convergence behaviour [1]. Through this approach, well-known key ingredients are recovered in terms of discretization, numerical quadrature, consistent linearization of the material model, and the iterative solution of the resulting linear system.

The extension to finite strains, using arbitrary constitutive models, is now straightforward. Moreover, because of the application of the Fast Fourier Transform, the implementation is substantially easier than that of other (Finite Element) methods. Both claims are demonstrated with a simple code in Python of just 59 lines (without comments) [2].

Although a fast method that is able to deal with a large number of degrees-of-freedom is now very accessible, its true efficiency in terms of the number of floating point operations needed to calculate the response of a continuum problem with finite precision may be limited [3].

More...

_images/2d.jpg

Selected publications