Phase Field Model: Friction Force on Interface

From UBC Wiki

Title

Depending of the focus of the paper the title can be different.

  • Effective Driving Force Model for the Particle Pinning and Solute Drag Using Phase Field Method : This is a typical title with obscure terms like "effective driving force".
  • Modelling of Interface Drag caused by Particle Pinning and Solute Drag in a Unified Model : if we want to emphasis on a generalized model for the interface drag.

Introduction

  • Thechnological importance of modelling interface drag phenomena.
  • Theories of Particle pinning
  • Theories of Solute Drag
  • Emphasis on modelling both processes in a single drag model
  • Phase Field Models


Controlling motion of interfaces in materials is fundamental aspect of many materials and process designs. As an example in High strength low alloy steels (HSLA) addition of small amount of alloying elements like Nb creates small NbC particles. These particles limit motion of grain boundaries by particle pinning mechanism. In addition, Nb in solute segregates at the grain boundaries and as interface moves it generates solute drag force.

Applying Force on Interface

In polycrystalline materials with dispersion of second phase particles often size of the particles are one to three orders of magnitude smaller than the grains. In these structures resolving of the particles in a discretization grid will be computationally very expensive or impossible. The proposed formulation incorporates Zener pinning force on the grain boundaries as a negative driving force. Depending on the direction of movement of the interface, local energy density shifts to create a negative driving force and decrease speed of the interface.

Shifting of the local energy density of a grain to create artificial force on the interface

The value of Pz can be found from mean field approximations e.g. Zener limiting case or from an independent simulation in smaller scale. When driving pressure for interface movement is smaller than $P_f$ then interface completely stop or mobility coefficient in phase field formulation is set to zero. Systems energy functional can be written as:


The last term shifts energy of depending on the sign of . The value of can be interpreted as local driving pressure. Assume an interface with non-zero value of and . In this formulation if is positive then energy of is increased by half of the friction force and accordingly energy of decreased by half of the . Note that at interface with equilibrium profile . Therefore can be written in following form:

Consequently for interfaces with high curvature the net driving pressure is . For interfaces with lower curvature a condition occurs that therefore the interface stagnates (pinned). In this condition net mobility of the interface is zero. Combination of friction force and variable mobility leads to the evolution equation in the form of

Where has following simple form:

Code Implementation

// gradient square term
del2=delx2*(sumeta2+2*sumeta-24*currenteta);
// driving force part of detadt
detadtM=m*(currenteta*currenteta*currenteta-currenteta)+gamma*(currenteta*sumterm-currenteta*currenteta*currenteta)-kappa*del2;
pzi=3*currenteta*(1-currenteta)*sign(detadtM)*Pz;
// setting mobility to zero if driving force is smaller than pinning force
if (fabs(detadtM)<fabs(pzi)){
    Lf=0;
}
else{
    Lf=L;
}
//actual detadt which is substraction of driving force and pinning components
detadt=-Lf*(detadtM-pzi); 
// one time step increment
eta2[i+jn+kn+pnn]=currenteta+delt*detadt; 


Variable Friction Force

If is function of velocity then one can find velocity of the interface and relate force to the velocity by a formula (e.g. Cahn theory of solute drag):

Finding velocity field at each point is possible using by-part derivation:

Therefore generalization to 3D gives:

Application to Interface Drag Phenomenon

In general one can define dependence of friction force to the velocity an in two particular case one can obtain Zener pinning and solute drag phenomena separately. For particle pinning the friction force is constant (i.e. pinning force) and changes its direction depending on the sign of the velocity. For solute drag however the friction force functionality is more complex depending on the velocity of the interface.

Application in Particle Pinning

In this section the friction force methodology is applied on particle pinning. Classical Zener pinning considers inert particles with rarius which are uniformly distributed in the grain structure. The first step is to obtain the friction force (pressure) on the interface. One can obtain the drag force by any simulation tecnique. In here, we use a phase field model with driving force and second phase particle. The geometry consists of a flat interface moving under constant driving pressure within an array of particles in three dimenssion.

