abaqus-odb

Extract simulation results from Abaqus ODB files and export to CSV.

7|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/JaimeCernuda/abaqus-scripting --skill abaqus-odb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abaqus-odb
Source: https://github.com/JaimeCernuda/abaqus-scripting/tree/main/.claude/skills/abaqus-odb
Command: npx skills add https://github.com/JaimeCernuda/abaqus-scripting --skill abaqus-odb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to efficiently extract and analyze simulation results from Abaqus ODB files, eliminating the need for manual post-processing in the Abaqus GUI for common queries.

Core Features & Use Cases

  • Result Extraction: Retrieve key simulation data such as maximum stress, displacement, reaction forces, and eigenfrequencies.
  • Data Export: Export extracted results to formats like CSV for further analysis in spreadsheets.
  • Use Case: After running a complex FEA simulation, you need to quickly find the maximum von Mises stress and the peak displacement at a specific node. This Skill can directly query the ODB file and provide these values.

Quick Start

Use the abaqus-odb skill to find the maximum displacement from the file 'my_simulation.odb'.

Frequently Asked Questions about abaqus-odb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract maximum stress and displacement from an Abaqus ODB file?

This Skill queries field and history outputs from simulation steps and frames to extract maximum stress, displacements, reaction forces, and eigenfrequencies from Abaqus ODB files, bypassing the need for manual GUI post-processing.

Can I export Abaqus simulation results to CSV format?

Yes, you can export Abaqus simulation results to CSV format. The Skill extracts analysis data such as stress and displacement from ODB files and formats it for spreadsheet analysis.

Do I need the Abaqus scripting API to read ODB files for post-processing?

The Skill utilizes the Abaqus scripting API internally to access field and history outputs, allowing you to query simulation data like eigenfrequencies and reaction forces without writing the API scripts yourself.

What is the best way to automate querying reaction forces from FEA simulation results?

The best way to automate querying reaction forces from FEA simulation results is to use this Skill to programmatically read the ODB file, directly extracting the required history output data without manual Abaqus GUI interaction.

How do I retrieve eigenfrequencies from an Abaqus ODB file?

You retrieve eigenfrequencies from an Abaqus ODB file by using this Skill to query the history outputs stored within the simulation steps and frames, providing the extracted data directly.

Are there limitations when extracting simulation results from large ODB files?

The Skill reads ODB files by accessing simulation steps and frames, but performance limitations may depend on the size and complexity of the ODB file being queried for field and history outputs.