II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--flight-simulation-model
flight-simulation-model json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--flight-simulation-model",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "flight-simulation-model",
"description": "Workflow for creating validated flight dynamics models for pilot training and engineering simulation.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/flight-simulation-model.js",
"specialization": "aerospace-engineering",
"references": [
"- FAA AC 120-40B Airplane Simulator Qualification\n- ICAO 9625 Manual of Criteria for Flight Simulation\n- CS-FSTD(A) Certification Specifications\n- NASA Flight Simulation Guidelines"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/flight-simulation-model', {\n projectName: 'Transport Sim Model',\n vehicleData: { type: 'transport', aeroData: 'aero-db.json' },\n modelFidelity: 'level-d',\n validationData: { flightTest: 'flight-test-data.csv' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--flight-simulation-model",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--flight-simulation-model",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--flight-simulation-model",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--flight-simulation-model",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--flight-simulation-model",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--flight-simulation-model",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--flight-simulation-model",
"to": "workflow:ml-model-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--flight-simulation-model",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}