-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpublication_input.yaml
More file actions
137 lines (118 loc) · 2.85 KB
/
publication_input.yaml
File metadata and controls
137 lines (118 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
name: multi_system_equilibrium_and_scheil
nDivisionsPerDimension: 36
elementalSpaces:
- name: CrTiV
tdb: "ammap/databases/Cr-Ti-V_ghosh2002.tdb"
elements: [Cr, Ti, V]
- name: NiCrV
tdb: "ammap/databases/Co-Cr-Fe-Ni-V_choi2019.TDB"
elements: [Ni, Cr, V]
- name: CrFeV
tdb: "ammap/databases/Co-Cr-Fe-Ni-V_choi2019.TDB"
elements: [Cr,Fe, V]
- name: NiCrFe
tdb: "ammap/databases/Cr-Fe-Ni_miettinen1999.tdb"
elements: [Ni, Cr, Fe]
- name: CrFeTi
tdb: "ammap/databases/Cr-Fe-Ti_wang2017.tdb"
elements: [Cr, Fe, Ti]
- name: CrNiTi
tdb: "ammap/databases/Cr-Ni-Ti_huang2018.tdb"
elements: [Cr, Ni, Ti]
- name: FeNiTi
tdb: "ammap/databases/Fe-Ni-Ti_dekeyzer2009.tdb"
elements: [Fe, Ni, Ti]
- name: FeNiV
tdb: "ammap/databases/Fe-Ni-V_zhao2014.tdb"
elements: [Fe, Ni, V]
- name: FeTiV
tdb: "ammap/databases/Fe-Ti-V_guo2012.TDB"
elements: [Fe,Ti,V]
- name: NiTiV
tdb: "ammap/databases/Ni-Ti-V_zou2018.tdb"
elements: [Ni,Ti,V]
designSpaces:
- name: CrTiV
elementalSpace: CrTiV
components:
- [1, 0, 0] # Cr
- [0, 1, 0] # Ti
- [0, 0, 1] # V
- stitch: Cr-Ti
targetDesignSpace: CrFeTi, CrNiTi
- stitch: Cr-V
targetDesignSpace: CrFeV, CrNiV
- stitch: Ti-V
targetDesignSpace: FeTiV, NiTiV
- name: NiCrV
elementalSpace: NiCrV
components:
- [1, 0, 0] # Ni
- [0, 1, 0] # Cr
- [0, 0, 1] # V
- name: CrFeV
elementalSpace: CrFeV
components:
- [1, 0, 0] # Cr
- [0, 1, 0] # Fe
- [0, 0, 1] # V
- name: NiCrFe
elementalSpace: NiCrFe
components:
- [1, 0, 0] # Ni
- [0, 1, 0] # Cr
- [0, 0, 1] # Fe
- name: CrFeTi
elementalSpace: CrFeTi
components:
- [1, 0, 0] # Cr
- [0, 1, 0] # Fe
- [0, 0, 1] # Ti
- name: CrNiTi
elementalSpace: CrNiTi
components:
- [1, 0, 0] # Cr
- [0, 1, 0] # Ni
- [0, 0, 1] # Ti
- name: FeNiTi
elementalSpace: FeNiTi
components:
- [1, 0, 0] # Fe
- [0, 1, 0] # Ni
- [0, 0, 1] # Ti
- name: FeNiV
elementalSpace: FeNiV
components:
- [1, 0, 0] # Fe
- [0, 1, 0] # Ni
- [0, 0, 1] # V
- name: FeTiV
elementalSpace: FeTiV
components:
- [1, 0, 0] # Fe
- [0, 1, 0] # Ti
- [0, 0, 1] # V
- name: NiTiV
elementalSpace: NiTiV
components:
- [1, 0, 0] # Ni
- [0, 1, 0] # Ti
- [0, 0, 1] # V
constraints:
- type: equilibrium
temperature: 1000
pressure: 101325
feasiblePhases:
- FCC_A1
- BCC_A2
- HCP_A3
- type: scheil
startTemperature: 2500
liquidPhase: 'LIQUID'
step_temperature: 1
# - type: pathAlgorithm
# name: DijkstraFinder()
pathPlan:
- designSpace: CrFeNi
composition: [0.18, 0.74, 0.08]
- composition: [0.0, 0.0, 0.0, 0.95, 0.05]