Define a set of common units for thermoelectricity(TE)
Read this in other languages: 简体中文, English
In thermoelectrics, some common units (non-SI units) are frequently used. For example, S/cm, 104 S/m, μΩ·m and mΩ·cm can all be used to characterize the electrical conductivity of a material and have been widely used. It is kind of unfriendly to beginners, especially when dealing with the combined physical properties, they have to spend a lot of time on careful proofreading. Here we define a set of common units and give the corresponding conversion factors for some typical combined physical properties. We expect this to be helpful to beginners, and highly recommend regarding them as the default physical units for the convenience of routine work and program interface design. In addition, we establish a set of plaintext symbols (excluding superscripts, subscripts and Latin characters) to indicate physical properties, which can be better supported by some text editors and enhances the readability of program scripts.
- Part I: Common Units of Properties
- Part II: Useful Conversion Factors and Relationships
- Part III: Units Conversion
- Part IV: Data Template
Symbol | Plaintext | Unit | Description |
---|---|---|---|
T | K | absolute temperature in Kelvin | |
C | S·cm-1 | electrical conductivity | |
Rho | μΩ·m | electrical resistivity (= |
|
S | μV·K-1 | Seebeck coefficient or thermopower | |
K | W·m-1·K-1 | thermal conductivity | |
|
Rth | m·K·W-1 | thermal resistivity (= |
PF | μW·cm-1·K-2 | power factor | |
Z | K-1 | figure-of-merit of thermoelectric material | |
ZT | 1 (dimensionless) | dimensionless figure-of-merit | |
N | 1019 cm-3 | carrier concentration | |
U | cm2·V-1·s-1 | carrier mobility | |
meff | me (=9.1093837015×10-31 kg) | carrier effective mass | |
LZ | 10-8 V2·K-2 (or 10-8 W·Ω·K-2) | Lorenz number | |
L | mm | length of thermoelectric leg | |
D | g·cm-3 | density | |
Cp | J·g-1·K-1 | specific heat capacity at constant pressure | |
Cv | J·g-1·K-1 | specific heat capacity at constant volume | |
a | mm2·s-1 | thermal diffusivity | |
a0 | Å (ångström, =10-10 m) | lattice constant | |
Edef | eV | deformation potential constant | |
Cii | GPa (=109 Pa) | elastic constant | |
Ke | W·m-1·K-1 | electronic thermal conductivity | |
KL | W·m-1·K-1 | lattice thermal conductivity | |
Kbip | W·m-1·K-1 | bipolar thermal conductivity | |
v | km·s-1 | sound velocity | |
vL | km·s-1 | longitudinal sound velocity | |
vT | km·s-1 | transverse sound velocity | |
tau | ps (=10-12 s) | relaxation time or quantum lifetime | |
|
freq | THz (=ps-1) | ordinal frequency |
w | rad·ps-1 (=THz) | angular frequency (= |
|
Tc | K | temperature at the cold side | |
Th | K | temperature at the hot side | |
DT | K | temperature difference (Th-Tc) | |
CF | V-1 | compatibility factor | |
ZTdev | 1 (dimensionless) | device dimensionless figure-of-merit | |
ZTeng | 1 (dimensionless) | engineering dimensionless figure-of-merit | |
PFeng | W·m-1·K-1 | engineering power factor | |
Pd | W·cm-2 | output power density | |
Yita | % | thermoelectric conversion efficiency | |
Qhot | W·cm-2 | heat flux at the hot side | |
I | A | load current | |
Jd | A·cm-2 | current density | |
RL | Ω | load electric resistance | |
Vout | mV | output voltage | |
Jsc | A·cm-2 | short-circuit current density | |
Voc | mV | open-circuit voltage | |
Rc | μΩ·cm2 (=10-10 Ω·m2) | electrical contact resistance | |
Kc | cm2·K·W-1 | thermal contact resistance |
- electrical conductivity:
C = 1.6 N·U
- electrical resistivity:
Rho = 1E4 /C
- power factor:
PF = 1E-6 S^2·C = 1E-2 S^2/Rho
- dimensionless figure-of-merit:
ZT = 1E-10 (S^2·C)/K·T = 1E-4 PF/K·T
- compatibility factor:
CF = 1E6 [sqrt(1+ZT)-1]/(S·T)
- open-circuit voltage:
Voc = 1E-3 S·DT
- short-circuit current density:
Jsc = 1E-5 C·S·DT/L = 1E-1 S·DT/(Rho·L)
- thermal conductivity:
K = a·D·Cp
(factor is equal to 1) - elastic constant:
Cii = D·vL^2
(factor is equal to 1) - relaxation time:
tau = 1/freq
(factor is equal to 1) - Boltzmann constant (
$k_{B}$ ):8.6173E-5 eV/K
-
$k_{B}/e$ :86.1733 μV/K
-
$k_{B}T$ at 100 K:8.6173 meV
-
$k_{B}T$ at 300 K:25.8520 meV
- temperature where
$k_{B}T$ is 0.1 eV:1160.45 K
- Lorenz number of metals:
2.4430
- Hartree atomic units
- 1 Bohr = 0.529 A
- 1 Hartree = 27.211 eV = 2 Ry
- pressure
- 1 GPa = 10 kbar
- 1 atm = 0.1013 MPa = 760 Torr(mmHg)
- 1 Torr(mmHg) = 133.322 Pa
- phonon frequencies
- 1 THz = 4.136 meV = 33.356 cm−1
- 1 meV = 0.242 THz = 8.066 cm−1
- 1 cm−1 = 0.030 THz = 0.124 meV
- Debye temperature and Debye frequency
- 100 K ~ 2.08 THz
- 1 THz ~ 47.99 K
Here is a recommended template file to save column-indexed block-datas (see a example DataTemplate.txt ). Each column of data in the file corresponds to a property, they share the same unit, and the number of data samples in each column is the same. The file is delimited by spaces or tabs in the data block, and the filename has .txt as its extension. Lines starting with "#" in the file are usually interpreted as some comment information, such as date, author, variable name of each column, unit, personal comment information, etc. Data files in this format are highly readable and can be processed by most text editors.
# Here are some comments.
# Multiple lines of comments are allowed, but they must
# all begin with the "#" character.
# Blank lines will be ignored (as shown below).
# property1 property2 property3 property4
300 0.0236 -51.33 9.3760e+01
323 0.0214 -40.33 9.9980e+01
373 0.0227 -8.53 9.6227e+01
423 0.0218 3.11 1.0170e+02
473 0.0228 18.29 9.7098e+01
523 0.0220 24.54 9.6694e+01
573 0.0217 54.92 1.0055e+02
623 0.0232 39.55 9.3134e+01
# Comments are also allowed to be inserted inside data blocks,
# as long as they start with a "#" sign as such.
673 0.0215 23.34 9.4004e+01
723 0.0235 0.13 8.3193e+01
773 0.0220 -16.76 9.7579e+01
823 0.0216 -48.61 9.9000e+01
873 0.0218 -93.34 1.0131e+02
# Here is a comment at the end of the file.