Setting Site Fraction Start Values
In some systems, you have to set non-default composition start values on some experiments in order to get them to converge properly during optimization. This may be important if your system has a miscibility gap for example, in which case several equilibria with different compositions exist at certain temperatures. In such cases, you have to make sure it is specified in the POP file which side of the miscibility gap the equilibrium is on. The calculated equilibrium could otherwise end up on the wrong side, resulting in a large error.
In the POP file, you can set the site fraction of a constituent on an equilibrium with SET_START_VALUE.
For example, the following command sets the composition start value of VA constituent of the FCC_A1 phase to 0.99:
SET_START_VALUE Y(FCC_A1,VA#2)=0.99
Setting the mole fraction for a component in a phase is not as reliable as setting the site fraction.
Additional equilibria entered after the last SET_START_VALUE command are automatically given a similar start value if the following command appears previously in the POP file:
SET_ALL_START_VALUES Y
If start values are not set automatically for phase constituents, then you may have to set the composition start value for each equilibrium (or table of equilibria) separately.