abaqus-export

Export Abaqus geometry and results. Use when user mentions exporting to STL, STEP, CSV, or generating input files for external use.

16 stars

Best use case

abaqus-export is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Export Abaqus geometry and results. Use when user mentions exporting to STL, STEP, CSV, or generating input files for external use.

Teams using abaqus-export should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/abaqus-export/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/abaqus-export/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/abaqus-export/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How abaqus-export Compares

Feature / Agentabaqus-exportStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Export Abaqus geometry and results. Use when user mentions exporting to STL, STEP, CSV, or generating input files for external use.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Abaqus Export Skill

Export geometry and results from Abaqus to external formats for 3D printing, CAD exchange, data analysis, or archival.

## When to Use This Skill

**Route here when user mentions:**
- "Export to STL" / "Convert to STL" / "3D printing"
- "Save as STEP" / "Export to CAD"
- "Generate input file" / "Write INP"
- "Export results to CSV" / "Export to Excel"
- "Save the mesh" / "Extract mesh data"
- "Export deformed shape" / "Export topology result"

**Route elsewhere:**
- Reading ODB results → `/abaqus-odb`
- Importing CAD files → `/abaqus-geometry`
- Running analysis → `/abaqus-job`

## Key Decisions

### What Format to Use?

| Need | Format | Requires |
|------|--------|----------|
| 3D printing | STL (double precision) | Meshed part |
| CAD exchange | STEP | Part geometry |
| Legacy CAD | IGES | Part geometry |
| Data analysis | CSV | ODB file |
| Archive/HPC | INP | Complete model |
| Reports/images | PNG/SVG | GUI session |

### What to Export?

| Source | Available Formats |
|--------|------------------|
| Part geometry | STL, STEP, IGES, SAT |
| Assembly | STL, SAT |
| Mesh data | CSV (nodes, elements) |
| Results (U, S, RF) | CSV |
| Time history | CSV |
| Model definition | INP |
| Topology result | STL (with density threshold) |

## What to Ask User

If unclear, ask:
1. **What format?** STL, STEP, CSV, INP?
2. **What to export?** Geometry, mesh, or results?
3. **Which parts/steps?** Specific part name, all parts, specific time step?
4. **For TO results:** What density threshold? (0.3-0.5 typical)

## Workflow

### Exporting Geometry (STL/STEP/IGES)

1. **Identify the part** - Get part name from model
2. **Check if meshed** - STL requires mesh; STEP works on geometry
3. **Call export method** - Use appropriate API call
4. **Verify output** - Check file was created

### Exporting Results to CSV

1. **Open the ODB** - Use `openOdb()` with `readOnly=True`
2. **Navigate to frame** - Find correct step and frame (typically last)
3. **Extract field output** - U (displacement), S (stress), etc.
4. **Write CSV** - Loop through values, write rows
5. **Close ODB** - Always close when done

### Generating Input File

1. **Create job object** - Job needs model name
2. **Call writeInput()** - Creates `JobName.inp`
3. **Verify INP created** - Check file exists

### Exporting TO Result

1. **Locate TO ODB** - Usually `Optimization/TOSCA_POST/Optimization.odb`
2. **Set density threshold** - 0.3-0.5 typical (lower = more material)
3. **Export STL** - Use session method or GUI

## Troubleshooting

| Problem | Cause | Solution |
|---------|-------|----------|
| "Cannot write STL - no mesh" | Part not meshed | Mesh part first |
| "STEP export failed" | Invalid geometry | Try IGES or SAT |
| Large STL file | Fine mesh | Coarsen mesh for viz |
| Permission denied | File open elsewhere | Close file first |
| Image export fails | noGUI mode | Run with GUI |

## Code Patterns

For API syntax and code examples, see:
- [API Quick Reference](references/api-quick-ref.md)
- [Common Patterns](references/common-patterns.md)
- [Troubleshooting Guide](references/troubleshooting.md)

Related Skills

abaqus

16
from diegosouzapw/awesome-omni-skill

Master skill for Abaqus FEA scripting. Use for any finite element analysis, topology optimization, or Abaqus Python scripting task. Routes to appropriate specialized skills.

abaqus-step

16
from diegosouzapw/awesome-omni-skill

Define analysis steps and procedures. Use when user mentions static analysis, dynamic step, frequency analysis, heat transfer step, or asks about analysis type, time increments, or nlgeom.

abaqus-static-analysis

16
from diegosouzapw/awesome-omni-skill

Complete workflow for static structural analysis. Use when analyzing stress, displacement, or reaction forces under constant loads. For strength and stiffness evaluation.

abaqus-shape-optimization

16
from diegosouzapw/awesome-omni-skill

Optimize fillet/notch geometry. Use when user mentions stress concentration, fillet optimization, reshaping surfaces, or reducing peak stress. Moves surfaces only.

abaqus-output

16
from diegosouzapw/awesome-omni-skill

Configure output requests - field outputs, history outputs. Use when user asks what results to save, output variables, reduce output file size, or history output.

abaqus-odb

16
from diegosouzapw/awesome-omni-skill

Read analysis results. Use when user asks about maximum stress, extracting displacements, reaction forces, or exporting results. Post-processes ODB files.

abaqus-mesh

16
from diegosouzapw/awesome-omni-skill

Generate finite element meshes. Use when user mentions mesh, elements, nodes, refine mesh, mesh size, or asks about element types like C3D8R, C3D10, S4R.

abaqus-load

16
from diegosouzapw/awesome-omni-skill

Apply forces and pressures to structures. Use when user asks to apply a force, add pressure, put a load on, or mentions gravity, point loads, or distributed forces.

abaqus-interaction

16
from diegosouzapw/awesome-omni-skill

Define contact and interactions - contact pairs, tie constraints, connectors. Use when user mentions contact, friction, tie, parts touching, or bonded surfaces.

abaqus-field

16
from diegosouzapw/awesome-omni-skill

Define initial conditions and predefined fields. Use when user mentions initial temperature, pre-stress, residual stress, or import from previous analysis.

abaqus-coupled-analysis

16
from diegosouzapw/awesome-omni-skill

Complete workflow for coupled thermomechanical analysis. Use when user mentions thermal stress, thermal expansion, or temperature causing deformation.

abaqus-contact-analysis

16
from diegosouzapw/awesome-omni-skill

Analyze multi-body contact. Use when user mentions parts touching, friction between surfaces, bolt-plate contact, press fit, or assembly with contact.