MCP HubMCP Hub
返回技能列表

abaqus-shape-optimization

majiayu000
更新于 Today
330 次查看
58
9
58
在 GitHub 上查看
开发api

关于

This skill optimizes fillet and notch geometry to reduce stress concentrations by moving existing surfaces without adding or removing material. Use it when developers mention stress concentration, fillet optimization, or reshaping surfaces to reduce peak stress. It is distinct from topology optimization, which adds or removes material.

快速安装

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-shape-optimization

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

技能文档

Abaqus Shape Optimization Skill

Optimize surface geometry to reduce stress concentrations. Shape optimization moves existing surfaces without adding or removing material.

When to Use This Skill

Route here when user mentions:

  • "stress concentration", "reduce peak stress"
  • "fillet optimization", "optimize fillet radius"
  • "reshape surface", "smooth geometry"
  • "improve fatigue life", "notch optimization"

Route elsewhere:

  • Adding/removing material (holes, organic forms) → /abaqus-topology-optimization
  • Low-level optimization setup → /abaqus-optimization
  • Running the optimization job → /abaqus-job

Shape vs Topology Optimization

AspectShape OptimizationTopology Optimization
What changesSurface positionsMaterial presence
ResultSmooth surfacesHoles, organic forms
ManufacturingTraditional machiningOften needs AM/casting
Design freedomLimitedHigh
Best forRefine existing designConceptual design

Rule of thumb: Use shape optimization when you have a good design with local stress issues. Use topology when starting fresh or need major redesign.

Prerequisites

Before shape optimization:

  1. ✅ Working static analysis that converges
  2. ✅ Identified high-stress surface region
  3. ✅ Full Abaqus license with Tosca (not Learning Edition)

Workflow: Shape Optimization

Step 1: Run Baseline Analysis

Run static analysis to identify stress concentrations. Note peak stress location and magnitude for comparison baseline.

Step 2: Identify Design Surfaces

Ask user if unclear: Which surfaces can be modified? Which must remain fixed?

Only select surfaces that can be modified in manufacturing, are not functional interfaces, and don't have attached features.

Step 3: Define Movement Limits

Get maximum growth/shrink (mm). Typical values: 3-10mm depending on part size.

Step 4: Choose Objective

User GoalObjectiveDesign Response
Reduce stress concentrationMINIMIZE_MAXIMUMSTRESS (MISES)
Uniform stress distributionMINIMIZE_MAXIMUMMAX_PRINCIPAL_STRESS
Maximize stiffnessMINIMIZE_MAXIMUMSTRAIN_ENERGY

Step 5: Add Constraints and Geometric Restrictions

Protect critical regions: BC surfaces, load surfaces, mating interfaces, precision features.

Common constraints: volume ≤ initial, maintain planar surfaces, mesh quality.

Step 6: Run Optimization

Set design cycles (20-30) and submit the optimization process.

Key Parameters

ParameterRecommendedNotes
Max movement3-10mmBased on part size
Design cycles20-30More for complex shapes
Mesh qualityMEDIUMBalance speed/quality
SmoothingLAPLACIANPrevents mesh distortion

What to Ask User

If not specified, clarify:

  1. Which surface to reshape? - "The inner fillet at the L-bracket corner"
  2. Maximum allowed movement? - "Up to 5mm growth, 3mm shrink"
  3. Stress reduction target? - "Reduce from 450 MPa to under 300 MPa"
  4. Volume constraint? - "Keep volume within 5% of original"

Validation Checklist

After optimization completes, verify:

  • Peak stress reduced at critical location
  • Volume constraint satisfied
  • Geometry still manufacturable
  • No mesh distortion warnings
  • Results converged (objective stable)

Post-Processing

  1. Compare initial vs optimized stress contours
  2. Export modified geometry if needed
  3. Run final validation FEA on optimized shape
  4. Check manufacturability with CAM or manufacturing engineer

Troubleshooting

ProblemLikely CauseSolution
Mesh distortionMovement limits too largeReduce max growth/shrink
No improvementWrong design surfacesVerify surface selection
Convergence failureAggressive optimizationAdd smoothing, smaller steps
Volume increaseNo volume constraintAdd volume ≤ initial constraint
"License error"No Tosca moduleRequires full Abaqus

Code Patterns

For actual API syntax and code examples, see:

Related Skills

  • /abaqus-optimization - Base optimization API and concepts
  • /abaqus-topology-optimization - For material removal optimization
  • /abaqus-static-analysis - Required baseline analysis

GitHub 仓库

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

相关推荐技能