abaqus-static-analysis
关于
This skill provides a complete Abaqus workflow for static structural analysis to evaluate stress, displacement, and reaction forces under constant loads. It's designed for strength and stiffness checks, including safety factor calculations. Use this skill for static scenarios, not for dynamic, thermal, or frequency analyses.
快速安装
Claude Code
推荐/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/abaqus-static-analysis在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Abaqus Static Analysis Workflow
Complete workflow for static structural analysis - stress, displacement, and reaction forces under constant loads.
When to Use This Skill
Route here when user mentions:
- "stress analysis", "structural analysis"
- "how much will it deflect", "displacement"
- "is this strong enough", "strength check"
- "factor of safety", "safety factor"
- "reaction forces", "support loads"
- "simulate a load on this part"
Route elsewhere:
- Time-varying loads, impact, vibration →
/abaqus-dynamic-analysis - Natural frequencies, resonance →
/abaqus-modal-analysis - Temperature effects, thermal stress →
/abaqus-coupled-analysis - Heat transfer only →
/abaqus-thermal-analysis - Parts touching, friction →
/abaqus-contact-analysis
Workflow Steps
Execute these skills in order:
| Step | Skill | Purpose |
|---|---|---|
| 1 | /abaqus-geometry | Create part and assembly |
| 2 | /abaqus-material | Define material properties |
| 3 | /abaqus-mesh | Generate finite element mesh |
| 4 | /abaqus-bc | Apply supports and constraints |
| 5 | /abaqus-load | Apply forces and pressures |
| 6 | /abaqus-step | Configure analysis step (optional - default is fine) |
| 7 | /abaqus-job | Run the analysis |
| 8 | /abaqus-odb | Extract results |
What to Ask User
Required Information
| Input | What to Ask |
|---|---|
| Geometry | "What are the dimensions? (e.g., 100x50x20 mm)" |
| Material | "What material? (Steel, Aluminum, or custom E/v)" |
| Supports | "How is it supported? (fixed face, pinned points, rollers)" |
| Loads | "What loads? (force magnitude, location, direction)" |
Optional (Has Defaults)
| Input | Default | Ask If |
|---|---|---|
| Mesh size | Auto-calculated | Stress concentrations present |
| Element type | C3D8R | Complex curved geometry |
| Nonlinear | OFF | Large deformation expected |
Key Decisions
Linear vs Nonlinear Analysis
| Condition | Setting | When |
|---|---|---|
| Small deformation, linear material | nlgeom=OFF | Displacements < 1% of part size |
| Large deformation or rotation | nlgeom=ON | Thin structures, rubber, cables |
| Yielding expected | nlgeom=ON + Plasticity | Stress > yield strength |
Default: Start with linear. Switch to nonlinear if convergence issues or large deformation.
What Results to Extract
| User Goal | Output Variables | Acceptance Criteria |
|---|---|---|
| Strength assessment | S (stress), MISES | MISES < yield stress |
| Stiffness check | U (displacement) | Max deflection acceptable |
| Support sizing | RF (reaction force) | Reactions match applied loads |
Validation Checkpoints
After Each Step
| Step | What to Verify |
|---|---|
| Geometry | Part has cells, no error messages |
| Material | Section assigned to all cells |
| Mesh | Node count OK (Learning Edition: <=1000) |
| BCs | At least one fixed constraint exists |
| Loads | Applied to correct surface/point |
| Job | Completes without errors in .sta file |
Results Sanity Checks
| Check | Expected |
|---|---|
| Reaction force sum | Approximately equals applied loads |
| Displacement magnitude | Physically reasonable |
| Stress pattern | Follows logical load path |
| Max stress location | At expected concentration points |
Troubleshooting
| Error | Cause | Solution |
|---|---|---|
| "Zero pivot" | Rigid body motion | Add more BCs to constrain all 6 DOFs |
| "Negative eigenvalue" | Buckling or instability | Check BCs, may need stabilization |
| "Too many increments" | Load too large | Reduce load or use more increments |
| "Equilibrium not achieved" | Convergence failure | Try smaller initial increment |
| "Memory exceeded" | Mesh too fine | Increase element size |
Feedback Loops
- Mesh fails: Return to geometry, add partitions or simplify
- Zero pivot error: Return to BCs, ensure all rigid body modes constrained
- Unreasonable results: Verify material properties, check load direction/sign
- Stress too high: Either design issue (expected) or incorrect BC/load setup
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功能。
