Hi SteelOX,
In your MICRESS installation directory, there is a directory "Examples" which contains different types of examples. Under subdirectory "Training" you find the file T011_Gamma_Alpha_TQ_dri. This is the example I proposed to start with.
At the same place there is a subdirectory called "GES_FILES" which contains the file
Examples/Training/GES_FILES/TC2019a_FeCMn.TCM
This is the Macro-file which has been used for creating TC2019a_FeCMn.GES5 which is also located there and which is used by the MICRESS example T011_Gamma_Alpha_TQ_dri. In case you have an older MICRESS version, the year number in the name may differ.
If you want to modify the example T011_Gamma_Alpha_TQ_dri for use of different elements and phases, you need first to modify TC2019a_FeCMn.TCM. First open it with any text editor. The content looks like:
@@ LOGFILE GENERATED ON UNIX / KTH DATE 2013- 9-11
@@
@@ GES5 file generation for Gamma Alpha (FeCMn)
go dat
sw
tcfe9
d-e fe c mn
rej phases *
rest phases liquid bcc_a2 cementite fcc_a1
get-data
app
mobfe4
d-e fe c mn
rej phases *
rest phases liquid fcc_a1 cementite bcc_a2
get data
go gibbs
save TC2019a_FeCMn
exit
The script essentially opens the thermodynamic database, defines elements and phases, then appends a mobility database for which it again defines elements and phases, and then saves the workspace as .GES5 file. I marked as bold what you need to adapt:
- name of thermodynamic database. The tcfe steel database is probably what you need, you should adjust the number to the most recent version available in your place
- name of mobility database which is appended: This is the database where you take diffusion data from. Again, you should adjust the number to the most recent version available in your place
- list of elements for mobility data (should be identical as for the thermodynamic database)
- list of phases: same list as above - phases for which no mobility data is available are automatically ignored
- name of .GES-file to be created: give it a new name which you then refer to in the modified MICRESS example dri-file
After modification, you can run the .TCM file with Thermo-Calc. There are different options how you can do it, depending on your installation. The simplest is to just double-click the .TCM-file. Another option is to start Thermo-Calc in the console mode, and to past the content of the .TCM-file into the shell. I propose to paste the text line by line so that you can see whether there were error messages in case of wrong input syntax.
After that, you have your modified .GES5 files which you can use with your modified MICRESS example.
Bernd