Hi Dr. Larry Aagesen,
Thanks for the suggestions. I am going through all the materials, meanwhile I have some quick questions for now:
(1) The Fig.6 in that
ref shows a tri-junction, how would it be able to create a tri-junction (i.e., how to designate eta1 in the top-right, eta2 in the left and eta3 in the bottom-right) ? The
kks_multiphase.i example uses SmoothCircleIC to setup a circle condition.
(2) In that ref, it reads "As seen in Fig. 6, at equilibrium a stable tri-junction is formed." What's the criteria to say it is "at equilibrium" when performing the simulation ?
(3) In kks_multiphase.i, per my understanding, eta1 is in the middle circle, eta2 is the rest, eta3 is set to be 0 throughout the domain. How to understand that eta3 = 0? (If eta3 = 0, how can we tell this phase exist?)
(4) How to understand the concept of phase concentration (c_i). In that ref, it says "effectively the fractions of the total concentration held in a given phase".
This is important because the free energy input is a function of phase concentration, i.e., f_i(c_i). In kks_multiphase.i, for example, the free energy of phase 1 is set to '20*(c1-0.2)^2', so it means that the equilibrium concentration is 0.2 in this phase, correct? If this is correct, then we will have the term "(phase concentration - equilibrium concentration)^2" for the free energy, and the equilibrium concentration can be obtained by the common tangent construction. That being said, if I have a phase A2B3 in the system, and the concentration of specie A is c, so I will include something like "(c1-c1_eq)^2", where c1_eq is the equilibrium concentration of A based on the common tangent construction. Does this correct?
Thanks.