In [1]:
%matplotlib inline
from pycalphad import Database, energy_surf, isotherm
from pycalphad.variables import *
db = Database('crtiv_ghosh.tdb')
my_phases = ['LAVES_C14', 'LAVES_C15', 'BCC_A2', 'HCP_A3', 'LAVES_C36']
%time sys_df = energy_surf(db, ['CR', 'TI', 'V', 'VA'] , my_phases, T=873, pdens=100000)
In [7]:
%time isotherm(sys_df, 'X(V)','X(TI)', T=873)
In [ ]: