II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--cfd-analysis-workflow
cfd-analysis-workflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "cfd-analysis-workflow",
"description": "Complete computational fluid dynamics analysis workflow including geometry preparation,\nmesh generation, solver setup, solution execution, and post-processing for subsonic through hypersonic flow regimes.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/cfd-analysis-workflow.js",
"specialization": "aerospace-engineering",
"references": [
"- NASA CFD Validation: https://turbmodels.larc.nasa.gov/\n- AIAA CFD Guidelines: https://www.aiaa.org/\n- OpenFOAM Documentation: https://www.openfoam.com/documentation/\n- ANSYS Fluent Theory Guide: https://www.ansys.com/"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/cfd-analysis-workflow', {\n projectName: 'Wing Aerodynamics Study',\n geometrySource: 'cad/wing_assembly.step',\n flowRegime: 'transonic',\n analysisType: 'RANS',\n boundaryConditions: { mach: 0.85, altitude: 35000, aoa: 2.5 }\n});",
"usesAgents": [
"cfd-analysis"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--cfd-analysis-workflow",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}