Back to Skills

abaqus-output

majiayu000
Updated Today
17 views
58
9
58
View on GitHub
Othergeneral

About

This skill configures Abaqus output requests for field and history outputs, helping users control what simulation results are saved. It's triggered when developers need to specify output variables, reduce ODB file size, or set up time-series monitoring at specific points. The skill provides guidance on choosing between full-field data for visualization versus point-specific history tracking.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/abaqus-output

Copy and paste this command in Claude Code to install this skill

Documentation

Abaqus Output Skill

Configure what results to save from Abaqus analyses. Controls field outputs (full-field data for contour plots) and history outputs (time series at specific points).

When to Use This Skill

Route here when user mentions:

  • "What results should I save?" / "Output variables"
  • "Track displacement over time" / "History output"
  • "ODB file too large" / "Reduce output"
  • "Monitor a specific node"

Route elsewhere:

  • Extracting/reading results from ODB → /abaqus-odb
  • Running the analysis → /abaqus-job

Key Decisions

1. Field vs History Output

TypeUse ForData Scope
Field OutputContour plots, full-field visualizationAll nodes/elements
History OutputTime series plots, monitoringSpecific points/regions

2. Common Output Variables

VariableDescription
SStress tensor (includes Mises)
UDisplacement
RFReaction forces
ETotal strain
PE, PEEQPlastic strain
V, AVelocity, acceleration (dynamic)
NT, HFLTemperature, heat flux (thermal)
CSTRESS, CDISPContact stress/displacement

3. Analysis-Specific Recommendations

Analysis TypeEssential Variables
StaticS, U, RF
DynamicS, U, V, A, RF, ENER
ThermalNT, HFL, RFL
ContactCSTRESS, CDISP, COPEN
PlasticS, PE, PEEQ

4. Output Frequency

ScenarioSettingEffect
Full detailfrequency=1Every increment (large files)
Balancedfrequency=5-10Every N increments
Space-savingnumIntervals=20Fixed number of frames

What to Ask User

If unclear, ask:

  1. What results do you need? Stress, displacement, reaction forces?
  2. Track a specific point over time? → Need history output
  3. Large model or long analysis? → May need reduced frequency

Workflow: Configuring Output

Step 1: Identify Needed Variables

Based on analysis type: Static needs S, U, RF minimum. Dynamic adds V, A, energy.

Step 2: Create Field Output Request

Required: Step name + variables tuple. Optional: frequency, region.

Step 3: Create History Output (if needed)

For time-series: Create node set at location, then HistoryOutputRequest with that region. Use component variables (U1, U2, U3).

Step 4: Manage File Size (large models)

Options: Reduce frequency, use numIntervals, limit variables, output to specific regions only.

Validation Checklist

  • Field output covers essential variables (S, U, RF)
  • History output region/set exists before referencing
  • Frequency appropriate for analysis length
  • Contact analysis has contact-specific outputs

Troubleshooting

ProblemCauseSolution
"Variable not available"Wrong element/analysis typeCheck compatibility
ODB file too largeToo much outputReduce frequency or variables
No history dataBad region specVerify set exists

Code Patterns

For API syntax and code examples, see:

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/abaqus-output

Related Skills

algorithmic-art

Meta

This Claude Skill creates original algorithmic art using p5.js with seeded randomness and interactive parameters. It generates .md files for algorithmic philosophies, plus .html and .js files for interactive generative art implementations. Use it when developers need to create flow fields, particle systems, or other computational art while avoiding copyright issues.

View skill

subagent-driven-development

Development

This skill executes implementation plans by dispatching a fresh subagent for each independent task, with code review between tasks. It enables fast iteration while maintaining quality gates through this review process. Use it when working on mostly independent tasks within the same session to ensure continuous progress with built-in quality checks.

View skill

executing-plans

Design

Use the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.

View skill

cost-optimization

Other

This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.

View skill