MCP HubMCP Hub
返回技能列表

abaqus-optimization

majiayu000
更新于 Today
338 次查看
58
9
58
在 GitHub 上查看
设计aidesign

关于

This skill configures Tosca optimization setups in Abaqus, handling core components like design responses, objective functions, and constraints. It serves as the base module for topology and shape optimization workflows, specifically for low-level setup tasks. Use it when users mention SIMP penalty, material interpolation, or need to configure optimization parameters before routing to complete workflow 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-optimization

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

技能文档

Abaqus Optimization Skill

This skill configures optimization tasks in Abaqus. It's the base module - for complete workflows, route to /abaqus-topology-optimization or /abaqus-shape-optimization.

When to Use This Skill

Route here when user mentions:

  • "design response", "objective function", "optimization constraint"
  • "SIMP penalty", "material interpolation"
  • Low-level optimization setup (not complete workflows)

Route elsewhere:

  • Complete topology optimization workflow → /abaqus-topology-optimization
  • Complete shape optimization workflow → /abaqus-shape-optimization
  • Running the optimization → /abaqus-job

Prerequisites

Before optimization setup:

  1. ✅ Working static analysis that converges
  2. ✅ Appropriate mesh density
  3. ✅ Full Abaqus license with Tosca (not Learning Edition)

Workflow: Setting Up Optimization

Step 1: Understand User's Goal

Ask if unclear:

  • What to optimize? Weight, stiffness, frequency, stress?
  • What constraints? Volume limit, stress limit, displacement limit?
  • Manufacturing? Casting (draw direction), additive (min feature size)?

Step 2: Choose Objective-Constraint Pair

User WantsObjectiveConstraint
Lightest structure that's stiff enoughMinimize volumeCompliance ≤ limit
Stiffest structure at given weightMinimize complianceVolume ≤ 30%
Avoid resonanceMaximize frequencyVolume ≤ target
Reduce peak stressMinimize max stressVolume ≤ target

Most common: Minimize compliance with volume ≤ 30%

Step 3: Define Design Responses

Design responses are the quantities optimization tracks:

ResponseWhen to Use
VOLUMEAlmost always (for volume constraint)
STRAIN_ENERGYStiffness optimization
EIGENFREQUENCYVibration/resonance
STRESSStress-constrained design
DISPLACEMENTDeflection limit

Step 4: Set Objective Function

The objective is what gets optimized:

  • MINIMIZE_MAXIMUM - For compliance, stress
  • MAXIMIZE_MINIMUM - For frequency

Step 5: Add Constraints

Constraints limit the design space:

  • RELATIVE_LESS_THAN_EQUAL - Percentage (volume ≤ 30%)
  • ABSOLUTE_LESS_THAN_EQUAL - Fixed value (stress ≤ 200 MPa)

Step 6: Consider Manufacturing

ConstraintPurpose
Min member sizePrevents thin, unmanufacturable features (3-5mm typical)
SymmetryMirrors design about plane
Draw directionEnables mold/casting extraction
Overhang angleFor additive manufacturing

Step 7: Freeze Critical Regions

Always freeze:

  • BC application regions (mounting points)
  • Load application regions
  • Functional surfaces (mating interfaces)

Key Parameters

ParameterRecommendedNotes
SIMP penalty3.0Higher = sharper boundaries
Volume fraction0.3-0.4Start conservative
Min member size3× mesh sizePrevents checkerboard
Design cycles30-50More for complex geometry

Validation Checklist

After setup, verify:

  • Task created with correct region
  • At least one design response defined
  • Objective function set
  • Volume or other constraint defined
  • BC/load regions frozen
  • Manufacturing constraint if needed

Troubleshooting

ProblemLikely CauseSolution
Checkerboard patternNo min member sizeAdd GeometricRestriction
Disconnected resultLoad path brokenFreeze more regions
Not convergingConstraint too tightRelax volume fraction
"License error"No Tosca moduleRequires full Abaqus

Code Patterns

For actual API syntax and code examples, see:

GitHub 仓库

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

相关推荐技能

content-collections

Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。

查看技能

polymarket

这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。

查看技能

himalaya-email-manager

通信

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

查看技能

sglang

SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。

查看技能