MCP HubMCP Hub
返回技能列表

abaqus-interaction

majiayu000
更新于 Today
328 次查看
58
9
58
在 GitHub 上查看
设计ai

关于

This skill defines Abaqus contact interactions and mechanical constraints like contact pairs, tie constraints, and connectors. Use it when a developer needs to model surface contact, friction, bonded parts, or connections between assembly components. It handles the setup but defers complete analysis workflows or applying loads/boundary conditions to other dedicated skills.

快速安装

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-interaction

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

Abaqus Interaction Skill

Define contact pairs, tie constraints, coupling, and connectors between parts in an assembly.

When to Use This Skill

Route here when user mentions:

  • "Contact between surfaces"
  • "Friction", "sliding contact", "frictionless"
  • "Tie constraint", "bonded surfaces", "welded"
  • "Parts touching", "parts can separate"
  • "Coupling", "connector", "spring element"
  • "Join different meshes"

Route elsewhere:

  • Complete contact analysis workflow → /abaqus-contact-analysis
  • Fixed supports or displacements → /abaqus-bc
  • Applied forces or pressures → /abaqus-load

Key Decisions

1. What Type of Connection?

User DescribesInteraction TypeKey Feature
Welded, glued, bondedTie constraintPermanent, no relative motion
Parts can slide and separateSurface-to-surface contactFriction, gap allowed
Load from point to surfaceCouplingReference point control
Spring, damper, hingeConnectorStiffness/damping behavior
Adhesive, delaminationCohesiveDamage initiation criteria

2. Contact Formulation

FormulationWhen to Use
Surface-to-surfaceGeneral contact (recommended default)
Node-to-surfaceLegacy compatibility, special cases
General contactAutomatic detection (explicit dynamics)
Self-contactFolding, buckling, large deformation

3. Typical Friction Coefficients

Surface PairFriction Coefficient
Frictionless0.0
Lubricated metal0.1 - 0.3
Dry metal-to-metal0.3 - 0.5
Rubber on surface0.5 - 0.8
No slip (rough)Use ROUGH formulation

What to Ask User

If unclear, ask:

  1. Bonded or sliding?

    • Bonded (no relative motion) → Tie constraint
    • Sliding allowed → Contact with friction
  2. Friction coefficient?

    • If not specified, suggest typical value for material pair
    • Frictionless is valid for lubricated or normal-dominant cases
  3. Which surface is master/slave?

    • User may not know - guide them (see below)
  4. Can surfaces separate?

    • Yes → allowSeparation=ON
    • No (always in contact) → allowSeparation=OFF

Master/Slave Selection Guidelines

CriterionMaster SurfaceSlave Surface
StiffnessStiffer bodySofter body
Mesh densityCoarser meshFiner mesh
SizeLarger surfaceSmaller surface
GeometryFlat/convexCurved/concave

When in doubt: The coarser mesh should be master.

Workflow: Setting Up Interactions

Step 1: Identify Contact Pairs

List all surfaces that interact. For each pair determine:

  • Type (contact vs tie)
  • Master and slave assignment
  • Friction requirements

Step 2: Create Surfaces

Surfaces must be defined on assembly instances before creating interactions.

Step 3: Define Contact Properties

For contact interactions, define:

  • Normal behavior: Hard contact, allow separation
  • Tangential behavior: Friction formulation and coefficient

Step 4: Create Interaction

Assign contact property to surface pair in appropriate step.

Step 5: Verify Setup

Check for:

  • Correct master/slave assignment
  • Appropriate initial gap/overclosure
  • Contact pair is active in correct step

Common Gotchas

SymptomLikely CauseSolution
Contact not detectedSurfaces too far apartUse adjust=ON or reduce initial gap
Severe discontinuity warningsContact chatteringAdd stabilization, use smaller increments
Negative eigenvalueWrong master/slaveSwap master and slave surfaces
Overclosure too largeInitial interferenceUse shrink fit option or adjust geometry
Tie not workingSurfaces not close enoughIncrease position tolerance

Validation Checklist

Before running analysis:

  • All contacting surface pairs identified
  • Master/slave correctly assigned
  • Contact properties defined (normal + tangential)
  • Interaction assigned to correct step
  • Initial gaps/overclosures within tolerance
  • Friction coefficient appropriate for materials

Code Patterns

For API syntax and code examples, see:

GitHub 仓库

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

相关推荐技能

himalaya-email-manager

通信

这个Claude Skill通过Himalaya CLI工具提供IMAP邮箱管理功能,支持使用自然语言查询搜索、总结和删除邮件。它特别适合开发者快速获取每日邮件摘要和执行批量邮件操作,所有功能都通过Python脚本封装,简化了环境配置和命令执行流程。关键特性包括支持富文本表格输出、多文件夹分类处理,以及完整的Unicode字符和表情符号显示。

查看技能

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

查看技能