Example 2: homogeneous nucleation¶
Files¶
- Comprehensive test file: main.cpp
- Reference results for comparison (r=0.99, t=0.1): time_specialized.csv
- Reference results for comparison (r=1, t=0.1): time_specialized.csv
- Reference results for comparison (r=1.01, t=0.1): time_specialized.csv
- Reference results for comparison (r=0.99, t=100): time_specialized.csv
- Reference results for comparison (r=1, t=100): time_specialized.csv
- Reference results for comparison (r=1.01, t=100): time_specialized.csv
Statement of the problem¶
This test corresponds to the homogeneous nucleation test proposed on PFhub, for single circular seed.
The domain is a square
where is the phase indicator, the derivative against of the potential defined by:
is the nucleation driving force defined as a function of the critical radius :
Initial condition¶
The initial condition is given by:
Parameters used for the test¶
For this test, all phase-field parameters are equal to one.
| Description | Symbol | Value |
|---|---|---|
| mobility coefficient | ||
| energy gradient coefficient | ||
| depth of the double-well potential | ||
| radius of the initial circular seed | [,,] | |
| critical radius |
Boundary conditions¶
Periodic boundary conditions are prescribed on boundary of the domain.
Numerical scheme¶
- Time integration: Euler Implicit over the interval with a time-step .
- Spatial discretization for convergence analysis: uniform grid with nodes in each spatial direction, with finite elements
- Newton solver: relative tolerance , absolute tolerance
- 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).
-
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. ↩