Skip to content

Example 2: homogeneous nucleation

Files

Statement of the problem

This test corresponds to the homogeneous nucleation test proposed on PFhub, for single circular seed.

The domain Ω\Omega is a square [0,100]×[0,100][0,100]\times[0,100]

ϕt=M(F(ϕ)λΔϕΔfp(ϕ)) in Ω \begin{align} \frac{\partial \phi}{\partial t}&=-M (F'(\phi) - \lambda \Delta \phi - \Delta f p'(\phi)) \text{ in }\Omega \end{align}

where ϕ\phi is the phase indicator, FF' the derivative against ϕ\phi of the potential FF defined by:

F(ϕ)=ωϕ2(1ϕ)2 \begin{align} F(\phi)&=\omega\phi^2(1-\phi)^2 \end{align}

Δf\Delta f is the nucleation driving force defined as a function of the critical radius rr^\star:

Δf=26r \begin{align} \Delta f&=\dfrac{\sqrt{2}}{6 r^\star} \end{align}

Initial condition

The initial condition is given by:

ϕ=1212tanh(rr02). \phi = \dfrac{1}{2} - \dfrac{1}{2} \tanh\left(\dfrac{r-r_0}{\sqrt{2}}\right).

Parameters used for the test

For this test, all phase-field parameters are equal to one.

Description Symbol Value
mobility coefficient MϕM_\phi 1.01.0
energy gradient coefficient λ\lambda 11
depth of the double-well potential ω\omega 11
radius of the initial circular seed r0r_0 [0.99r0.99r^\star,rr^\star,1.01r1.01r^\star]
critical radius rr^\star 55

Boundary conditions

Periodic boundary conditions are prescribed on boundary of the domain.

Numerical scheme

  • Time integration: Euler Implicit over the interval t[0,100]t\in[0,100] with a time-step δt=102\delta t=10^{-2}.
  • Spatial discretization for convergence analysis: uniform grid with N=256N={256} nodes in each spatial direction, with Q1\mathcal{Q}_1 finite elements
  • Newton solver: relative tolerance 101010^{-10}, absolute tolerance 101410^{-14}
  • Iterative solver: HYPRE_GMRES
  • Preconditioner: HYPRE_ILU

Results

Figures 1 shows the evolution of the normalized fraction and energy density. The results are in good agreement with those presented in 1 (see Figures 3 and 4 in the reference).

nucleation
Figure 1: normalized fraction and energy density

  1. W. Wu, D. Montiel, J.E. Guyer, P.W. Voorhees, J.A. Warren, D. Wheeler, L. Gránásy, T. Pusztai, and O.G. Heinonen. Phase field benchmark problems for nucleation. Computational Materials Science, 193:110371, 2021. URL: https://www.sciencedirect.com/science/article/pii/S0927025621000963, doi:https://doi.org/10.1016/j.commatsci.2021.110371