iiRecord
Agentic AI Atlas · cfd-analysis
lib-process:mechanical-engineering--cfd-analysisa5c.ai
II.
LibraryProcess JSON

lib-process:mechanical-engineering--cfd-analysis

Structured · live

cfd-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:mechanical-engineering--cfd-analysis",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "cfd-analysis",
    "description": "Computational Fluid Dynamics (CFD) Analysis - Setting up and executing fluid flow\nsimulations including mesh generation, turbulence modeling, boundary conditions, and post-processing\nusing ANSYS Fluent, CFX, or OpenFOAM.",
    "libraryPath": "library/specializations/domains/science/mechanical-engineering/cfd-analysis.js",
    "specialization": "mechanical-engineering",
    "references": [
      "- OpenFOAM User Guide: https://www.openfoam.com/\n- ANSYS Fluent Theory Guide: https://ansyshelp.ansys.com/\n- Versteeg & Malalasekera: Introduction to CFD\n- Turbulence Modeling for CFD: https://www.dcwindustries.com/"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/cfd-analysis', {\n  projectName: 'Heat Exchanger Flow Analysis',\n  flowType: 'internal',\n  geometry: 'exchanger_domain.step',\n  fluidProperties: { name: 'water', density: 998, viscosity: 0.001 },\n  boundaryConditions: [{ type: 'velocity-inlet', value: 2.0 }, { type: 'pressure-outlet', value: 0 }]\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:mechanical-engineering--cfd-analysis",
      "to": "skill-area:physics-simulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--cfd-analysis",
      "to": "skill-area:mathematical-reasoning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mechanical-engineering--cfd-analysis",
      "to": "skill-area:motion-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:mechanical-engineering--cfd-analysis",
      "to": "domain:mechanical-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--cfd-analysis",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--cfd-analysis",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mechanical-engineering--cfd-analysis",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--cfd-analysis",
      "to": "specialization:mechanical-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}