converge-doctor
Diagnose and fix Abaqus convergence issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Diagnose and fix Abaqus convergence issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | converge-doctor |
| version | 1.0.0 |
| description | Diagnose and fix Abaqus convergence issues |
| description_cn | 诊断并修复 Abaqus 收敛问题 |
| triggers | ["diagnose","convergence","收敛","不收敛","报错","error"] |
| priority | P0 |
| dependencies | [] |
| author | AbaqusGPT Team |
| tags | ["diagnosis","convergence","solver"] |
Diagnose Abaqus convergence issues from .msg and .sta files, providing root cause analysis and actionable fix recommendations.
从 .msg 和 .sta 文件诊断 Abaqus 收敛问题,提供根本原因分析和可操作的修复建议。
Error Pattern Matching | 错误模式匹配
Root Cause Analysis | 根本原因分析
Fix Recommendations | 修复建议
# Diagnose a .msg file
abaqusgpt diagnose path/to/job.msg
# Verbose mode with all details
abaqusgpt diagnose path/to/job.msg --verbose
from abaqusgpt.skills.converge_doctor import ConvergeDoctorSkill
skill = ConvergeDoctorSkill()
result = skill.execute({
"file_path": "path/to/job.msg",
"verbose": True
})
| Key | Type | Required | Description |
|---|---|---|---|
file_path | str | Yes | Path to .msg or .sta file |
verbose | bool | No | Show detailed output (default: False) |
{
"status": "success",
"errors_found": [...],
"known_patterns": [...],
"diagnosis": "...",
"recommendations": [...],
"report_path": "diagnosis-stage/DIAGNOSIS_REPORT.md"
}
shared-references/error-patterns.mdDomain-specific knowledge and Q&A for various engineering fields
Generate Abaqus .inp files from natural language or templates
Provide mesh quality advice and element selection guidance
Geotechnical boundary conditions, initial conditions, and loading for Abaqus
Geotechnical constitutive model selection and parameter calibration for Abaqus
Excavation, tunneling, and staged construction simulation in Abaqus