跳到主要内容
知仓学习社ZHICANG

thermal-analysis

Skill for thermal characterization workflows including DSC, TGA, DTA, TMA, and DMA for phase transitions, decomposition, and viscoelastic property a…

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Thermal Analysis Skill

Purpose

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.

Capabilities

  • DSC baseline correction and peak integration
  • Glass transition temperature (Tg) determination
  • Crystallization and melting enthalpy calculation
  • TGA decomposition kinetics analysis (Kissinger, FWO methods)
  • DTA phase transformation identification
  • TMA expansion coefficient calculation
  • DMA viscoelastic property extraction (E', E'', tan delta)
  • Multi-heating rate kinetic analysis

Usage Guidelines

Differential Scanning Calorimetry (DSC)

  1. Baseline Correction
  • Select appropriate baseline type (linear, sigmoidal, spline)
  • Define integration limits for peak area calculation
  • Apply correction for instrument drift
  1. Glass Transition Analysis
  • Use midpoint, onset, or inflection method consistently
  • Report heating rate used for measurement
  • Note fictive temperature for aging studies
  1. Enthalpy Calculation
  • Integrate peak area with proper baseline
  • Apply calibration constant from standards
  • Report uncertainty based on baseline selection

Thermogravimetric Analysis (TGA)

  1. Decomposition Analysis
  • Identify mass loss steps and temperatures
  • Calculate derivative curves (DTG) for step resolution
  • Correlate with evolved gas analysis if available
  1. Kinetic Analysis
  • Apply isoconversional methods (Kissinger, FWO, KAS)
  • Use multiple heating rates (5, 10, 20 K/min minimum)
  • Report activation energy with confidence intervals

Dynamic Mechanical Analysis (DMA)

  1. Viscoelastic Properties
  • Extract storage modulus (E'), loss modulus (E'')
  • Calculate loss tangent (tan delta)
  • Identify glass transition from tan delta peak or E' onset
  1. Frequency Dependence
  • Perform temperature-frequency sweeps
  • Apply time-temperature superposition
  • Generate master curves for long-term prediction

Process Integration

  • MS-004: Thermal Analysis Protocol (all phases)
  • MS-003: Spectroscopic Analysis Suite (thermal-spectroscopy correlation)

Input Schema

{
  "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"
}

Output Schema

{
  "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)"
    }
  }
}

Best Practices

  1. Calibrate with certified standards (indium, sapphire) before measurements
  2. Use consistent sample mass and pan type within a study
  3. Report all experimental parameters for reproducibility
  4. Apply appropriate baseline corrections before integration
  5. Use multiple heating rates for kinetic reliability
  6. Consider thermal lag at high heating rates

Integration Points

  • Connects with Spectroscopy Analysis for coupled TGA-FTIR/MS
  • Feeds into Polymer Characterization for comprehensive analysis
  • Supports Mechanical Testing for property correlation
  • Integrates with Materials Database for data archival

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/domains/science/materials-science/skills/thermal-analysis/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 thermal-analysis 的技能。它们内容并不相同,别混用:

  • a5c-ai/babysitter — Electronic system thermal modeling and analysis skill for junction temperature calculation
  • a5c-ai/babysitter — Skill for thermal management design and heat transfer analysis across conduction, convecti