Skip to content

Commit a4c8906

Browse files
committed
Ultera workshop draft
1 parent 304165a commit a4c8906

7 files changed

+7375
-216
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ htmldocs/
1919

2020
# Ignore files in subdirectories of ammap/callables; but not the ammap/callables directory itself
2121
ammap/callables/*
22+
scratch/*

Ultera-Workshop.ipynb

+7,354
Large diffs are not rendered by default.

ammap/callableBuilders/EqScheil.py

-111
This file was deleted.

ammap/callableBuilders/construct_callables.py

100644100755
File mode changed.

ammap/callableBuilders/yaml_to_eqscheil_generator.py

-104
This file was deleted.

quaternary_crfeniv.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: quaternary_system
2+
3+
callables:
4+
- name: CrFeNiV
5+
tdb: "ammap/databases/Al-Cr-Fe-Ni-Ti-V_04-13.tdb"
6+
elements: [Cr, Fe, Ni, V]
7+
8+
constraints:
9+
- type: equilibrium
10+
temperature: 1000
11+
pressure: 101325
12+
feasiblePhases:
13+
- FCC_A1
14+
- BCC_A2
15+
- HCP_A3
16+
- type: scheil
17+
startTemperature: 2500
18+
liquidPhase: 'LIQUID'
19+
step_temperature: 1

testing_input.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ callables:
4343

4444
constraints:
4545
- type: equilibrium
46-
temperature: 900
46+
temperature: 1000
4747
pressure: 101325
4848
feasiblePhases:
4949
- FCC_A1

0 commit comments

Comments
 (0)