iiRecord
Agentic AI Atlas · gas-turbine-cycle-analysis
lib-process:aerospace-engineering--gas-turbine-cycle-analysisa5c.ai
II.
LibraryProcess JSON

lib-process:aerospace-engineering--gas-turbine-cycle-analysis

Structured · live

gas-turbine-cycle-analysis json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "gas-turbine-cycle-analysis",
    "description": "Process for analyzing and optimizing gas turbine engine thermodynamic cycles including\nturbofan, turbojet, and turboprop configurations.",
    "libraryPath": "library/specializations/domains/science/aerospace-engineering/gas-turbine-cycle-analysis.js",
    "specialization": "aerospace-engineering",
    "references": [
      "- Gas Turbine Theory (Saravanamuttoo): Standard textbook reference\n- NASA Glenn Research Center: https://www.grc.nasa.gov/\n- NPSS (Numerical Propulsion System Simulation)\n- GasTurb Software Documentation"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/gas-turbine-cycle-analysis', {\n  projectName: 'High Bypass Turbofan Analysis',\n  engineType: 'turbofan',\n  designRequirements: { thrust: 25000, sfc: 0.35, bpr: 8.0 },\n  operatingConditions: { altitude: 35000, mach: 0.85 }\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
      "to": "skill-area:mathematical-reasoning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
      "to": "skill-area:physics-simulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
      "to": "skill-area:sensor-fusion",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
      "to": "domain:aerospace-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:aerospace-engineering--gas-turbine-cycle-analysis",
      "to": "specialization:aerospace-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}