メインコンテンツへスキップ
Temperature affects nearly every aspect of battery behavior: reaction kinetics, transport properties, degradation rates, and safety. This guide covers both thermal property calculations and temperature-dependent parameter modeling.

Why Thermal Modeling Matters

Temperature influences batteries through multiple mechanisms:
  • Kinetics: Reaction rates increase exponentially with temperature (Arrhenius)
  • Transport: Diffusivity and ionic conductivity are strongly temperature-dependent
  • Degradation: Higher temperatures accelerate aging mechanisms
  • Safety: Thermal runaway is the primary safety concern for lithium-ion batteries
Understanding and modeling these effects is essential for accurate simulations and safe designs.

Arrhenius Temperature Dependence

The Arrhenius equation describes how rate-limited parameters vary with temperature: k(T)=Aexp(EaRT)k(T) = A \exp\left(-\frac{E_a}{RT}\right) where:
  • AA is the pre-exponential factor
  • EaE_a is the activation energy [J/mol]
  • R=8.314R = 8.314 J/(mol·K) is the gas constant
  • TT is absolute temperature [K]

Physical Interpretation

The activation energy EaE_a represents the energy barrier for the process:
  • Diffusion: Energy barrier for ions hopping between sites
  • Reaction kinetics: Energy barrier for electrochemical reactions
  • Conductivity: Energy for ion transport through the material
Higher activation energies mean stronger temperature sensitivity.

Reference Temperature Formulation

A more practical form uses a reference temperature: k(T)=krefexp[EaR(1T1Tref)]k(T) = k_{\text{ref}} \exp\left[-\frac{E_a}{R}\left(\frac{1}{T} - \frac{1}{T_{\text{ref}}}\right)\right] where kref=k(Tref)k_{\text{ref}} = k(T_{\text{ref}}) is the value at the reference temperature (typically 298.15 K).
Using a reference temperature makes parameters more intuitive—krefk_{\text{ref}} is the value at room temperature rather than an abstract pre-exponential factor.

Fitting Arrhenius Parameters

Taking the logarithm linearizes the relationship: lnk=lnAEaR1T\ln k = \ln A - \frac{E_a}{R} \cdot \frac{1}{T} Plotting lnk\ln k vs 1/T1/T gives a straight line with slope Ea/R-E_a/R — the basis of the ArrheniusLogLinear calculation, which fits (kref,Ea)(k_{\text{ref}}, E_a) from a table of (T,k)(T, k) measurements.
Arrhenius フィットや比熱の計算を実行する方法については、Pipelines → Calculations → Thermal を参照してください。

Typical Activation Energies

When Arrhenius Doesn’t Apply

The Arrhenius model assumes a single mechanism across all temperatures. It may fail when:
  • Phase transitions change the mechanism
  • Multiple processes compete at different temperatures
  • Non-thermal effects (concentration, stress) also matter
For non-Arrhenius behavior, use piecewise interpolation with temperature as the independent variable.

Thermal Properties

Heat Generation

Batteries generate heat through several mechanisms: Q˙=Q˙reversible+Q˙irreversible\dot{Q} = \dot{Q}_{\text{reversible}} + \dot{Q}_{\text{irreversible}} At high rates, irreversible heating dominates. At low rates, reversible heating can be significant and may cause local cooling during discharge.

Heat Capacity

The specific heat capacity cpc_p determines temperature rise for a given heat input: ΔT=Qmcp\Delta T = \frac{Q}{m \cdot c_p} A SpecificHeatCapacity calculation converts between cell heat capacity [J/K] and specific heat capacity [J/(kg·K)] given the cell mass.

Typical Thermal Property Values

Lumped vs. Distributed Thermal Models

Treats the cell as a single temperature:mcpdTdt=Q˙hA(TTambient)m c_p \frac{dT}{dt} = \dot{Q} - h A (T - T_{\text{ambient}})Use when: Cell is small, gradients negligible, or fast simulation needed. A LumpedHeatCapacityAndDensity calculation combines the specific heat and density into the lumped heat-capacity term used by this model.

Thermal Safety

Thermal runaway occurs when heat generation exceeds dissipation, causing self-accelerating temperature rise. This is the primary safety concern for lithium-ion batteries.

Onset Temperatures

Accurate thermal modeling helps design cells and systems that stay well below these thresholds.

Practical Guidelines

For initial modeling, lumped thermal with Arrhenius temperature dependence is usually sufficient. Add distributed thermal modeling only when investigating thermal management or large-format cells.

Measurement Methods