File:Nparticle 3D 100.png File:Nparticle 3D 2800.png
An interface inteacting with an ensumble of particles.

Now that the drag force is known we can insert the value to the Eq. 3 adn simulate microstructures. However, for testing purpose a dome-shape grain was considered first. In this geometry curvature of the the upper side of the grain remains constant and provide constant driving pressure. Volume of a dome-shape grain vs time decreases linearly with different speed depending on the value of the :

Volume of a U shape grain is plotted vs time for different values of $P_f$. If $P_f$ is higher than deriving pressure of interface motion interface completely stops.

%-------------------------------------------------------------------------------------------------------------------- \pagebreak

\subsection{Simulation of 2D Grain Growth}

\begin{figure}[h]

\centering
\includegraphics[width=\textwidth]{Grains_Snapshot}

\end{figure} Simulation of grain growth for $P_f=0.01$ until saturation of grain size. Domain size is $500\times500$ grid points.

%--------------------------------------------------------------------------------------------------------------------

Kinetics of grain growth for different value of $P_f$. Y-axis is plotted in logarithmic scale. Normal grain growth ($P_f=0$) is shown in red. In practical cases volume fraction of second phase particles can vary from 0.001 to 0.1 causing large variation in $P_f$.

File:Nparticle Pf0.1 Pr5 DelG.png
Change in volume of a grain as interface moves through array of particles. Each curves represent a simulation starting with a completely flat interface. Driving force in varried from 0.3 to 0.015.

Application in Solute Drag

  • Use a 1D phase field model to get the function
  • show the friction force model generates the same velocity-driving force dependent function.
  • Microstructural simulation shows a reduced kinetics for grain growth or recrystallization.

Appendix 1. Derivation of Weighting function

In here we prove that the weighting function in the functional equation reproduce the fundamental relationship of interface velocity and driving pressure ().

Assuming the interface is moving forward therefore function is positive, the evolution equation is written as the following:

......................... (A1)

The gradient squared term in curvilinear coordinate system can be rearranged to the gradient of a vector normal to iso- profiles. is also parallel to the direction of interface velocity. In curvilinear system and . Therefore Eq. (A1) can be written as following:

......................... (A2)

The term represents curvature of the interface [?].The weighting function is choosen to satisfy two conditions: (i) application of the driving force () does not change the shape of the interface profile, (ii) relationship between the interface velocity and the driving force is linear ( where is the interface interinsic mobility).

A straight intetrface () with no driving force remains stationary, i.e. therfore following equality can be obtained from equation (A2):

......................... (A3)

We will later show that applying will not change order parameter profile. Equality of Eq. (A3) and using ( )simplifies Eq (A2) to the following equation:

......................... (A4)

where is velocity of the intetrface. In sharp interface limit

............................(A5)

where is the mean curvature of the interface and is the interfacial energy. As Moelans et. al. [1] showed . By combining Eqs. A4 and A5 can be obtained:

...........................(A6)

If the interface profile doesn't change when an additional driving force is applied then we can use the profile obtained for stationary straight interface. The interface profile can be obtained by solving Eq. A3 for two order parameters. The solution is given in Ref [?]:

...........................(A7)

The derivative as a function of is

...........................(A8)

The relationship between phase field model parameters and physical properties of the interface was derived in Ref [1]. Accordingly, the interface mobility is given by

...........................(A9)

Consequently, by substituting Eqs. A8 and A9 into Eq. A6 the weighting function can be obtained.

...........................(A10)

The wiething function in the functional equation (Eq. ?) is obtained by integration of .

...........................(A11)

Profile of a moving interface under driving pressure

We show that addition of driving or drag pressure does not change interface profile shape. Profile of a stationary interface is given in Eq. A7. If interface shape remains constant while moving then following equation should satisfy the phase field PDE.

..................................(A12)

where is velocity of the interface and is time.

Rerefences

  1. Moelans N., Blanpain, B. & Wollants, P. Quantitative analysis of grain boundary properties in a generalized phase field model for grain growth in anisotropic systems. Phys. Rev. B 78, 024113-23 (2008).