Agent SkillsCai-aa/CAE-Agent-Hub › fep-agent-hub

fep-agent-hub

GitHub

编排并验证基于FreeCAD、Elmer FEM和ParaView的CAE工作流,实现从CAD到网格、求解及后处理的自动化,确保流程可审计与结果可信。

Skill/fep-agent-hub/SKILL.md Cai-aa/CAE-Agent-Hub

Trigger Scenarios

需要执行CAE仿真工作流 进行有限元分析自动化 生成科学计算验证报告

Install

npx skills add Cai-aa/CAE-Agent-Hub --skill fep-agent-hub -g -y
More Options

Non-standard path

npx skills add https://github.com/Cai-aa/CAE-Agent-Hub/tree/main/Skill/fep-agent-hub -g -y

Use without installing

npx skills use Cai-aa/CAE-Agent-Hub@fep-agent-hub

指定 Agent (Claude Code)

npx skills add Cai-aa/CAE-Agent-Hub --skill fep-agent-hub -a claude-code -g -y

安装 repo 全部 skill

npx skills add Cai-aa/CAE-Agent-Hub --all -g -y

预览 repo 内 skill

npx skills add Cai-aa/CAE-Agent-Hub --list

SKILL.md

Frontmatter
{
    "name": "fep-agent-hub",
    "description": "Orchestrate and validate evidence-first CAE workflows through the independent FreeCAD, Elmer FEM, and ParaView MCP servers in FEP Agent Hub. Use for FEP repository setup or diagnostics; CAD-to-mesh-to-solver-to-postprocessing automation; steady or transient heat transfer; 2D harmonic transformer induction; 2D plane-stress beams; 2D steady laminar channel flow; 2D transient eddy-current and Lenz-law studies; regression, acceptance reports, or scientifically honest CAE videos built from these verified profiles."
}

FEP Agent Hub

Run the three MCP servers as independent stages joined by manifests, semantic IDs, native solver artifacts, and explicit physics gates. Preserve auditability over convenience.

Establish the run contract

  1. Locate the FEP Agent Hub repository and read its AGENTS.md, root README, relevant prompt, and relevant report before changing a workflow.
  2. Resolve native executables through OPEN_CAE_CONFIG, environment variables, or configs/open-cae.local.toml. Treat public paths as placeholders.
  3. Choose a unique project name beneath the configured workspace. Keep FCStd, STEP, mesh, SIF, logs, VTU/PVD, images, tables, and evidence inside that project.
  4. Probe all three MCP environments before modeling. Stop if a required native executable or server is unavailable.
  5. Never expose arbitrary shell, Python, executable, macro, MATC, or raw SIF input. Use only fixed runners, structured parameters, and allowlisted analysis profiles.

Select a verified profile

Read references/case-catalog.md when selecting a profile, copying benchmark parameters, or deciding whether the request exceeds verified capability.

Use a listed profile only for the physics and dimensionality it declares. Add a new profile, deterministic benchmark, tests, and gates before claiming a new class of analysis is supported.

Orchestrate the native chain

Read references/orchestration.md before executing or modifying a case.

Follow this order:

  1. Preflight — inspect tool/resource inventories and probe FreeCAD, Elmer/Gmsh, and ParaView.
  2. FreeCAD — create or open the document; create named features; apply only required booleans/transforms; inspect objects; validate geometry; save FCStd; export STEP plus geometry manifest.
  3. Elmer geometry and mesh — create the case with an allowlisted profile; import STEP and manifest; generate Gmsh physical groups; convert with ElmerGrid; inspect SI bounds, entity counts, and semantic mappings.
  4. Elmer physics — set materials, the structured equation profile, excitations, and boundary conditions; generate and validate SIF; run ElmerSolver; check job state, process exit, logs, expected time steps, actual arrays, finite values, and physics gates.
  5. ParaView — start the MCP-owned headless session; open the actual VTU/PVD; inspect dataset type, arrays, associations, ranges, and time values before creating filters; render/export PNG, CSV, animation frames, and PVSM; inspect the final pipeline; stop only the MCP-owned session.
  6. Report — record inputs, versions, mesh, solver status, field extrema, benchmark errors, sensitivity checks, artifacts, hashes, pass/fail decisions, limitations, and the exact meaning of any animation.

Do not skip directly from file creation to visualization. Each stage must pass before its artifact becomes input to the next stage.

Enforce evidence and claims

Read references/validation-and-claims.md before accepting results, publishing percentages, comparing accuracy, or composing video.

