mechanical
Drive Ansys Mechanical
from sim.
What you can do
Section titled “What you can do”- Open a live, observable session — Mechanical launches with its GUI window visible, so an agent can act on the model and a human can watch the same window.
- Send Python snippets to the live model — apply geometry edits, materials, mesh controls, loads, boundary conditions, solves, and result extraction one snippet at a time, without leaving the session.
- Visual verification —
sim screenshotcaptures the live Mechanical window so an agent can confirm what the model actually looks like between steps, even when other windows are in the foreground. - Inspect model state — structured queries return parts, geometry, materials, and result quantities for an agent to reason over.
- Headless mode — for CI / batch use, launch without a GUI window. Snippet execution and inspection still work; visual probes don’t.
Install
Section titled “Install”sim plugin install mechanicalsim drivers | grep mechanicalQuick start
Section titled “Quick start”sim connect --solver mechanical --mode mechanical --ui-mode guisim exec '<your Mechanical Python snippet>'sim screenshotsim inspect session.summarysim disconnectHeadless variant:
sim connect --solver mechanical --mode mechanical --ui-mode no_guiPrerequisites
Section titled “Prerequisites”- A licensed Ansys Mechanical install on the host
- Network access to
cdn.svdailab.comfor the install step
Not the same as abaqus
Section titled “Not the same as abaqus”Use the Mechanical plugin for Ansys Mechanical workflows. For Dassault
SIMULIA Abaqus input decks or CAE scripts, use abaqus.