About Binary Phase Diagrams
Binary phase diagrams are by far the most common found in the literature and calculated by computers. However, most real systems have more than two components and thus binary diagrams are more a kind of exercise in order to calculate more realistic phase diagrams.
You can calculate many types of binary phase diagrams with POLY, but the traditional one has one composition axis and the temperature on the other axis. This is calculated by first specifying a single equilibrium by setting conditions such as
SET_CONDITION T=1200, P=1E5, W(C)=.02, N=1
This means that the temperature should be 1200 K, pressure 1 bar, mass fraction of C is 0.02 (i.e., 2 weight percent) and the system contains one mole of atoms. Note that one does not set a condition on the amount of the second component. This is simply taken to be the rest of the system.
After setting these conditions one can calculate the equilibrium by giving the command:
CALCULATE_EQUILIBRIUM
When the calculation has converged, one continues by setting the axes for the diagram calculation. In most cases, one is interested in the complete composition range but the temperature range may vary.
SET_AXIS_VARIABLE 1 W(C) 0 .1 0.002
SET_AXIS_VARIABLE 2 T 900 1900 25
This means that the axis number 1 is taken to be the mass fraction of C which may vary between 0 and 0.1 with a maximum increment of 0.002. The axis number 2 is the temperature varied between a minimum 900 and maximum 1900 K with a maximum increment of 25.
Before starting the mapping, it is a good rule to SAVE the workspaces. If this is done just before the MAP command, and the MAP command fails for some reason, the user can restart from the situation just before mapping and try to find a better start point.
SAVE
MAP
The diagram is plotted in the post-processor. The post-processor will automatically set the same axes for plotting as used for mapping.
POST
PLOT