Apply these non-negotiable rules:

  • Treat SUCCEEDED, BLOCKED, and FAILED as distinct outcomes. A contextually unsupported operation should return BLOCKED, not a fabricated artifact.
  • Never infer solver success from file presence. Require successful process exit, completion markers, absence of fatal diagnostics, expected artifacts, finite/nontrivial fields, and case-specific physics gates.
  • Preserve semantic identity across FreeCAD semantic_id -> Gmsh Physical ID -> Elmer body/boundary ID -> VTU array -> ParaView proxy/array.
  • State contract coverage, call success rate, and numerical error separately. A 100% workflow pass rate is not 100% engineering accuracy.
  • Keep large native results local. Commit only code, prompts, compact metrics, curated evidence, and reports permitted by .gitignore.
  • Describe transient, harmonic, quasi-static, and steady media honestly. Postproduction motion never upgrades the underlying physics.

Use repository regression scripts

When a deterministic full-case replay is requested, prefer the repository scripts instead of reconstructing long tool sequences:

  • scripts/mcp_heat_smoke.py
  • scripts/mcp_transient_heat_smoke.py
  • scripts/mcp_transformer_smoke.py
  • scripts/mcp_beam_smoke.py
  • scripts/mcp_channel_flow_smoke.py
  • scripts/mcp_lenz_eddy_smoke.py --variants full
  • scripts/mcp_full_validation.py
  • scripts/protocol_smoke.py

Run the repository's current prescribed test matrix before release. Report the observed counts from that run rather than copying historical counts into a new claim.

Block unsupported extensions

Return BLOCKED with the missing profile, model, reference data, or validation work when the request requires unverified nonlinear materials, contact, plasticity, structural dynamics, turbulence, free surfaces, compressibility, three-dimensional end effects, magnetic hysteresis/saturation, motion, bidirectional multiphysics, MPI, arbitrary scripts, or industrial-certification accuracy.

Version History

  • fc7b93e Current 2026-08-16 09:00

Same Skill Collection

Skill/abaqus/analysis/abaqus-contact-analysis/SKILL.md
Skill/abaqus/analysis/abaqus-coupled-analysis/SKILL.md
Skill/abaqus/analysis/abaqus-dynamic-analysis/SKILL.md
Skill/abaqus/analysis/abaqus-fatigue-analysis/SKILL.md
Skill/abaqus/analysis/abaqus-modal-analysis/SKILL.md
Skill/abaqus/analysis/abaqus-static-analysis/SKILL.md
Skill/abaqus/analysis/abaqus-thermal-analysis/SKILL.md
Skill/abaqus/composite-curing-simulation/core/composite-curing/SKILL.md
Skill/abaqus/composite-curing-simulation/modeling/composite-layup/SKILL.md
Skill/abaqus/composite-curing-simulation/modeling/composite-mesh/SKILL.md
Skill/abaqus/composite-curing-simulation/modeling/mold-geometry/SKILL.md
Skill/abaqus/composite-curing-simulation/setup/curing-bc/SKILL.md
Skill/abaqus/composite-curing-simulation/setup/curing-contact/SKILL.md
Skill/abaqus/composite-curing-simulation/SKILL.md
Skill/abaqus/core/abaqus/SKILL.md
Skill/abaqus/execution/abaqus-export/SKILL.md
Skill/abaqus/execution/abaqus-job/SKILL.md
Skill/abaqus/modeling/abaqus-geometry/SKILL.md
Skill/abaqus/modeling/abaqus-interaction/SKILL.md
Skill/abaqus/modeling/abaqus-material/SKILL.md
Skill/abaqus/modeling/abaqus-mesh/SKILL.md
Skill/abaqus/optimization/abaqus-optimization/SKILL.md
Skill/abaqus/optimization/abaqus-shape-optimization/SKILL.md
Skill/abaqus/optimization/abaqus-topology-optimization/SKILL.md
Skill/abaqus/postprocessing/abaqus-odb/SKILL.md
Skill/abaqus/reference/fea-structural/SKILL.md
Skill/abaqus/reference/fenics-fem/SKILL.md
Skill/abaqus/setup/abaqus-amplitude/SKILL.md
Skill/abaqus/setup/abaqus-bc/SKILL.md
Skill/abaqus/setup/abaqus-docs/SKILL.md
Skill/abaqus/setup/abaqus-field/SKILL.md
Skill/abaqus/setup/abaqus-load/SKILL.md
Skill/abaqus/setup/abaqus-output/SKILL.md
Skill/abaqus/setup/abaqus-step/SKILL.md
Skill/Ansys/aedt-evidence-electromagnetics/SKILL.md
Skill/Ansys/ansys-mechanical-evidence-structural/SKILL.md
Skill/calculix/calculix-fem/SKILL.md
Skill/calculix/calculix-sizing-optimization/SKILL.md
Skill/comsol/comsol-motor-nvh-evidence/SKILL.md
Skill/lammps/lammps-evidence-md/SKILL.md
Skill/ovito/ovito-evidence-postprocessing/SKILL.md
Skill/Ansys/ansys-structural-workbench/SKILL.md

Metadata

Files
0
Version
fc7b93e
Hash
eac51fb4
Indexed
2026-08-16 09:00

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-17 15:13
浙ICP备14020137号-1 $mapa de visitantes$