MCP HubMCP Hub
返回技能列表

abaqus-dynamic-analysis

majiayu000
更新于 Today
320 次查看
58
9
58
在 GitHub 上查看
测试testingautomation

关于

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-registry
Git 克隆备选方式
git 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:

  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

FactorExplicitImplicit
Time scaleShort (us to ms)Longer (ms to s)
Step sizeAutomatic (very small)User-controlled
NonlinearityHandles wellMay need iterations
MemoryLowerHigher
ContactNatural handlingNeeds care
Best forImpact, crashVibration, 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 TypeTypical Duration
High-speed impact0.1-10 ms
Drop test1-100 ms
Blast loading1-50 ms
Seismic/vibration1-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)

OptionEffectWhen
NoneTrue inertiaVery short events, accuracy critical
At beginningScale onceQuasi-static explicit
ThroughoutContinuous scalingWhen 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

ParameterExplicitImplicit
Time periodEvent durationEvent duration
Time incrementAutomaticSpecify initial, min, max
Element libraryEXPLICITSTANDARD
Element typeC3D8R recommendedC3D8R or C3D8
Hourglass controlENHANCEDDefault

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

ProblemLikely CauseSolution
"Time increment too small"Small/distorted elementsUse mass scaling or coarsen mesh
Energy balance errorHourglass or instabilityCheck hourglass energy, add control
Analysis takes forever (explicit)Long time periodConsider implicit instead
Convergence failure (implicit)Severe nonlinearityUse 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 仓库

majiayu000/claude-skill-registry
路径: skills/data/abaqus-dynamic-analysis

相关推荐技能

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等框架集成,涵盖令牌验证、错误代码调试和端到端测试等场景。通过运行后台不可见挑战,在保持用户体验的同时有效阻止自动化流量和垃圾信息。

查看技能