abaqus
Drive Dassault SIMULIA Abaqus
from sim.
What you can do
Section titled “What you can do”- Run an input deck — submit
.inpjobs end to end, capture solver output, completion status, and the path to the resulting.odb. - Run CAE Python scripts — execute
.pyscripts inside Abaqus/CAE for model authoring, postprocessing, or scripted parameter studies. - Iterate on a CAE database — open a
simsession against a.caefile, send authoring snippets one at a time, andsimkeeps the database state coherent across calls — same feel as an interactive CAE editor. - Inspect after each step —
sim inspectreturns model and workspace diagnostics so an agent can decide what to do next. - Headless — works fine over SSH, in CI, or on hosts with no desktop session.
Install
Section titled “Install”sim plugin install abaqussim check abaqussim drivers | grep abaqusIf Abaqus is not on PATH, point the driver at the launcher directly:
SIM_ABAQUS_COMMAND=/path/to/abaqus-launcher.batsim check abaqusQuick start
Section titled “Quick start”Submit an input deck:
sim run --solver abaqus path/to/job.inpRun a CAE script (no GUI):
sim run --solver abaqus path/to/build_model.pyIterative authoring against a CAE database:
sim connect --solver abaqus --driver-option cae_file=path/to/model.caesim exec 'mdb.models["Model-1"].parts["Part-1"]...'sim inspect session.summarysim disconnectPrerequisites
Section titled “Prerequisites”- A licensed Abaqus install on the host
- Network access to
cdn.svdailab.comfor the install step
Not the same as mechanical
Section titled “Not the same as mechanical”Use the Abaqus plugin for .inp decks and Abaqus/CAE Python scripts. Use
mechanical for Ansys Mechanical workflows. They
are different products and sim keeps them on separate routes.