converge-doctor
Diagnose and fix Abaqus convergence issues
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Diagnose and fix Abaqus convergence issues
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Domain-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
| 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.md