domain-expert
Domain-specific knowledge and Q&A for various engineering fields
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Domain-specific knowledge and Q&A for various engineering fields
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Diagnose and fix Abaqus convergence issues
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 | domain-expert |
| version | 1.0.0 |
| description | Domain-specific knowledge and Q&A for various engineering fields |
| description_cn | 各工程领域的专业知识问答 |
| triggers | ["ask","question","what","how","why","问","怎么","为什么"] |
| priority | P1 |
| dependencies | [] |
| author | AbaqusGPT Team |
| tags | ["qa","knowledge","domain"] |
Provide domain-specific expertise for various engineering fields, answering questions about Abaqus modeling, analysis techniques, and best practices.
为各工程领域提供专业知识,回答关于 Abaqus 建模、分析技术和最佳实践的问题。
Multi-Domain Knowledge | 多领域知识
Context-Aware Answers | 上下文感知回答
Code Examples | 代码示例
# Ask a question
abaqusgpt ask "如何处理接触不收敛?"
# Specify domain
abaqusgpt ask "什么是沙漏模式?" --domain structural
from abaqusgpt.skills.domain_expert import DomainExpertSkill
skill = DomainExpertSkill()
result = skill.execute({
"question": "如何选择合适的接触算法?",
"domain": "contact"
})
| Key | Type | Required | Description |
|---|---|---|---|
question | str | Yes | User's question |
domain | str | No | Specific domain to focus on |
context | dict | No | Additional context (current model, etc.) |
{
"status": "success",
"answer": "...",
"references": [...],
"code_examples": [...],
"follow_up_questions": [...]
}
| Domain | Description | 描述 |
|---|---|---|
structural | Static and strength | 静力与强度 |
thermal | Heat transfer | 传热 |
dynamic | Dynamic and vibration | 动力学与振动 |
contact | Contact mechanics | 接触力学 |
fatigue | Fatigue analysis | 疲劳分析 |
cfd | Coupled fluid | 流固耦合 |
material | Material modeling | 材料建模 |
knowledge_base/ directoryshared-references/shared-references/domain-guidelines.mdknowledge_base/abaqus_docs/