Abaqus Sim
Driver Abaqus FEA fra en agent via sim-cli; krever din egen lisensierte installasjon
Krever oppsett
Hva den gjør
Agentveiledning pluss en Python-driver for å kjøre Abaqus input decks og Abaqus/CAE Python scripts through sim-cli — batch jobs, iterative noGUI CAE authoring sessions, job diagnostics, and artifact reporting. Utløses når du ber en agent om å kjøre, inspisere, eller feilsøke en Abaqus-modell. Krever en user-owned, licensed Abaqus installation; the plugin ships no vendor binaries.
Testrapport
Installerte den på den offisielle måten så vel som for hånd: uv add sim-cli-core sim-plugin-abaqus, then sim plugin doctor abaqus --deep came back OK on all five checks and sim plugin sync-skills copied the full skill tree into .claude/skills. Alt nedstrøms av dette krever en licensed Abaqus, which this machine does not have — sim check abaqus reported no installations detected, and sim run answered with a raw Python traceback rather than a clean message, so no job was ever solved here. Den offline linteren er ekte og fungerer, but it was a tie: sim lint passed both a cantilever deck I wrote cold and the skill's bundled snippet, so the solver-side value is unmeasured rather than disproven. Den inkluderte known_issues.md er uvanlig åpenhjertig, recording that the 4-element demo mesh returns 5.75e-6 m tip deflection against 2e-5 m analytical — exactly the calibration a cold run would get wrong.
Testet på: 2026-08-10 · Claude Code 2.x (agent harness)
Installer
git clone https://github.com/svd-ai-lab/sim-plugin-abaqus.git mkdir -p ~/.claude/skills cd sim-plugin-abaqus && cp -r src/sim_plugin_abaqus/_skills/abaqus ~/.claude/skills/abaqus-sim
Kommandoer og eksempelprompter
/abaqus-simDriver Abaqus FEA fra en agent via sim-cli; krever din egen lisensierte installasjon
Skills utløses av vanlige forespørsler — ingen kommandoer å huske. Etter installasjonen aktiverer prompter som disse skillen (på engelsk):
Write an Abaqus input deck for a steel cantilever with a tip loadRun this Abaqus job and diagnose why the solver isn't convergingAuthor a noGUI Abaqus/CAE Python script and check job diagnostics