Skip to content
Discussion options

You must be logged in to vote

For every phase composition you enter, e.g. ["FCC_A1", [], []],, you need to enter phase compositions (or null if you don't know them) for all the independent components. Since you have 4 components, you need to enter 3 components as the phase compositions for every phase, e.g.

{
"components": ["AL", "FE", "MN", "SI", "VA"],
"phases": ["AL13FE4", "AL6MN", "ALFESI_ALPHA", "FCC_A1"],
"output": "ZPF",
"conditions": {
"P": 101325,
"T": 921.15
},
"values": [
[
["AL13FE4", ["FE", "SI", "MN"], [null, null, null]],
["AL6MN", ["FE", "SI", "MN"], [null, null, null]],
["ALFESI_ALPHA", ["FE", "SI", "MN"], [null, null, null]],
["FCC_A1", ["FE", "SI", "MN"], [0.20, 0.01, 0.02]]
]
],
"reference": "Lacaz…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@adolor13
Comment options

Answer selected by adolor13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants