abaqus-dynamic-analysis
Complete workflow for dynamic analysis. Use when user mentions impact, crash, drop test, transient, or time-varying response. Handles explicit and implicit dynamics.
Best use case
abaqus-dynamic-analysis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Complete workflow for dynamic analysis. Use when user mentions impact, crash, drop test, transient, or time-varying response. Handles explicit and implicit dynamics.
Teams using abaqus-dynamic-analysis 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/abaqus-dynamic-analysis/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How abaqus-dynamic-analysis Compares
| Feature / Agent | abaqus-dynamic-analysis | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Complete workflow for dynamic analysis. Use when user mentions impact, crash, drop test, transient, or time-varying response. Handles explicit and implicit dynamics.
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 Dynamic Analysis Skill This skill handles explicit and implicit dynamics for impact, crash, drop test, and transient response analysis. ## When to Use This Skill **Route here when user mentions:** - Impact, crash, collision, drop test - Transient response, time-varying response - Shock loading, blast loading, explosive loading - High-speed events, wave propagation - "What happens when it hits..." **Route elsewhere:** - Natural frequency extraction → `/abaqus-modal-analysis` - Static/constant loads → `/abaqus-static-analysis` - Harmonic/sinusoidal response → modal + steady-state dynamics - Very long transients (minutes+) → consider implicit or quasi-static ## Prerequisites Before dynamic analysis: 1. Geometry and mesh ready 2. **Material MUST have density defined** (required for mass matrix) 3. Understand event duration and loading type ## Workflow: Setting Up Dynamic Analysis ### Step 1: Gather Information from User Ask if unclear: - **What's the event duration?** Milliseconds, seconds, or longer? - **Initial velocity?** For drop tests or impact - **Is contact involved?** Parts colliding or touching - **What output needed?** Stress, velocity, acceleration, energy? ### Step 2: Choose Explicit vs Implicit | Factor | Explicit | Implicit | |--------|----------|----------| | Time scale | Short (us to ms) | Longer (ms to s) | | Step size | Automatic (very small) | User-controlled | | Nonlinearity | Handles well | May need iterations | | Memory | Lower | Higher | | Contact | Natural handling | Needs care | | Best for | Impact, crash | Vibration, long transient | **Decision rule:** - Event < 10ms with impact/contact → **Explicit** - Event > 100ms without severe nonlinearity → **Implicit** - In between → Either can work, explicit often easier ### Step 3: Set Time Period | Event Type | Typical Duration | |------------|------------------| | High-speed impact | 0.1-10 ms | | Drop test | 1-100 ms | | Blast loading | 1-50 ms | | Seismic/vibration | 1-100 s | ### Step 4: Define Initial Conditions For drop tests and impact: - Set initial velocity on the impacting part/region - Velocity is applied in the Initial step ### Step 5: Configure Output Field outputs: `S` (stress), `U` (displacement), `V` (velocity), `A` (acceleration), `PEEQ` (plastic strain) History outputs for energy balance (explicit): `ALLKE`, `ALLIE`, `ALLWK`, `ETOTAL` ### Step 6: Consider Mass Scaling (Explicit Only) | Option | Effect | When | |--------|--------|------| | None | True inertia | Very short events, accuracy critical | | At beginning | Scale once | Quasi-static explicit | | Throughout | Continuous scaling | When inertia less important | **Warning:** Mass scaling speeds up analysis but affects inertial response. ### Step 7: Run and Validate Use `/abaqus-job` to submit, then check: - Energy balance (ETOTAL approximately constant) - Stable time increment (explicit) - Results physically reasonable ## Key Parameters | Parameter | Explicit | Implicit | |-----------|----------|----------| | Time period | Event duration | Event duration | | Time increment | Automatic | Specify initial, min, max | | Element library | EXPLICIT | STANDARD | | Element type | C3D8R recommended | C3D8R or C3D8 | | Hourglass control | ENHANCED | Default | ## Validation Checklist - [ ] Density defined in material - [ ] Time period appropriate for event - [ ] Initial conditions applied (velocity, position) - [ ] Output frequency captures behavior (100+ frames typical) - [ ] Energy balance acceptable (ETOTAL constant for explicit) - [ ] Results physically reasonable ## Troubleshooting | Problem | Likely Cause | Solution | |---------|--------------|----------| | "Time increment too small" | Small/distorted elements | Use mass scaling or coarsen mesh | | Energy balance error | Hourglass or instability | Check hourglass energy, add control | | Analysis takes forever (explicit) | Long time period | Consider implicit instead | | Convergence failure (implicit) | Severe nonlinearity | Use explicit or smaller increments | ## Related Skills - `/abaqus-material` - Define density (required) - `/abaqus-amplitude` - Time-varying loads - `/abaqus-field` - Initial velocity and predefined fields - `/abaqus-interaction` - Contact for impact problems - `/abaqus-odb` - Results extraction ## 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
Advanced RE Analysis
Specialized reverse engineering analysis workflows for binary analysis, pattern recognition, and vulnerability assessment
adaptive-temporal-analysis-integration
Integrate adaptive temporal analysis for drift detection.
abaqus
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-topology-optimization
Complete workflow for topology optimization using Tosca. Use to minimize weight while maintaining stiffness. Requires full Abaqus license (not Learning Edition).
abaqus-thermal-analysis
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
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
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
Optimize fillet/notch geometry. Use when user mentions stress concentration, fillet optimization, reshaping surfaces, or reducing peak stress. Moves surfaces only.
abaqus-output
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
Configure Tosca optimization. Use when user mentions design response, objective function, optimization constraint, or SIMP penalty. Base module for topology/shape optimization.
abaqus-odb
Read analysis results. Use when user asks about maximum stress, extracting displacements, reaction forces, or exporting results. Post-processes ODB files.
abaqus-modal-analysis
Complete workflow for modal/frequency analysis - extract natural frequencies and mode shapes. Use for vibration analysis and resonance avoidance.