Convergence

From Flooxs
Revision as of 15:17, 15 September 2008 by Danieljc (talk | contribs) (New page: = Device Convergence = === Doping Profile === The doping profile you create needs to be defined for all regions, be especially careful at boundaries. If you are using some of the adva...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Device Convergence

Doping Profile

The doping profile you create needs to be defined for all regions, be especially careful at boundaries.

If you are using some of the advanced device models, make sure that donor (ND) and acceptors (NA) level terms are defined everywhere in the device. For example, in a diode that is 10 microns long in the x-direction starting at x=0.0, the term:

sel z=1.0e20*(x<3) name=ND

should be written so that the ND term exists over the entire structure:

sel z=1.0e20*(x<3)+1e5 name=ND

Increase Newton Steps

The default number of Newton steps allowed is 20. In very rare cases the solution will be about to convergence but will run out of steps. To increase the number of Newton steps use:

pdbSetDouble Math iterLimit 50

where any number can be used in place of the last term.


Process Convergence