Physlib.CondensedMatter.Thermoelectric.Basic
Thermoelectric figure of merit
i. Overview
A thermoelectric material converts a temperature difference into electrical power. In the linear-response (Onsager) regime, the coupled transport of charge and heat in an isotropic material is governed by the constitutive relations
J = σ (E − S ∇T), q = T S J − κ ∇T,
so a thermoelectric material is characterized by exactly four transport coefficients: the Seebeck coefficient `S`, the electrical conductivity `σ`, and the thermal conductivity `κ = κl + κe`, split into its lattice (phonon) and electronic contributions because the two channels respond independently to material design. These four coefficients are collected in the structure `ThermoelectricMaterial`, and everything in this file is stated on it.
The performance of the material at absolute temperature `T` is captured by the dimensionless figure of merit
zT = σ S² T / (κl + κe),
whose numerator groups into the power factor `PF = σ S²`. Temperature is a state variable, not a material property, so `T` enters as an argument rather than a field. The four coefficients of a real material are themselves temperature-dependent, so a `ThermoelectricMaterial` should be read as a material at an operating point, its coefficients evaluated at the same temperature at which `zT` is evaluated.
In this file all quantities are real numbers in a fixed consistent system of units, following the convention of `Physlib.Thermodynamics.IdealGas.Basic`.
ii. Key results
- `ThermoelectricMaterial`: the four linear-response transport coefficients of a thermoelectric material, with their physical sign constraints. - `powerFactor`: the thermoelectric power factor `σ S²`. - `totalThermalConductivity`: the total thermal conductivity `κl + κe`. - `figureOfMerit`: the dimensionless figure of merit `zT`. - `figureOfMerit_eq`: the flat form `zT = σ S² T / (κl + κe)`. - `figureOfMerit_pos`: positivity of `zT` for a material with a nonzero Seebeck coefficient at positive temperature. - `figureOfMerit_le_of_le`: lowering the lattice thermal conductivity raises `zT`, the phonon-glass electron-crystal design principle.
iii. Table of contents
- A. The thermoelectric material - B. The power factor - C. The total thermal conductivity - D. The figure of merit - D.1. Equalities for the figure of merit - D.2. Positivity of the figure of merit - D.3. Monotonicity in the lattice thermal conductivity
iv. References
- Ioffe, A.F., *Semiconductor Thermoelements and Thermoelectric Cooling*, Infosearch (1957). - Snyder, G.J., Toberer, E.S., *Complex thermoelectric materials*, Nature Materials 7, 105–114 (2008).
A. The thermoelectric material
The four fields are the complete set of linear-response coefficients for coupled charge and heat transport in an isotropic material: no further material parameter enters the steady-state thermoelectric equations, and `zT` is a function of exactly these four together with the temperature. The sign constraints are physical: a thermoelectric material conducts charge (`0 < σ`) and its lattice conducts heat (`0 < κl`), while the electronic heat channel can be negligible but never negative (`0 ≤ κe`). The Seebeck coefficient is unconstrained: its sign records the carrier type (negative for electrons, positive for holes), and it vanishes at compensation points.
B. The power factor
C. The total thermal conductivity
D. The figure of merit
D.1. Equalities for the figure of merit
D.2. Positivity of the figure of merit
D.3. Monotonicity in the lattice thermal conductivity
8 declarations
Thermoelectric power factor
The power factor of a thermoelectric material is defined as the product of its electrical conductivity and the square of its Seebeck coefficient , expressed as .
The power factor is positive if
For a thermoelectric material , if the Seebeck coefficient is non-zero (), then the power factor is strictly positive ().
Total thermal conductivity
For a thermoelectric material , the total thermal conductivity is the sum of its lattice thermal conductivity and its electronic thermal conductivity , expressed as .
Total thermal conductivity is positive ()
For any thermoelectric material , its total thermal conductivity (the sum of the lattice thermal conductivity and the electronic thermal conductivity ) is strictly positive, i.e., .
Thermoelectric figure of merit
For a thermoelectric material at absolute temperature , the dimensionless thermoelectric figure of merit is defined as the product of the power factor and the temperature divided by the total thermal conductivity . Mathematically, this is expressed as: where is the power factor (the product of electrical conductivity and the square of the Seebeck coefficient ), and the denominator is the sum of the lattice thermal conductivity and the electronic thermal conductivity .
Standard Formula for the Thermoelectric Figure of Merit
For a thermoelectric material at absolute temperature , the dimensionless figure of merit is given by the expression: where is the electrical conductivity, is the Seebeck coefficient, is the lattice thermal conductivity, and is the electronic thermal conductivity of the material.
for and
For a thermoelectric material with Seebeck coefficient at a positive absolute temperature , the dimensionless thermoelectric figure of merit is strictly positive: The figure of merit is defined as , where is the electrical conductivity, is the lattice thermal conductivity, and is the electronic thermal conductivity.
Monotonicity of the figure of merit with respect to lattice thermal conductivity
For a thermoelectric material characterized by electrical conductivity , Seebeck coefficient , lattice thermal conductivity , and electronic thermal conductivity , let be the dimensionless figure of merit at absolute temperature . If and the lattice thermal conductivity is increased to a value (where ), then the figure of merit of the resulting material is less than or equal to that of the original material. Mathematically, this states that This result expresses the "phonon-glass electron-crystal" design principle: reducing the lattice thermal conductivity (for example, by scattering phonons) while maintaining other transport coefficients increases the figure of merit .
