abaqus-modal-analysis
关于
This skill provides a complete Abaqus workflow for extracting natural frequencies and mode shapes from structures, primarily for vibration analysis and resonance avoidance. It handles eigenvalue extraction for modal analysis but routes forced vibration and frequency response cases to other skills. Developers should use this when users need to analyze structural vibration characteristics or prevent resonance issues.
快速安装
Claude Code
推荐/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/abaqus-modal-analysis在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Abaqus Modal Analysis Skill
Extract natural frequencies and mode shapes from a structure. Use for vibration analysis, resonance avoidance, and dynamic characterization.
When to Use This Skill
Route here when user mentions:
- "Natural frequency", "modal analysis", "vibration"
- "Resonance", "mode shapes", "eigenvalue"
- "How will it vibrate?", "avoid resonance at X Hz"
- "First mode frequency", "natural frequency of beam/plate"
Route elsewhere:
- Forced vibration response → use transient dynamic
- Frequency response function → use steady-state dynamics
- Static stress/deflection →
/abaqus-static-analysis - Impact/crash →
/abaqus-dynamic-analysis
Prerequisites
Before modal analysis:
- Geometry and mesh ready
- Material MUST have density defined (required for mass matrix)
- Boundary conditions define the modal boundary
- NO loads needed for eigenvalue extraction
Workflow: Modal Analysis
Step 1: Understand User's Goal
Ask if unclear:
- How many modes? First few (5-10) or all in frequency range?
- Boundary conditions? Fixed, pinned, free-free?
- Frequency range of interest? Motor at 60 Hz, etc.?
- What geometry? Beam, plate, bracket, assembly?
Step 2: Create Geometry
Route to /abaqus-geometry for part creation.
Step 3: Define Material WITH DENSITY
Route to /abaqus-material - density is essential.
Without density, Abaqus cannot compute the mass matrix and modal analysis will fail.
| Material | Density (tonne/mm^3) |
|---|---|
| Steel | 7.85e-9 |
| Aluminum | 2.7e-9 |
| Titanium | 4.5e-9 |
Step 4: Create Mesh
Route to /abaqus-mesh for meshing.
Mesh quality affects mode shapes - finer mesh gives more accurate high-frequency modes.
Step 5: Apply Boundary Conditions
Route to /abaqus-bc to define support type.
| Configuration | Expected Modes | Use Case |
|---|---|---|
| Free-free (no BCs) | 6 rigid body modes at ~0 Hz, then elastic | Test correlation |
| Cantilever (one end fixed) | First mode is bending | Mounted component |
| Simply supported | Bending, plate modes | Bridge-like structures |
| Fixed-fixed | Higher frequencies than cantilever | Both ends constrained |
Note: Free-free analysis gives 6 modes at ~0 Hz (rigid body translation/rotation). Real elastic modes start at mode 7.
Step 6: Create Frequency Step
Route to /abaqus-step for FrequencyStep configuration.
Key decisions:
- Fixed count: Extract exactly N modes (numEigen=10)
- Frequency range: All modes between min and max Hz
- Shift-invert: Modes near target frequency (for high-frequency focus)
Step 7: Run and Extract
Route to /abaqus-job to submit, then /abaqus-odb to read frequencies from result frames.
Key Parameters
| Parameter | Recommended | Notes |
|---|---|---|
| Eigensolver | LANCZOS | Best for most problems |
| numEigen | 10 | Start with first 10 modes |
| Normalization | DISPLACEMENT | Mode shapes max = 1 |
| Mesh size | Adequate for highest mode | Finer mesh for high frequencies |
Validation Checklist
After analysis, verify:
- Density defined in material
- BCs match intended support condition
- No loads applied (eigenvalue extraction ignores loads)
- Mesh adequate for highest mode of interest
- Frequencies reasonable for geometry/material
- Free-free: confirm 6 modes near 0 Hz
Analytical Comparison (Simple Geometries)
For cantilever beams, first mode can be verified analytically:
- f1 ~ (1.875^2 / 2piL^2) * sqrt(EI / rhoA)
Compare FEA result to analytical for validation.
Troubleshooting
| Problem | Likely Cause | Solution |
|---|---|---|
| "Material has no density" | Density not defined | Add density to material |
| Negative eigenvalue | Unconstrained/unstable | Check BCs or add soft springs |
| 6 zero-frequency modes | Free-free (expected) | Real modes start at mode 7 |
| Frequencies too high/low | Unit error | Verify mm-tonne-s-N-MPa units |
| Memory error | Too many modes/elements | Reduce numEigen or coarsen mesh |
Related Skills
/abaqus-material- Must include density/abaqus-bc- Define modal boundary conditions/abaqus-step- FrequencyStep configuration/abaqus-odb- Extract frequencies and mode shapes/abaqus-geometry- Create geometry/abaqus-mesh- Mesh affects mode accuracy
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是理想选择。
cloudflare-turnstile
元这个Skill提供完整的Cloudflare Turnstile集成知识,用于在表单、登录页面和API端点中实现无验证码的机器人防护。它支持React/Next.js/Hono等框架集成,涵盖令牌验证、错误代码调试和端到端测试等场景。通过运行后台不可见挑战,在保持用户体验的同时有效阻止自动化流量和垃圾信息。
cloudflare-cron-triggers
测试这个Claude Skill提供了关于Cloudflare Cron Triggers的完整知识库,用于通过cron表达式定时执行Workers。它支持配置周期性任务、维护作业和自动化工作流,并能处理常见的cron触发错误。开发者可以用它来设置定时任务、测试cron处理器,并集成Workflows和Green Compute功能。
