insulator_bandgap

Calling sequence

currents{ insulator_bandgap }

Properties

  • usage: optional

  • type: real number

  • unit: eV

  • values: [1e-6, ...)

  • default: r=1.0

Functionality

This keyword, Igap, initializes the quasi-Fermi levels following the formula:

divexp(Egap/Igap)EF=0,

where the intrinsic density is assumed to exponentially depend on the band gap Egap with Igap as a parameter.

A large value (relative to band gap) of Igap allows the Fermi level to drop slowly through antire simulation domain. A small value of Igap results in the quasi-Fermi levels drop rapidly in barriers and makes it flat in small band gap regions.

Adjusting this keyword can improve convergence by changing the initial conditions for the algorithm.

Example

currents{
    recombination_model{}
    insulator_bandgap = 0.5
}