II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--fea-workflow
fea-workflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--fea-workflow",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "fea-workflow",
"description": "Comprehensive FEA workflow from CAD import through mesh generation, load application,\nanalysis execution, and results evaluation for aerospace structures.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/fea-workflow.js",
"specialization": "aerospace-engineering",
"references": [
"- NASTRAN Analysis Guide\n- ANSYS Mechanical User's Guide\n- NASA Structural Analysis Guidelines\n- FAR/CS 25.305-307 Structural Requirements"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/fea-workflow', {\n projectName: 'Wing Box Stress Analysis',\n geometrySource: 'cad/wing_box.step',\n analysisType: 'linear-static',\n loadCases: ['limit-load', 'ultimate-load', 'fatigue-spectrum'],\n materials: { primary: 'Al-7075-T6', secondary: 'Ti-6Al-4V' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--fea-workflow",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--fea-workflow",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--fea-workflow",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--fea-workflow",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--fea-workflow",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--fea-workflow",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--fea-workflow",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--fea-workflow",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}