abaqus-step
关于
This skill defines Abaqus analysis steps and procedures, handling step creation for static, dynamic, frequency, and heat transfer analyses. It manages settings like analysis type, time increments, and nonlinear geometry (nlgeom). Use it when the conversation involves step configuration, multi-step sequences, or solution control parameters.
快速安装
Claude Code
推荐/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/abaqus-step在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Abaqus Step Skill
This skill defines analysis steps and procedures in Abaqus. Steps control what physics are solved and how the solution proceeds.
When to Use This Skill
Route here when user mentions:
- "static analysis", "dynamic step", "frequency analysis"
- "heat transfer step", "thermal step", "transient analysis"
- "analysis type", "time increments", "nlgeom"
- "convergence issues", "increment size", "time step"
- "multi-step analysis", "sequential loading"
- "buckling analysis", "modal analysis"
- "impact simulation", "crash analysis"
Route elsewhere:
- Applying boundary conditions →
/abaqus-bc - Applying loads →
/abaqus-load - Setting up optimization →
/abaqus-optimization - Configuring output requests →
/abaqus-output
Workflow: Creating Analysis Steps
Step 1: Understand User's Physics
Ask if unclear:
- What physics? Stress, vibration, heat transfer, coupled?
- Static or dynamic? Constant load vs time-varying?
- Linear or nonlinear? Small or large deformations?
Step 2: Choose Step Type
| Analysis Goal | Step Type | Key Parameter |
|---|---|---|
| Stress under constant load | StaticStep | nlgeom=OFF/ON |
| Natural frequencies | FrequencyStep | numEigen |
| Buckling modes | BuckleStep | numEigen |
| Transient dynamics (smooth) | ImplicitDynamicsStep | timePeriod |
| Impact/crash | ExplicitDynamicsStep | timePeriod |
| Heat conduction | HeatTransferStep | response |
| Thermal + structural | CoupledTempDisplacementStep | timePeriod |
| Harmonic response | SteadyStateDynamicsStep | frequencyRange |
Most common: StaticStep with nlgeom=OFF for linear stress analysis.
Step 3: Determine Linearity
| Condition | nlgeom Setting | When |
|---|---|---|
| Small deformation, linear material | OFF | Default, fastest |
| Large rotation/displacement | ON | Thin structures, cables |
| Plasticity | ON | Material yields |
| Contact | ON | Parts touching |
| Buckling | ON | Post-buckling behavior |
Step 4: Configure Increment Control
| Convergence Difficulty | initialInc | minInc | maxInc |
|---|---|---|---|
| Easy (linear) | 1.0 | 1e-6 | 1.0 |
| Moderate | 0.1 | 1e-8 | 0.2 |
| Difficult (contact, plasticity) | 0.01 | 1e-12 | 0.05 |
Step 5: Chain Multiple Steps (if needed)
For sequential loading:
- First step uses
previous='Initial' - Subsequent steps chain from previous step name
- Each step can have different physics or settings
Key Parameters
| Parameter | Purpose | Typical Value |
|---|---|---|
| timePeriod | Duration of step | 1.0 for static |
| initialInc | Starting increment size | 0.1 for nonlinear |
| maxNumInc | Maximum iterations | 100 |
| minInc | Smallest allowed increment | 1e-8 |
| maxInc | Largest allowed increment | 0.1-1.0 |
| numEigen | Modes to extract | 10 |
| deltmx | Max temp change per increment | 5.0-10.0 |
Special Considerations
Frequency/Modal Analysis
- Always from Initial step (no preload needed for basic modal)
- Use LANCZOS eigensolver for large models
- Extract 10-20 modes typically
Buckling Analysis
- Usually follows a load step (to apply reference load)
- Eigenvalues are load multipliers
- First positive eigenvalue is critical
Explicit Dynamics
- Time period should be very short (milliseconds)
- Increment size determined automatically
- Mass scaling may be needed for quasi-static problems
Heat Transfer
- STEADY_STATE for equilibrium temperature
- TRANSIENT for time-varying temperature
- deltmx controls accuracy vs speed
Troubleshooting
| Problem | Likely Cause | Solution |
|---|---|---|
| "Too many increments" | Convergence difficulty | Reduce maxInc, increase maxNumInc |
| "Negative eigenvalues" | Unconstrained or unstable | Check BCs, add stabilization |
| "Time increment too small" | Severe nonlinearity | Add stabilization, check material |
| "Explicit time increment" | Very small elements | Use mass scaling or coarsen mesh |
Validation Checklist
After step creation, verify:
- Step type matches analysis physics
- nlgeom setting appropriate for deformation level
- Increment control parameters reasonable
- Step chains correctly from previous
- Time period appropriate for transient analysis
Code Patterns
For actual API syntax and code examples, see:
GitHub 仓库
相关推荐技能
algorithmic-art
元该Skill使用p5.js创建包含种子随机性和交互参数探索的算法艺术,适用于生成艺术、流场或粒子系统等需求。它能自动生成算法哲学文档(.md)和对应的交互式艺术代码(.html/.js),确保作品原创性避免侵权。开发者可通过定义计算美学理念快速获得可交互的艺术实现方案。
subagent-driven-development
开发该Skill用于在当前会话中执行包含独立任务的实施计划,它会为每个任务分派一个全新的子代理并在任务间进行代码审查。这种"全新子代理+任务间审查"的模式既能保障代码质量,又能实现快速迭代。适合需要在当前会话中连续执行独立任务,并希望在每个任务后都有质量把关的开发场景。
executing-plans
设计该Skill用于当开发者提供完整实施计划时,以受控批次方式执行代码实现。它会先审阅计划并提出疑问,然后分批次执行任务(默认每批3个任务),并在批次间暂停等待审查。关键特性包括分批次执行、内置检查点和架构师审查机制,确保复杂系统实现的可控性。
cost-optimization
其他这个Claude Skill帮助开发者优化云成本,通过资源调整、标记策略和预留实例来降低AWS、Azure和GCP的开支。它适用于减少云支出、分析基础设施成本或实施成本治理策略的场景。关键功能包括提供成本可视化、资源规模调整指导和定价模型优化建议。
