MCP HubMCP Hub
スキル一覧に戻る

abaqus-optimization

majiayu000
更新日 Today
122 閲覧
58
9
58
GitHubで表示
デザインaidesign

について

このスキルは、AbaqusにおけるTosca最適化設定を構成し、設計応答、目的関数、制約条件などのコアコンポーネントを扱います。トポロジーおよび形状最適化ワークフローの基本モジュールとして機能し、特に低レベルの設定タスクを担当します。ユーザーがSIMPペナルティ、材料補間について言及する場合、または完全なワークフロー技能にルーティングする前に最適化パラメータを設定する必要がある場合に使用してください。

クイックインストール

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

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る