Quick Start¶
Prerequisites¶
- Abaqus software installed
- Abaqus command (
abaqusorabq20xx) in system PATH - Claude Code installed
Installation¶
Copy the plugin directory to Claude Code's plugin directory:
Verify Installation¶
Type /abaqus-run --help in Claude Code. If you see help output, the installation is successful.
Basic Usage¶
1. Submit an Analysis Job¶
This executes abaqus job=model cpus=8 memory=16gb.
2. Monitor Job Status¶
View the running status from the .sta file.
3. Extract Results¶
Extract stress data from ODB to a CSV file.
4. Compile User Subroutine¶
Compile a Fortran user subroutine.
5. File Format Conversion¶
Convert a Nastran file to Abaqus format.
Using Agents¶
For complex workflows, let the AI Agent manage automatically:
- "Run this simulation for me — compile the subroutine, submit the job, monitor progress, extract results"
- "Extract stress and displacement data from all steps in this ODB file"
The agent will automatically invoke the corresponding scripts to complete the workflow.
Version Specification¶
If you have multiple Abaqus versions, specify in the configuration:
Or auto-detect with the agent: scripts/version_resolver.py --detect.