abaqus-shape-optimization
关于
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-registrygit 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
| Aspect | Shape Optimization | Topology Optimization |
|---|---|---|
| What changes | Surface positions | Material presence |
| Result | Smooth surfaces | Holes, organic forms |
| Manufacturing | Traditional machining | Often needs AM/casting |
| Design freedom | Limited | High |
| Best for | Refine existing design | Conceptual 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:
- ✅ Working static analysis that converges
- ✅ Identified high-stress surface region
- ✅ 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 Goal | Objective | Design Response |
|---|---|---|
| Reduce stress concentration | MINIMIZE_MAXIMUM | STRESS (MISES) |
| Uniform stress distribution | MINIMIZE_MAXIMUM | MAX_PRINCIPAL_STRESS |
| Maximize stiffness | MINIMIZE_MAXIMUM | STRAIN_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
| Parameter | Recommended | Notes |
|---|---|---|
| Max movement | 3-10mm | Based on part size |
| Design cycles | 20-30 | More for complex shapes |
| Mesh quality | MEDIUM | Balance speed/quality |
| Smoothing | LAPLACIAN | Prevents mesh distortion |
What to Ask User
If not specified, clarify:
- Which surface to reshape? - "The inner fillet at the L-bracket corner"
- Maximum allowed movement? - "Up to 5mm growth, 3mm shrink"
- Stress reduction target? - "Reduce from 450 MPa to under 300 MPa"
- 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
- Compare initial vs optimized stress contours
- Export modified geometry if needed
- Run final validation FEA on optimized shape
- Check manufacturability with CAM or manufacturing engineer
Troubleshooting
| Problem | Likely Cause | Solution |
|---|---|---|
| Mesh distortion | Movement limits too large | Reduce max growth/shrink |
| No improvement | Wrong design surfaces | Verify surface selection |
| Convergence failure | Aggressive optimization | Add smoothing, smaller steps |
| Volume increase | No volume constraint | Add volume ≤ initial constraint |
| "License error" | No Tosca module | Requires 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 仓库
相关推荐技能
polymarket
元这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。
evaluating-llms-harness
测试该Skill通过60+个学术基准测试(如MMLU、GSM8K等)评估大语言模型质量,适用于模型对比、学术研究及训练进度追踪。它支持HuggingFace、vLLM和API接口,被EleutherAI等行业领先机构广泛采用。开发者可通过简单命令行快速对模型进行多任务批量评估。
cloudflare-turnstile
元这个Skill提供完整的Cloudflare Turnstile集成知识,用于在表单、登录页面和API端点中实现无验证码的机器人防护。它支持React/Next.js/Hono等框架集成,涵盖令牌验证、错误代码调试和端到端测试等场景。通过运行后台不可见挑战,在保持用户体验的同时有效阻止自动化流量和垃圾信息。
langchain
元LangChain是一个用于构建LLM应用程序的框架,支持智能体、链和RAG应用开发。它提供多模型提供商支持、500+工具集成、记忆管理和向量检索等核心功能。开发者可用它快速构建聊天机器人、问答系统和自主代理,适用于从原型验证到生产部署的全流程。
