abaqus-topology-optimization

Complete workflow for topology optimization using Tosca. Use to minimize weight while maintaining stiffness. Requires full Abaqus license (not Learning Edition).

181 stars

Best use case

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

Complete workflow for topology optimization using Tosca. Use to minimize weight while maintaining stiffness. Requires full Abaqus license (not Learning Edition).

Teams using abaqus-topology-optimization 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-topology-optimization/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/abaqus-topology-optimization/SKILL.md"

Manual Installation

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

How abaqus-topology-optimization Compares

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

Frequently Asked Questions

What does this skill do?

Complete workflow for topology optimization using Tosca. Use to minimize weight while maintaining stiffness. Requires full Abaqus license (not Learning Edition).

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 Topology Optimization Workflow

Complete workflow for topology optimization - determining optimal material distribution to minimize weight while maintaining structural performance.

## When to Use This Skill

**Triggers:** topology optimization, minimize weight, lightweight design, organic structure, generative design, where to remove material, material efficiency, design for additive

**USE for:** Minimize weight while maintaining stiffness, maximize stiffness for given weight, generate organic load-carrying structures

**Do NOT use for:** Shape optimization (surface only) -> `/abaqus-shape-optimization`, Learning Edition users -> Tosca requires full license

## Important: License Required

Topology optimization requires a **full Abaqus license with Tosca module**. NOT available in Learning Edition.

## Prerequisites

1. Working static analysis that converges
2. Design space defined (bounding volume for material)
3. Clear objective (usually max stiffness at target weight)
4. Known load cases and boundary conditions

## Workflow Steps

### Phase 1: Setup Base Model

1. `/abaqus-geometry` - Design space with partitions for frozen regions
2. `/abaqus-material` - Elastic properties + **density (required for TO)**
3. `/abaqus-mesh` - Fine mesh (2-5mm typical for TO)
4. `/abaqus-bc` - Fixed supports (these regions become frozen)
5. `/abaqus-load` - Applied forces (these regions become frozen)
6. `/abaqus-step` - Static step for stiffness optimization

### Phase 2: Configure Optimization

Use `/abaqus-optimization` for detailed API patterns.

1. Create TopologyTask with SIMP interpolation
2. Define design responses (volume, strain energy)
3. Set objective function (minimize compliance)
4. Add constraints (volume <= target fraction)
5. Define frozen regions (BC and load attachment areas)
6. Add manufacturing constraints (min member size)

### Phase 3: Run and Post-Process

1. `/abaqus-job` - Submit OptimizationProcess
2. `/abaqus-odb` - View density distribution
3. `/abaqus-export` - STL export at density threshold (0.3-0.5 typical)

## Key Decisions

| Goal | Objective | Constraint |
|------|-----------|------------|
| Stiffest at weight | Minimize compliance | Volume <= X% |
| Lightest that works | Minimize volume | Compliance <= Y |
| Avoid resonance | Maximize frequency | Volume <= X% |

**Most common:** Minimize compliance with volume constraint at 30%.

### Volume Fraction

| Fraction | Use Case |
|----------|----------|
| 20-30% | Aggressive (aerospace) |
| 30-40% | Balanced (general) |
| 40-50% | Conservative (safety-critical) |

### Manufacturing Constraints

| Constraint | When to Use |
|------------|-------------|
| Minimum member size | Always (3-5mm typical) |
| Draw direction | Casting, molding |
| Symmetry plane | Balanced loads, aesthetics |
| Overhang angle | Additive manufacturing |

## What to Ask User

**Critical:**
- Design space: "What is the bounding volume where material can exist?"
- Frozen regions: "Which areas must remain solid? (BC/load attachment)"
- Volume fraction: "What percentage of material should remain? (20-50%)"
- Loads and BCs: "What loads and supports act on the structure?"

**With Defaults:**
- Objective: Min compliance (change if stress/frequency is primary)
- Min member size: 3mm (adjust for manufacturing)
- Material: Steel (if not specified)
- Max iterations: 50 (increase if not converging)
- SIMP penalty: 3.0 (higher for sharper boundaries)

## Validation

| Stage | Check |
|-------|-------|
| Base model | Static analysis runs, results sensible |
| After iteration 5 | Objective decreasing, no disconnection |
| Convergence | Objective stable (< 0.1% change) |
| Final design | Load path intact, no floating regions |

## Troubleshooting

| Issue | Solution |
|-------|----------|
| Checkerboard pattern | Add min member size constraint |
| Not converging | Relax volume fraction, check frozen regions |
| Disconnected regions | Add more frozen regions along load path |
| Takes forever | Coarsen mesh, reduce iterations |
| License error | Requires full Abaqus with Tosca |

## Code Patterns

For API syntax and code examples, see:
- `/abaqus-optimization` - Task, response, objective, constraint API
- `references/common-patterns.md` - Complete TO code patterns

## Related Skills

- `/abaqus-optimization` - Base optimization API details
- `/abaqus-static-analysis` - Required before optimization
- `/abaqus-shape-optimization` - Alternative for surface-only changes
- `/abaqus-export` - Export optimized geometry

Related Skills

abaqus

181
from majiayu000/claude-skill-registry

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-thermal-analysis

181
from majiayu000/claude-skill-registry

Complete workflow for heat transfer analysis - steady-state and transient thermal. Use when user asks about temperature distribution, conduction, convection, or heat flow.

abaqus-step

181
from majiayu000/claude-skill-registry

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

181
from majiayu000/claude-skill-registry

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

181
from majiayu000/claude-skill-registry

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

abaqus-output

181
from majiayu000/claude-skill-registry

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-optimization

181
from majiayu000/claude-skill-registry

Configure Tosca optimization. Use when user mentions design response, objective function, optimization constraint, or SIMP penalty. Base module for topology/shape optimization.

abaqus-odb

181
from majiayu000/claude-skill-registry

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

abaqus-modal-analysis

181
from majiayu000/claude-skill-registry

Complete workflow for modal/frequency analysis - extract natural frequencies and mode shapes. Use for vibration analysis and resonance avoidance.

abaqus-mesh

181
from majiayu000/claude-skill-registry

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-material

181
from majiayu000/claude-skill-registry

Define material properties for FEA models. Use when user mentions steel, aluminum, Young's modulus, elastic, plastic, density, or asks about material properties.

abaqus-load

181
from majiayu000/claude-skill-registry

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.