Phonon Scattering

Thermal Conductivity and Phonon Transport

📖 Reading Time: 20-25 minutes 📊 Difficulty: Beginner 💻 Code Examples: 0 📝 Exercises: 0

🌐 EN | 🇯🇵 JP | Last sync: 2025-12-20

Materials Science Dojo > Intermediate Phonon Physics > Chapter 3

Chapter 3: Phonon Scattering

Thermal Conductivity and Phonon Transport

⏱️ 35-45 min | 💻 6 Code Examples | 📊 Intermediate-Advanced

Learning Objectives

3.1 Phonon Heat Current

Heat Current Density

The heat current density carried by phonons is:

\[ \mathbf{J}q = \sum{\mathbf{k},s} \hbar\omega_{\mathbf{k}s} , \mathbf{v}{\mathbf{k}s} , n{\mathbf{k}s} \]

where \(\mathbf{v}{\mathbf{k}s} = \nabla{\mathbf{k}}\omega_{\mathbf{k}s}\) is the group velocity and \(n_{\mathbf{k}s}\) is the phonon occupation number.

Fourier’s Law

For small temperature gradients:

\[ \mathbf{J}_q = -\boldsymbol{\kappa} \cdot \nabla T \]

For isotropic materials: \(\mathbf{J}_q = -\kappa \nabla T\)

3.2 Boltzmann Transport Equation

The phonon distribution evolves according to:

\[ \frac{\partial n_{\mathbf{k}s}}{\partial t} + \mathbf{v}{\mathbf{k}s} \cdot \nabla{\mathbf{r}} n_{\mathbf{k}s} = \left(\frac{\partial n_{\mathbf{k}s}}{\partial t}\right)_{\text{scatt}} \]

Relaxation Time Approximation

\[ \left(\frac{\partial n_{\mathbf{k}s}}{\partial t}\right){\text{scatt}} = -\frac{n{\mathbf{k}s} - n_{\mathbf{k}s}^0}{\tau_{\mathbf{k}s}} \]

where \(\tau_{\mathbf{k}s}\) is the relaxation time representing the average time between scattering events.

Thermal Conductivity Formula

Solving the BTE in the RTA gives:

\[ \kappa = \frac{1}{V} \sum_{\mathbf{k},s} C_{\mathbf{k}s} , v_{\mathbf{k}s}^2 , \tau_{\mathbf{k}s} \]

where \(C_{\mathbf{k}s}\) is the mode-specific heat capacity.

3.3 Kinetic Theory Formula

For a simple Debye model:

\[ \kappa = \frac{1}{3} C_V v_s^2 \bar{\tau} = \frac{1}{3} C_V v_s \ell \]

where \(\ell = v_s \bar{\tau}\) is the mean free path.

3.4 Scattering Mechanisms

Matthiessen’s Rule

\[ \frac{1}{\tau_{\text{total}}} = \sum_i \frac{1}{\tau_i} = \frac{1}{\tau_U} + \frac{1}{\tau_N} + \frac{1}{\tau_B} + \frac{1}{\tau_I} + \frac{1}{\tau_{\text{iso}}} \]

Umklapp Scattering

Three-phonon umklapp processes:

\[ \frac{1}{\tau_U} = B\omega^2 T e^{-\Theta_D/bT} \]

At high temperature (\(T \gg \Theta_D\)): \(\tau_U^{-1} \propto \omega^2 T\)

Boundary Scattering

\[ \tau_B = \frac{L}{v}, \quad \ell_B = L \]

where \(L\) is the characteristic sample size.

Impurity and Isotope Scattering

Rayleigh scattering (\(\omega^4\) dependence):

\[ \frac{1}{\tau_I} = A\omega^4 \]

Isotope scattering parameter:

\[ \Gamma_{\text{iso}} = \sum_i c_i \left(1 - \frac{M_i}{\bar{M}}\right)^2 \]

3.5 The Callaway Model

Separates resistive and non-resistive scattering:

\[ \kappa = \kappa_1 + \kappa_2 \]

where:

3.6 Mean Free Path Distribution

The accumulation function shows cumulative thermal conductivity:

\[ \kappa_{\text{acc}}(\Lambda) = \int_0^{\Lambda} \frac{d\kappa}{d\ell} d\ell \]

Typical findings:

3.7 Transport Regimes

Diffusive regime (\(L \gg \ell\)):

Ballistic regime (\(L \ll \ell\)):

3.8 Minimum Thermal Conductivity

Cahill-Pohl formula for amorphous limit:

\[ \kappa_{\min} \approx 0.4 , k_B n^{2/3} \sum_i v_i \]

Summary

Exercises

  1. For \(C_V = 2 \times 10^6\) J/m³·K, \(v_s = 5000\) m/s, \(\tau = 10^{-11}\) s, calculate \(\kappa\) and mean free path.

  2. Calculate isotope scattering parameter for natural Si (92.2% ²⁸Si, 4.7% ²⁹Si, 3.1% ³⁰Si).

  3. Estimate thermal conductivity reduction for a 100 nm thin film with bulk \(\ell = 1\) μm.

  4. Combine scattering times using Matthiessen’s rule: \(\tau_U = 5 \times 10^{-12}\) s, \(\tau_I = 2 \times 10^{-11}\) s, \(\tau_B = 1 \times 10^{-10}\) s.

  5. Write Python code to calculate thermal conductivity vs. temperature including all scattering mechanisms.


Navigation

← Chapter 2: Anharmonic Effects | Chapter 4: Electron-Phonon Coupling →


Disclaimer

This educational content was created for the Hashimoto Lab knowledge base. While care has been taken to ensure accuracy, readers should verify critical information with primary sources and consult original research papers.

Author: MS Knowledge Hub Content Team Version: 1.0 | Last Updated: 2025-12-19 License: Creative Commons BY 4.0