Electrical conductivity
Theory behind electron simulations
The goal is to compute the thermoelectric transport coefficients of a nanostructured material by solving the Boltzmann transport equation (BTE). In steady state and under the relaxation time approximation (RTA), the BTE reduces to:
where is the non-equilibrium carrier distribution, is the equilibrium Fermi–Dirac distribution, is the carrier group velocity, and is the energy-dependent relaxation time.
Monte Carlo approach
Instead of solving the BTE analytically, FreePATHS solves it stochastically. Electrons are injected one by one from the hot side and traced through the structure until they either exit from the cold side or are scattered back. Only electrons that reach the cold side contribute to the flux. The average time of flight is the mean time those electrons take to cross the structure at a given energy:
where the sum runs over the electrons that successfully reach the cold side. The flux per simulated electron at each energy is then:
Transport distribution function
From the flux, the transport distribution function (TDF) is formed:
where is the 3D parabolic-band density of states and is the mapping constant described below.
Transport coefficients
All thermoelectric transport coefficients are computed as integrals of the TDF weighted by the Fermi–Dirac derivative , and are output as a function of the Fermi energy :
Electrical conductivity:
Seebeck coefficient:
Power factor:
Electronic thermal conductivity:
These are computed as a function of and saved as PDF plots and CSV files (Electron conductivity.pdf, Seebeck coefficient.pdf, Power factor.pdf, Electron thermal conductivity.pdf). The value at the material's Fermi level is also marked on each plot.
Phonon drag is not included. The Seebeck coefficient computed here accounts only for the diffusion contribution. Phonon drag — the additional Seebeck enhancement arising from momentum transfer from the phonon system to electrons — is neglected. This effect can be significant at low temperatures or in high-purity materials, so the computed values may be underestimated in those regimes.
Figure of merit ZT
The thermoelectric figure of merit is:
FreePATHS computes ZT vs Fermi level and saves it to Data/ZT.csv and ZT.pdf, but only when the phonon thermal conductivity is available in the same output folder. This means phonon simulations must be run first, in the same OUTPUT_FOLDER_NAME, before running the electron simulation:
Run a phonon simulation (main tracing or MFP sampling mode) for your structure. This writes
Data/Average thermal conductivity.csvorData/Thermal conductivity from MFP.csvto the output folder.Run the electron simulation (
-eflag) with the sameOUTPUT_FOLDER_NAME. FreePATHS will find the phonon κ file and compute ZT automatically.
If no phonon κ file is found, FreePATHS will print a warning and skip the ZT output.
Mapping constant C
C is a calibration constant that bridges the MC simulation output to physically meaningful units. The MC simulation produces raw time-of-flight values, which do not carry the correct dimensions or scale to be used directly as a TDF. C corrects for this.
C is defined as the ratio of the analytical BTE conductivity for the pristine bulk material to the raw MC-derived conductivity for the same pristine material:
where the analytical (bulk) conductivity in the numerator is computed from:
with the bulk electron mean free path, the group velocity, and the 3D density of states. The factor of 1/3 is the 3D angular average . This is the exact BTE result for a pristine crystal with acoustic phonon scattering only. The denominator is the conductivity obtained from the MC simulation of the same pristine structure.
Once C is determined this way, it is kept fixed and reused for any nanostructured geometry. The nanostructuring effect then appears entirely through the change in the simulated travel times, not through C.
Important: C must be calibrated on a pristine simulation (no holes or scatterers). See the MEAN_MAPPING_CONSTANT parameter for the required two-step workflow.
References
Priyadarshi and Neophytou, J. Appl. Phys. 133, 054301 (2023)
Last updated