Abaqus Step Skill

SkillAI & models

This skill lets your AI define analysis steps and procedures for Abaqus simulations. Once added, it can set up the right step for static, dynamic, frequency, or heat transfer analysis, so your simulation is configured the way it needs to be.

Available today. Use it from your connected AI after setup.

Add the skill, then tell your AI which analysis you need, such as static, dynamic, frequency, or heat transfer, and it will define the matching step and procedure.

Then ask your AI: use the Abaqus Step Skill skill

What your AI can do with it

  • Define static analysis steps
  • Define dynamic analysis steps
  • Define frequency analysis steps
  • Define heat transfer analysis steps
  • Adjust time increments and nlgeom (nonlinear geometry) settings
  • Answer questions about analysis types and procedures

What this skill tells your AI

The instructions your AI receives, as published by cai-aa/cae-agent-hub in Skill/abaqus/setup/abaqus-step/SKILL.md and read by ahel’s review.

This skill defines analysis steps and procedures in Abaqus. Steps control what physics are solved and how the solution proceeds.

When to Use This Skill

Route here when user mentions:

  • "static analysis", "dynamic step", "frequency analysis"
  • "heat transfer step", "thermal step", "transient analysis"
  • "analysis type", "time increments", "nlgeom"
  • "convergence issues", "increment size", "time step"
  • "multi-step analysis", "sequential loading"
  • "buckling analysis", "modal analysis"
  • "impact simulation", "crash analysis"

Route elsewhere:

  • Applying boundary conditions → /abaqus-bc
  • Applying loads → /abaqus-load
  • Setting up optimization → /abaqus-optimization
  • Configuring output requests → /abaqus-output

Workflow: Creating Analysis Steps

Step 1: Understand User's Physics

Ask if unclear:

  • What physics? Stress, vibration, heat transfer, coupled?
  • Static or dynamic? Constant load vs time-varying?
  • Linear or nonlinear? Small or large deformations?

Step 2: Choose Step Type

Analysis GoalStep TypeKey Parameter
Stress under constant loadStaticStepnlgeom=OFF/ON
Natural frequenciesFrequencyStepnumEigen
Buckling modesBuckleStepnumEigen
Transient dynamics (smooth)ImplicitDynamicsSteptimePeriod
Impact/crashExplicitDynamicsSteptimePeriod
Heat conductionHeatTransferStepresponse
Thermal + structuralCoupledTempDisplacementSteptimePeriod
Harmonic responseSteadyStateDynamicsStepfrequencyRange

Most common: StaticStep with nlgeom=OFF for linear stress analysis.

Step 3: Determine Linearity

Conditionnlgeom SettingWhen
Small deformation, linear materialOFFDefault, fastest
Large rotation/displacementONThin structures, cables
PlasticityONMaterial yields
ContactONParts touching
BucklingONPost-buckling behavior

Step 4: Configure Increment Control

Convergence DifficultyinitialIncminIncmaxInc
Easy (linear)1.01e-61.0
Moderate0.11e-80.2
Difficult (contact, plasticity)0.011e-120.05

Step 5: Chain Multiple Steps (if needed)

For sequential loading:

  1. First step uses previous='Initial'
  2. Subsequent steps chain from previous step name
  3. Each step can have different physics or settings

Key Parameters

ParameterPurposeTypical Value
timePeriodDuration of step1.0 for static
initialIncStarting increment size0.1 for nonlinear
maxNumIncMaximum iterations100
minIncSmallest allowed increment1e-8
maxIncLargest allowed increment0.1-1.0
numEigenModes to extract10
deltmxMax temp change per increment5.0-10.0

Special Considerations

Frequency/Modal Analysis

  • Always from Initial step (no preload needed for basic modal)
  • Use LANCZOS eigensolver for large models
  • Extract 10-20 modes typically

Buckling Analysis

  • Usually follows a load step (to apply reference load)
  • Eigenvalues are load multipliers
  • First positive eigenvalue is critical

Explicit Dynamics

  • Time period should be very short (milliseconds)
  • Increment size determined automatically
  • Mass scaling may be needed for quasi-static problems

Heat Transfer

  • STEADY_STATE for equilibrium temperature
  • TRANSIENT for time-varying temperature
  • deltmx controls accuracy vs speed

Troubleshooting

ProblemLikely CauseSolution
"Too many increments"Convergence difficultyReduce maxInc, increase maxNumInc
"Negative eigenvalues"Unconstrained or unstableCheck BCs, add stabilization
"Time increment too small"Severe nonlinearityAdd stabilization, check material
"Explicit time increment"Very small elementsUse mass scaling or coarsen mesh

Validation Checklist

After step creation, verify:

  • Step type matches analysis physics
  • nlgeom setting appropriate for deformation level
  • Increment control parameters reasonable
  • Step chains correctly from previous
  • Time period appropriate for transient analysis

Code Patterns

For actual API syntax and code examples, see:

Signals

GitHub stars
891
Forks
115
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
abaqus-step
Source
github.com/cai-aa/cae-agent-hub