Skill for thermal characterization workflows including DSC, TGA, DTA, TMA, and DMA for phase transitions, decomposition, and viscoelastic property analysis
The Thermal Analysis skill provides comprehensive thermal characterization workflows for materials science applications, enabling systematic analysis of phase transitions, thermal stability, decomposition kinetics, and viscoelastic properties through DSC, TGA, DTA, TMA, and DMA techniques.
Baseline Correction
Glass Transition Analysis
Enthalpy Calculation
Decomposition Analysis
Kinetic Analysis
Viscoelastic Properties
Frequency Dependence
{
"sample_id": "string",
"technique": "DSC|TGA|DTA|TMA|DMA",
"temperature_range": {
"start": "number (C)",
"end": "number (C)"
},
"heating_rate": "number (K/min) or array",
"atmosphere": "nitrogen|air|argon|oxygen",
"analysis_type": "transition|kinetics|modulus|expansion"
}
{
"sample_id": "string",
"technique": "string",
"results": {
"transitions": [
{
"type": "Tg|Tm|Tc|Td",
"temperature": "number (C)",
"enthalpy": "number (J/g)",
"method": "string"
}
],
"kinetics": {
"activation_energy": "number (kJ/mol)",
"pre_exponential": "number",
"method": "string"
},
"mechanical": {
"storage_modulus": "number (Pa)",
"loss_modulus": "number (Pa)",
"tan_delta_peak": "number (C)"
}
}
}