MCP HubMCP Hub
返回技能列表

abaqus-static-analysis

majiayu000
更新于 Today
333 次查看
58
9
58
在 GitHub 上查看
其他reactautomation

关于

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

StepSkillPurpose
1/abaqus-geometryCreate part and assembly
2/abaqus-materialDefine material properties
3/abaqus-meshGenerate finite element mesh
4/abaqus-bcApply supports and constraints
5/abaqus-loadApply forces and pressures
6/abaqus-stepConfigure analysis step (optional - default is fine)
7/abaqus-jobRun the analysis
8/abaqus-odbExtract results

What to Ask User

Required Information

InputWhat 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)

InputDefaultAsk If
Mesh sizeAuto-calculatedStress concentrations present
Element typeC3D8RComplex curved geometry
NonlinearOFFLarge deformation expected

Key Decisions

Linear vs Nonlinear Analysis

ConditionSettingWhen
Small deformation, linear materialnlgeom=OFFDisplacements < 1% of part size
Large deformation or rotationnlgeom=ONThin structures, rubber, cables
Yielding expectednlgeom=ON + PlasticityStress > yield strength

Default: Start with linear. Switch to nonlinear if convergence issues or large deformation.

What Results to Extract

User GoalOutput VariablesAcceptance Criteria
Strength assessmentS (stress), MISESMISES < yield stress
Stiffness checkU (displacement)Max deflection acceptable
Support sizingRF (reaction force)Reactions match applied loads

Validation Checkpoints

After Each Step

StepWhat to Verify
GeometryPart has cells, no error messages
MaterialSection assigned to all cells
MeshNode count OK (Learning Edition: <=1000)
BCsAt least one fixed constraint exists
LoadsApplied to correct surface/point
JobCompletes without errors in .sta file

Results Sanity Checks

CheckExpected
Reaction force sumApproximately equals applied loads
Displacement magnitudePhysically reasonable
Stress patternFollows logical load path
Max stress locationAt expected concentration points

Troubleshooting

ErrorCauseSolution
"Zero pivot"Rigid body motionAdd more BCs to constrain all 6 DOFs
"Negative eigenvalue"Buckling or instabilityCheck BCs, may need stabilization
"Too many increments"Load too largeReduce load or use more increments
"Equilibrium not achieved"Convergence failureTry smaller initial increment
"Memory exceeded"Mesh too fineIncrease 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 仓库

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

相关推荐技能

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功能。

查看技能