Finite Difference Solution to the Ambipolar Transport Equation Under Low Injection The Haynes-Shockley Experiment - PowerPoint PPT Presentation

1 / 18
About This Presentation
Title:

Finite Difference Solution to the Ambipolar Transport Equation Under Low Injection The Haynes-Shockley Experiment

Description:

Finite Difference Solution to the Ambipolar Transport Equation Under Low Injection The Haynes-Shockley Experiment CE402 Case Study 3 (EE) Brian Standley – PowerPoint PPT presentation

Number of Views:500
Avg rating:3.0/5.0
Slides: 19
Provided by: obe63
Learn more at: https://www.uidaho.edu
Category:

less

Transcript and Presenter's Notes

Title: Finite Difference Solution to the Ambipolar Transport Equation Under Low Injection The Haynes-Shockley Experiment


1
Finite Difference Solution to the Ambipolar
Transport Equation Under Low InjectionThe
Haynes-Shockley Experiment
  • CE402 Case Study 3 (EE)
  • Brian Standley
  • Nathan Fletcher
  • Anthony Oberle

2
CE402 Case Study 3 (EE)
  • Problem - Charge Flow through a Semiconductor
    Material
  • Analysis Method

3
CE402 Case Study 3 (EE)
  • Background - Semiconductor Characteristics
  • Two carrier types
  • Doping
  • Goal - Model ambipolar transport
  • Excess minority carriers

4
CE402 Case Study 3 (EE)
  • Haynes-Shockley Experiment
  • observe excess carrier behavior
  • measure material properties
  • Components
  • Input Pulse
  • n-type Semiconductor
  • Bias voltage source
  • Measurement circuit

5
CE402 Case Study 3 (EE)
6
CE402 Case Study 3 (EE)
  • Derivation

Continuity Equation
Time-Dependant Diffusion Equations
Apply Low Injection Approximation
Ambipolar Transport Equation
Poissons Equation
Current Densities
7
CE402 Case Study 3 (EE)
  • Semiconductor Material (definitions)

8
CE402 Case Study 3 (EE)
  • Initial Conditions
  • Neumann Boundary Conditions
  • Parameters

9
CE402 Case Study 3 (EE)
  • Description of Explicit Finite Divided Difference
    Method

Discretize
Initialize
Solve for Next Time Level
Iterate
Output
10
CE402 Case Study 3 (EE)
  • Discretization

x-dx i-1
x0 i0
xdx i1
x2dx i2
xX
xL-dx iM-1
xL iM
xLdx iM1
11
CE402 Case Study 3 (EE)
  • Derivation

12
CE402 Case Study 3 (EE)
  • Algorithm Stability - stiff equation
  • Minimum resolution in both time and space
  • These are strict!

13
CE402 Case Study 3 (EE)
  • C Program
  • for(l 0 l lt L l)
  • for(i 0 i lt M i)
  • Cl1i
  • Km1(i0 ? Cl1 Cli-1)
  • K0Cli
  • Kp1(iM ? ClM-1 Cli1)
  • dtstep(dtl, dxi, t_off, Lg0, Lg1)g0

14
CE402 Case Study 3 (EE)
15
CE402 Case Study 3 (EE)
  • Convergence

16
CE402 Case Study 3 (EE)
  • Error v Time

17
CE402 Case Study 3 (EE)
18
CE402 Case Study 3 (EE)
  • Summary
  • Other Tools
  • FlexPDE
  • Matlab PDE Solver
  • Professional device simulation software
Write a Comment
User Comments (0)
About PowerShow.com