Apply the explicit integration method for the numerical


Project: Application of Drift-Diffusion Model

1. This example is a demonstration of the fact that explicit numerical integration methods are incapable of solving even the problem of linearly-graded junctions in thermal equilibrium, for which ND - NA = mx   (see Fig. 1) and a is the edge of the depletion region. To demonstrate this, calculate the following:

(a) Establish the boundary conditions for the electrostatic potential [ψ(-a) and ψ(a)] by taking into account the free carrier terms in the equilibrium 1D Poisson equation:

2ψ/∂x2 = -(e/ε)(p - n + mx) = -(e/ε)(nie-ψ/V_t - nieψ/V + mx)

(b) Solve analytically the 1D Poisson equation for ψ(x) within the depletion approximation (no free carriers) and calculate a using this result as well as the boundary conditions found in (a). What is the expression for absolute value of the maximum electric field?

(c) Apply the explicit integration method for the numerical solution of the 1D Poisson equations (that includes the free carriers) by following the steps outlined below:

  • Write a Taylor series expansion for ψ(x) around x=0, keeping the terms up to the fifth order.
  • Starting from the equilibrium Poisson equation, analytically calculate ψ"(0), ψ(3)(0), ψ(4)(0) and ψ(5)(0).
  • Use the maximum value of the electric field derived in (b) to determine, from the Taylor series expansion for ψ(x), the terms ψ(h), ψ(2h) and ψ(3h).
  • Compute ψ(x) at x=4h, 5h, 6h, ... , up to xmax = 0.5μm, using the predictor-corrector method in which the predictor formula:

Ψi+1 = 2 Ψi-1 - Ψi-3 + 4h2 (Ψ"i-1 + (Ψ"i - 2Ψ"i-1 + Ψ"i-2/3))

is applied to predict Ψi+1, which is then corrected by the corrector formula:

 Ψi+1 = 2Ψi - Ψi-1 + h2(Ψ"i + (Ψ"i+1 - 2Ψ"i + Ψ"i-1/12)).

In both, the predictor and the corrector formulas, the second derivatives are obtained from the Poisson's equation. The role of the predictor is to provide   that appears in the corrector formula.

Repeat the above procedure for the following values of the first derivative:

Trial 1: Ψ'(0)1 = Ψ'(0),

Trial 2:   Ψ'(0)2 = Ψ'(0)1/2,

Trial 3: Ψ'(0)3 = 0.5[Ψ'(0)1 + Ψ'(0)2],

 

Trial n: Ψ'(0)n = 0.5[Ψ'(0)n-2 + Ψ'(0)n-1],

where n = 22. Comment on the behavior of this explicit integration scheme. Use the following parameters in the numerical integration:

e = 1.602x10-19, ε = 12ε0 = 1.064x10-12 F/cm, T = 300K,

ni = 1.4x1010 cm-3, m = 1021 cm-4, h = 2x10-7 cm.  

Figure 1: Linearly-graded junction

807_Figure1.png

Q2. Develop a one-dimensional (1D) drift-diffusion simulator for modeling pn-junctions (diodes) under forward bias conditions. Include both types of carriers in your model (electrons and holes). Use the natural set of variables (potential, electron concentration and hole concentration).

Model: Assume silicon diode, with permittivity εsc = 1.05x10-10 F/m and intrinsic carrier concentration ni = 1.5x1010 cm-3 at T = 300K. In all the simulations assume that T = 300K. Use concentration-dependent and field-dependent mobility models and SRH generation-recombination. Assume ohmic contacts and charge neutrality at both ends, to get the appropriate boundary conditions for the potential and the electron and hole concentrations.

For the concentration-dependent electron and hole mobilities use the Arora model given in the Silvaco Manuals. It will be easier, while you are developing the 1D simulator, to assume constant mobility value for both electrons and holes.

Doping: Use NA = 1016 cm-3 and ND = 1017 cm-3, as a net doping of the p- and n-regions, respectively.

Numerical methods: Use the LU decomposition method for the solution of the 1D Poisson and the two 1D continuity equations for electrons and holes individually. Use Gummel's decoupled scheme, described in the class and in the distributed notes, to solve the resultant set of coupled set of algebraic equations.

Outputs:

Plot the conduction band edge under equilibrium conditions (no current flow). You only need to solve non-linear Poisson equation in this case.

Vary the Anode bias VA from 0 to 0.6 V, in voltage increments that are fraction of the thermal voltage VT = kBT/q, to have stable convergence. Plot the resulting I-V characteristics. The current will be in A/unit area, since you are doing 1D modeling. Check the conservation of current when going from the cathode to the anode, which also means conservation of particles in your system. For the calculation of the current density, use the results given in the notes.

For  VA = 0.6 V, plot the position of the electron and hole quasi-Fermi levels, with respect to the equilibrium Fermi level, assumed to be the reference energy level.

Request for Solution File

Ask an Expert for Answer!!
Engineering Mathematics: Apply the explicit integration method for the numerical
Reference No:- TGS01625747

Expected delivery within 24 Hours