II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--aerodynamic-database-generation
aerodynamic-database-generation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "aerodynamic-database-generation",
"description": "Systematic generation of aerodynamic coefficient databases across Mach number, angle of attack,\nand sideslip ranges for flight simulation and control law development.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/aerodynamic-database-generation.js",
"specialization": "aerospace-engineering",
"references": [
"- NASA Aerodynamic Database Development: https://www.nasa.gov/\n- DATCOM Handbook: https://www.dtic.mil/\n- Flight Simulation Database Standards: SAE AS94900"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/aerodynamic-database-generation', {\n projectName: 'Fighter Aircraft Aero Database',\n vehicleConfig: { type: 'fighter', configurations: ['clean', 'stores'] },\n envelopeDefinition: { machRange: [0.2, 2.0], aoaRange: [-10, 30], betaRange: [-15, 15] },\n fidelityLevel: 'high'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"to": "workflow:data-pipeline-deployment",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--aerodynamic-database-generation",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}