II.
LibraryProcess JSON
Structured · livelib-process:materials-science--calphad-modeling
calphad-modeling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:materials-science--calphad-modeling",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "calphad-modeling",
"description": "CALPHAD Phase Diagram Modeling - Develop and validate thermodynamic databases, calculate phase diagrams,\nand predict equilibrium phases using Thermo-Calc/FactSage.",
"libraryPath": "library/specializations/domains/science/materials-science/calphad-modeling.js",
"specialization": "materials-science",
"references": [
"- Thermo-Calc: https://thermocalc.com/\n- FactSage: https://factsage.com/\n- CALPHAD Method: https://www.calphad.org/\n- DICTRA: https://thermocalc.com/products/dictra/"
],
"example": "const result = await orchestrate('domains/science/materials-science/calphad-modeling', {\n systemComponents: ['Fe', 'Cr', 'Ni'],\n temperatureRange: { min: 300, max: 1800 },\n compositionRange: { Cr: { min: 0, max: 0.3 }, Ni: { min: 0, max: 0.2 } }\n});",
"usesAgents": [
"calphad-specialist",
"thermodynamics-specialist",
"phase-diagram-calculator",
"equilibrium-calculator",
"solidification-specialist",
"dictra-specialist",
"property-extractor",
"validation-specialist",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:materials-science--calphad-modeling",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--calphad-modeling",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:materials-science--calphad-modeling",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:materials-science--calphad-modeling",
"to": "domain:materials-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--calphad-modeling",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--calphad-modeling",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--calphad-modeling",
"to": "specialization:materials-science",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:materials-science--calphad-modeling",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}