Skip to content

Define a set of common units for thermoelectricity(TE)

License

Notifications You must be signed in to change notification settings

JianboHIT/units4TE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

units4TE

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

Symbol Plaintext Unit Description
$T$ T K absolute temperature in Kelvin
$\sigma$ C S·cm-1 electrical conductivity
$\rho$ Rho μΩ·m electrical resistivity (= $1/\sigma$)
$S$ S μV·K-1 Seebeck coefficient or thermopower
$\kappa$ K W·m-1·K-1 thermal conductivity
$\theta$ or $R_{t}$ Rth m·K·W-1 thermal resistivity (= $1/\kappa$ )
$PF$ PF μW·cm-1·K-2 power factor
$z$ Z K-1 figure-of-merit of thermoelectric material
$ZT$ ZT 1 (dimensionless) dimensionless figure-of-merit
$n$ N 1019 cm-3 carrier concentration
$\mu$ U cm2·V-1·s-1 carrier mobility
$m^{\ast}$ meff me (=9.1093837015×10-31 kg) carrier effective mass
$L$ LZ 10-8 V2·K-2 (or 10-8 W·Ω·K-2) Lorenz number
$L$ L mm length of thermoelectric leg
$\rho$ D g·cm-3 density
$C_{p}$ Cp J·g-1·K-1 specific heat capacity at constant pressure
$C_{v}$ Cv J·g-1·K-1 specific heat capacity at constant volume
$a$ a mm2·s-1 thermal diffusivity
$a_{0}$ a0 Å (ångström, =10-10 m) lattice constant
$\Xi$ Edef eV deformation potential constant
$C_{ii}$ Cii GPa (=109 Pa) elastic constant
$\kappa_{e}$ Ke W·m-1·K-1 electronic thermal conductivity
$\kappa_{L}$ KL W·m-1·K-1 lattice thermal conductivity
$\kappa_{bip}$ Kbip W·m-1·K-1 bipolar thermal conductivity
$v$ v km·s-1 sound velocity
$v_{l}$ vL km·s-1 longitudinal sound velocity
$v_{t}$ vT km·s-1 transverse sound velocity
$\tau$ tau ps (=10-12 s) relaxation time or quantum lifetime
$\nu$ or $f$ freq THz (=ps-1) ordinal frequency
$\omega$ w rad·ps-1 (=THz) angular frequency (= $2\pi f$)
$T_{c}$ Tc K temperature at the cold side
$T_{h}$ Th K temperature at the hot side
$\Delta T$ DT K temperature difference (Th-Tc)
$s$ CF V-1 compatibility factor
$(ZT)_{dev}$ ZTdev 1 (dimensionless) device dimensionless figure-of-merit
$(ZT)_{eng}$ ZTeng 1 (dimensionless) engineering dimensionless figure-of-merit
$(PF)_{eng}$ PFeng W·m-1·K-1 engineering power factor
$P_{d}$ Pd W·cm-2 output power density
$\eta$ Yita % thermoelectric conversion efficiency
$Q_{hot}$ Qhot W·cm-2 heat flux at the hot side
$I$ I A load current
$j$ Jd A·cm-2 current density
$R_{L}$ RL Ω load electric resistance
$V_{out}$ Vout mV output voltage
$j_{sc}$ Jsc A·cm-2 short-circuit current density
$V_{oc}$ Voc mV open-circuit voltage
$R_{c}$ Rc μΩ·cm2 (=10-10 Ω·m2) electrical contact resistance
$\kappa_{c}$ Kc cm2·K·W-1 thermal contact resistance

Part II: Useful Conversion Factors and Relationships

  • 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

Part III: Units Conversion

  • 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

Part IV: Data Template

    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.

About

Define a set of common units for thermoelectricity(TE)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published