| 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"] |
Abaqus Thermal Stress Analysis Skills
Overview
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.
Skills List
1. Thermal Stress Analysis (skill_thermal_stress)
Analyze thermal stress and deformation caused by temperature changes, including sequential coupling and fully coupled methods.
Applicable Scenarios:
- Welding residual stress analysis
- Thermo-mechanical coupled loads
- Deformation caused by temperature gradients
- Thermal shock analysis
Code Snippet:
model.HeatTransferStep(
name='Steady-State',
previous='Initial',
response=STEADY_STATE
)
material.Expansion(table=((expansion_coeff,),))
model.Temperature(
name='Temp-From-ODB',
createStepName='Thermal-Stress-Step',
region=region,
distributionType=FROM_FILE,
fileName='thermal_results.odb'
)
Quick Reference
Unit Conversion
| 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 |
Coupling Methods
- Sequential Coupling: Thermal analysis first → Stress analysis second
- Fully Coupled: Simultaneously solve temperature and displacement
Detailed Reference
Related Skills