abaqus-dynamic-analysis
关于
This skill provides a complete Abaqus workflow for explicit and implicit dynamic analysis, specifically for impact, crash, drop test, and transient events. It routes to this skill when users mention time-varying responses like shock loading or high-speed collisions, but not for static, modal, or harmonic analyses. The skill enables file operations and direct Abaqus command execution to handle these dynamic simulations.
快速安装
Claude Code
推荐/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/abaqus-dynamic-analysis在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
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:
- Geometry and mesh ready
- Material MUST have density defined (required for mass matrix)
- 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:
GitHub 仓库
相关推荐技能
content-collections
元Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
sglang
元SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
evaluating-llms-harness
测试该Skill通过60+个学术基准测试(如MMLU、GSM8K等)评估大语言模型质量,适用于模型对比、学术研究及训练进度追踪。它支持HuggingFace、vLLM和API接口,被EleutherAI等行业领先机构广泛采用。开发者可通过简单命令行快速对模型进行多任务批量评估。
cloudflare-turnstile
元这个Skill提供完整的Cloudflare Turnstile集成知识,用于在表单、登录页面和API端点中实现无验证码的机器人防护。它支持React/Next.js/Hono等框架集成,涵盖令牌验证、错误代码调试和端到端测试等场景。通过运行后台不可见挑战,在保持用户体验的同时有效阻止自动化流量和垃圾信息。
