II.
LibraryProcess JSON
Structured · livelib-process:mechanical-engineering--fea-setup-execution
fea-setup-execution json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mechanical-engineering--fea-setup-execution",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "fea-setup-execution",
"description": "Finite Element Analysis (FEA) Setup and Execution - Setting up structural simulations\nincluding geometry preparation, mesh generation, material definition, boundary conditions, load\napplication, and solver configuration using ANSYS, Abaqus, or NASTRAN. Covers linear static,\nthermal, and basic dynamic analyses.",
"libraryPath": "library/specializations/domains/science/mechanical-engineering/fea-setup-execution.js",
"specialization": "mechanical-engineering",
"references": [
"- ANSYS Mechanical Help: https://ansyshelp.ansys.com/\n- Abaqus Documentation: https://help.3ds.com/\n- MSC Nastran: https://hexagon.com/products/msc-nastran\n- Practical Finite Element Analysis: https://www.wiley.com/"
],
"example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/fea-setup-execution', {\n projectName: 'Bracket Stress Analysis',\n analysisType: 'linear-static',\n cadFile: 'bracket_assembly.step',\n materials: [{ name: 'Steel 4140', region: 'body' }],\n loads: [{ type: 'force', magnitude: 5000, location: 'mounting_holes' }],\n constraints: [{ type: 'fixed', location: 'base_surface' }]\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:mechanical-engineering--fea-setup-execution",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--fea-setup-execution",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--fea-setup-execution",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mechanical-engineering--fea-setup-execution",
"to": "domain:mechanical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--fea-setup-execution",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--fea-setup-execution",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--fea-setup-execution",
"to": "workflow:engineering-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--fea-setup-execution",
"to": "specialization:mechanical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}