一键导入
abaqus-script-control-thermal
Abaqus thermal stress analysis — steady-state and transient heat transfer, sequential and fully-coupled thermal-mechanical analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Abaqus thermal stress analysis — steady-state and transient heat transfer, sequential and fully-coupled thermal-mechanical analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Abaqus composite material analysis — laminated shell elements, classical laminate theory (CLT), Hashin failure criteria, and progressive damage simulation.
Abaqus fatigue analysis — high-cycle fatigue (S-N curve) and low-cycle fatigue life prediction under cyclic loading.
Abaqus Python scripting fundamentals — geometric modeling, material definition, step setup, boundary conditions & loads, mesh generation, and job submission. Foundation skill for all Abaqus analysis types.
Abaqus static analysis — linear elastic small-deformation analysis and nonlinear large-deformation/plasticity/contact analysis. Builds on general skills for structural FEA.
Abaqus XFEM (eXtended Finite Element Method) — crack initiation and propagation simulation without remeshing. Supports damage initiation criteria and evolution laws.
Abaqus user subroutine development in Fortran — UMAT/VUMAT custom materials, DLOAD/VDLOAD loads, DISP/VDISP boundaries, USDFLD fields, SIGINI/SDVINI initial conditions, FRIC/VRIC friction, HETVAL/FILM thermal, UEL/VUEL custom elements.
| name | abaqus-script-control-thermal |
| description | Abaqus thermal stress analysis — steady-state and transient heat transfer, sequential and fully-coupled thermal-mechanical analysis. |
| version | 1.0 |
| capabilities | ["steady_state_heat_transfer","transient_heat_transfer","thermal_mechanical_coupling","sequential_coupling","fully_coupled_analysis"] |
| triggers | ["thermal analysis","heat transfer","thermal stress","temperature field","thermal-mechanical","welding simulation","热分析","热应力","温度场"] |
| constraints | ["Requires general/SKILL.md as foundation","Thermal properties require unit conversion (specific heat: J/(kg·K) → mJ/(tonne·K) × 10^9)","Reference documentation is limited — expand for production use"] |
This skill module provides specialized skills for Abaqus thermal stress analysis to analyze thermal stress and deformation caused by temperature changes. Includes steady-state heat transfer, transient heat transfer, and thermal-mechanical coupling analysis.
skill_thermal_stress)Analyze thermal stress and deformation caused by temperature changes, including sequential coupling and fully coupled methods.
Applicable Scenarios:
Code Snippet:
# Heat transfer step
model.HeatTransferStep(
name='Steady-State',
previous='Initial',
response=STEADY_STATE
)
# Thermal expansion material
material.Expansion(table=((expansion_coeff,),))
# Import temperature field from ODB
model.Temperature(
name='Temp-From-ODB',
createStepName='Thermal-Stress-Step',
region=region,
distributionType=FROM_FILE,
fileName='thermal_results.odb'
)
| Physical Quantity | Original Unit | Abaqus Unit |
|---|---|---|
| Thermal Conductivity | W/(m·K) | W/(m·K) |
| Specific Heat | J/(kg·K) | mJ/(tonne·K) × 10^9 |
| Thermal Expansion Coefficient | /°C | /°C |