MCP HubMCP Hub
返回技能列表

abaqus-mesh

majiayu000
更新于 Today
336 次查看
58
9
58
在 GitHub 上查看
general

关于

This skill generates finite element meshes for Abaqus models, handling element creation, sizing, and refinement. It activates when users mention mesh generation, element types (like C3D8R), or mesh quality checks. The skill requires existing geometry and provides tools for discretizing models into nodes and elements for analysis.

快速安装

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

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

技能文档

Abaqus Mesh Skill

Generate finite element meshes for Abaqus models. Discretizes geometry into elements and nodes for analysis.

When to Use This Skill

Route here when user mentions:

  • "Mesh the part", "generate mesh"
  • "Element size", "mesh size", "refine mesh"
  • "Element type", "C3D8R", "C3D10", "S4R"
  • "Too many nodes", "Learning Edition limit"
  • "Mesh quality", "check elements"

Route elsewhere:

  • Creating or modifying geometry → /abaqus-geometry
  • Creating partitions for loads/BCs → /abaqus-geometry
  • Extracting mesh-based results → /abaqus-odb

Prerequisites

Before meshing:

  1. Geometry must be complete
  2. Sections should be assigned (material assignment)

Workflow: Generating a Mesh

Step 1: Understand User's Goal

Ask if unclear:

  • Target mesh size? Coarse (fast) or fine (accurate)?
  • Hex or tet elements? Simple geometry → hex; complex → tet
  • Local refinement? Stress concentrations need finer mesh

Step 2: Choose Element Type

GeometryRecommendedCodeNotes
Simple box/prismHex, reducedC3D8RFast, accurate, try first
Complex freeformTet, quadraticC3D10Meshes anything
Thin-walled (t/L < 0.1)ShellS4RPlates, shells
Slender beams (L/d > 10)BeamB31Frames, trusses

Decision guidance:

  • Can it be hex-meshed? → Try C3D8R first
  • Complex shape or holes? → Use C3D10 (tet)
  • Thin structure? → Use S4R shell
  • Explicit dynamics? → C3D8R works well

Step 3: Choose Mesh Size

Use CaseElement SizeGuideline
Quick feasibility10-20mm5+ elements across model
General analysis3-5mm10+ elements across smallest dimension
Stress concentrations1-2mm5+ elements in high-gradient regions
Topology optimization2-5mm3-5 elements across expected members

Rule of thumb: At least 3 elements across any feature you care about.

Step 4: Check Learning Edition Limits

Learning Edition allows max 1000 nodes.

Box Dimensions (mm)Max Element Size
100 x 100 x 10020mm
100 x 50 x 3010mm
50 x 50 x 5012mm
200 x 100 x 5025mm

Estimation formula: nodes ≈ (L/size + 1) × (W/size + 1) × (H/size + 1)

Step 5: Apply Local Refinement (If Needed)

Refine mesh near:

  • Holes and notches (stress concentrations)
  • Fillets and sharp corners
  • Load/BC application points

Options:

  • Edge seeds with smaller size
  • Edge seeds with specific element count
  • Biased mesh (graded density)

Step 6: Generate and Verify

After mesh generation, check:

  • Node count within limits
  • Element count reasonable
  • No mesh quality warnings
  • Elements exist in all regions

Element Type Reference

3D Solid Elements

CodeTypeNodesUse Case
C3D8RHex, reduced8General purpose (recommended)
C3D8Hex, full8Bending-dominated, no hourglass
C3D20RHex, quadratic20High accuracy, expensive
C3D4Tet, linear4Complex geometry (less accurate)
C3D10Tet, quadratic10Complex geometry (better accuracy)

Shell Elements

CodeTypeNodesUse Case
S4RQuad, reduced4General purpose (recommended)
S4Quad, full4No hourglass
S3Triangle3Complex surfaces

Mesh Quality Guidelines

MetricTargetWarningFailure
Aspect ratio< 5:15-10:1> 10:1
Jacobian> 0.50.1-0.5< 0.1
Min angle (quad)> 45°30-45°< 30°

Troubleshooting

ProblemLikely CauseSolution
"Cannot mesh region"Geometry too complex for hexSwitch to TET with FREE technique
"Element distortion"Poor element shapesRefine locally or fix geometry
"Exceeded node limit"Mesh too fineIncrease element size
"No mesh controls"Missing mesh techniqueSet mesh controls before generating
Mesh won't generateGaps in geometryCheck geometry, merge if needed

Code Patterns

For API syntax and code examples, see:

GitHub 仓库

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

相关推荐技能

algorithmic-art

该Skill使用p5.js创建包含种子随机性和交互参数探索的算法艺术,适用于生成艺术、流场或粒子系统等需求。它能自动生成算法哲学文档(.md)和对应的交互式艺术代码(.html/.js),确保作品原创性避免侵权。开发者可通过定义计算美学理念快速获得可交互的艺术实现方案。

查看技能

subagent-driven-development

开发

该Skill用于在当前会话中执行包含独立任务的实施计划,它会为每个任务分派一个全新的子代理并在任务间进行代码审查。这种"全新子代理+任务间审查"的模式既能保障代码质量,又能实现快速迭代。适合需要在当前会话中连续执行独立任务,并希望在每个任务后都有质量把关的开发场景。

查看技能

executing-plans

设计

该Skill用于当开发者提供完整实施计划时,以受控批次方式执行代码实现。它会先审阅计划并提出疑问,然后分批次执行任务(默认每批3个任务),并在批次间暂停等待审查。关键特性包括分批次执行、内置检查点和架构师审查机制,确保复杂系统实现的可控性。

查看技能

cost-optimization

其他

这个Claude Skill帮助开发者优化云成本,通过资源调整、标记策略和预留实例来降低AWS、Azure和GCP的开支。它适用于减少云支出、分析基础设施成本或实施成本治理策略的场景。关键功能包括提供成本可视化、资源规模调整指导和定价模型优化建议。

查看技能