Phase Diagram Data
P-T-X phase diagram data for binary and ternary systems, or systems of even higher order can be used in the POP file. This includes data of the following types:
- Data about the temperature- and composition-dependence of various properties (obtained from differential thermal analysis (DTA) measurements for example), including enthalpy, lattice parameter, dilatometric length, electronic conductivity and magnetic susceptibility;
- Data about reaction types (invariant/monovariant) and phase relations obtained from qualitative or quantitative metallographic studies;
- Data about phase amounts or compositions obtained from microprobe measurements (using X-ray spectroscopy or transmission electron microscopy (TEM));
- Data about the positions or directions of two-phase tie-lines and three-phase equilibria for ternary systems.
The following table shows a POP file excerpt that demonstrates how some kinds of phase diagram data can be entered.
Example | ED_EXP commands |
---|---|
Solidus (melting temperature) of an Au-Cu alloy |
CREATE_NEW_EQUILIBRIUM 1 1 CHANGE_STATUS PHASE LIQUID FCC=FIX 1 SET_CONDITION X(FCC,CU)=0.14 P=1E5 EXPERIMENT T=970:2 |
Three-phase equilibrium in a binary A-B system |
CREATE_NEW_EQUILIBRIUM 1 1 CHANGE_STATUS PHASE FCC BCC LIQUID=FIX 1 SET_CONDITION P=1E5 EXPERIMENT T=912:5 |
Congruent transformation in a binary A-B system |
CREATE_NEW_EQUILIBRIUM 1 1 CHANGE_STATUS PHASE BCC LIQUID=FIX 1 SET_CONDITION P=1E5 X(BCC,B)-X(LIQ,B)=0 EXPERIMENT T=1213:10 |
Tie-line in a ternary A-B-C system |
An uncertainty factor is set not only for the experimental measurement, but also for the X(FCC,B) condition. The factor is 0.02. CREATE_NEW_EQUILIBRUM 1 1 CHANGE_STATUS PHASE FCC BCC=FIX 1 SET_CONDITION T=1273 P=1E5 X(FCC,B)=0.1:0.02 EXPERIMENT X(FCC,C)=0.12:.02 |