drift-diffusion model
**Drift-Diffusion Model** is the **standard continuum transport model used in TCAD simulation** — describing carrier current as the sum of field-driven drift and concentration-gradient-driven diffusion, it is the computational workhorse for device design from 250nm through approximately 100nm nodes.
**What Is the Drift-Diffusion Model?**
- **Definition**: A set of coupled partial differential equations (carrier continuity, current density, and Poisson equations) that describe electron and hole motion assuming local thermal equilibrium with the lattice.
- **Current Equation**: Total current density equals the mobility-field product (drift) plus the diffusivity-gradient product (diffusion) for each carrier type, linked by the Einstein relation D = mu*kT/q.
- **Coupled System**: The model simultaneously solves for electrostatic potential, electron density, and hole density at every point in the device through iterative nonlinear solvers.
- **Equilibrium Assumption**: Carrier temperature is assumed equal to lattice temperature at all times — the key simplification that makes the model fast but limits accuracy at high fields.
**Why the Drift-Diffusion Model Matters**
- **Simulation Speed**: Drift-diffusion is computationally orders of magnitude faster than Monte Carlo or NEGF, enabling full 3D device simulation in hours rather than weeks.
- **Design Workhorse**: The vast majority of transistor design optimization, parametric studies, and process development uses drift-diffusion as the primary simulation engine.
- **Accuracy Range**: Excellent accuracy for device geometries above 100nm; useful with quantum corrections down to approximately 20-30nm; less reliable for sub-10nm devices with strong non-equilibrium effects.
- **Calibration Foundation**: Drift-diffusion parameters (mobility models, recombination rates, generation terms) are calibrated to measured data and used as the baseline for higher-level models.
- **Extensions**: Drift-diffusion can be augmented with quantum correction models and impact ionization terms to extend its useful range toward shorter channels.
**How It Is Used in Practice**
- **Standard Tools**: Synopsys Sentaurus, Silvaco Atlas, and Crosslight APSYS implement drift-diffusion as the default transport engine with extensive model libraries.
- **Process Calibration**: Measured transistor I-V curves, capacitance-voltage data, and threshold voltage roll-off are used to calibrate the mobility and doping profiles in the simulation.
- **Complementary Simulation**: Drift-diffusion results are benchmarked against Monte Carlo simulations to validate accuracy and identify regime boundaries where higher-level physics is needed.
Drift-Diffusion Model is **the cornerstone of practical device simulation** — its balance of physical accuracy and computational efficiency has made it indispensable for decades of semiconductor technology development and remains the first-choice tool for most production device engineering.