Multiscale Simulation for Kinetics of Materials (I): Continuum Modelling
2026-03-18
After this lecture, you will be able to:
Real map and simplified network of Beijing metro system
How do simulation methods differ at length scales?
Copyright geunho.kentech.ac.kr
Core equation: generalized Fick’s second law
\[ \frac{\partial \xi}{\partial t} = - \nabla \cdot \vec{J}_\xi(f, \xi) \]
From Lecture 16 we know that the nucleation and spinodal decomposition of A-B mixture follows the same bulk free energy landscape while the time dependent evolution is different. How do we model it?
Review back to what we proposed in Lecture 1. Does this kind of image make sense?
Problems suitable for continuum modelling typically have a clear governing equation, with a few parameters determined at bulk level or can be obtained from shorter-length scale simulations.
Can we identify the components for Cahn-Hilliard equation (L16)?
\[\begin{align} \frac{\partial c_B}{\partial t} = M_0 \left[ \frac{\partial^2 f^{\text{homo}}}{\partial c_B^2} \nabla^2 c_B - 2 \kappa \nabla^4 c_B \right] \end{align}\]An easy choice of (homogeneous) Helmholtz free energy is the double well potential
\[\begin{align} f^{\text{homo}}(c_B) = W c_B^2 (1-c_B)^2 \end{align}\]Can you locate:
In the Cahn-Hilliard equation the local free energy is defined
\[\begin{align} F(c_B) = \int_V \left[ f^{\text{homo}}(c_B) + \kappa |\nabla c_B|^2 \right] \mathrm{d}V \end{align}\]and subsequently we have a local chemical potential
\[\begin{align} \mu_B = \frac{\delta F}{\delta c_B} = \frac{\partial f^{\text{homo}}}{\partial c_B} - 2\kappa \nabla^2 c_B \end{align}\]The CH equation is just a diffusion equation with \(\nabla F(c_B)\) as the driving force.
For the simplest Cahn-Hilliard model, the key parameters are:
If the form of \(f^{\text{homo}}\) is fixed, this becomes a minimal 3-parameter model.
The Cahn-Hilliard equation can be regarded as a showcase PDE problem in kinetics. In order to evolve the \(c_B\) field, we can use
Real space method:
Fourier space method:
A practical form is to split the equation into concentration and chemical potential:
\[\begin{align} \frac{\partial c_B}{\partial t} &= \nabla \cdot \left(M \nabla \mu_B \right) \\ \mu_B &= \frac{\partial f^{\text{homo}}}{\partial c_B} - 2\kappa \nabla^2 c_B \end{align}\]Instead of solving the spatial derivatives directly in real space, we expand the concentration field into Fourier modes (the separation-of-variable method in Lecture 8). Note the notation \(c\) just means \(c_B\) in our previous case
\[\begin{align} c(\mathbf{r},t) = \sum_{\mathbf{k}} \hat{c}_{\mathbf{k}}(t)e^{i\mathbf{k}\cdot\mathbf{r}} \end{align}\]and the Fourier transform of the CH equation follows
\[\begin{align} \frac{\partial \hat{c}_{\mathbf{k}}}{\partial t} = M \left[ -k^2 \text{FT}[\frac{\partial f}{\partial c}] - \kappa k^4 \hat{c}_{\mathbf{k}} \right] \end{align}\]Adapted from PyCahnHilliard. Let’s see how the parameters change the result?
Under the same free energy profile, how does the pattern evolve? And why?
Can you identify the following phenomena from the CH equation simulation?
The consequence of the CH equation is to have a diffuse interface, characterized by the width \(\lambda\):
Adapted from Prof. Bazant, MIT
\[ \lambda = \Delta c \sqrt{\frac{\kappa}{W}} \]
where \(W\) is the magnitude of the potential barrier
This is the core idea behind the phase field method.
Cahn-Hilliard is one example of phase field modelling. General phase field strategy:
See J. Braz. Soc. Mech. Sci. & Eng. 2011, 33, 125_.
Phase field simulation results yt video
The mathematical CH model does have a few parameters to be studied
Not all continuum parameters can be predetermined –> get from simulations at other scales!