]> Creatis software - CreaPhase.git/blob - octave_packages/secs1d-0.0.8/DDN/doc-cache
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / secs1d-0.0.8 / DDN / doc-cache
1 # Created by Octave 3.6.1, Thu Mar 22 16:18:37 2012 UTC <root@t61>
2 # name: cache
3 # type: cell
4 # rows: 3
5 # columns: 1
6 # name: <cell-element>
7 # type: sq_string
8 # elements: 1
9 # length: 12
10 DDNnewtonmap
11
12
13 # name: <cell-element>
14 # type: sq_string
15 # elements: 1
16 # length: 1490
17
18  [odata,it,res] = DDNnewtonmap (x,idata,toll,maxit,verbose)
19
20      Solves the scaled stationary bipolar DD equation system
21      using a coupled Newton algorithm
22
23      input: x              spatial grid
24             idata.D        doping profile
25             idata.p        initial guess for hole concentration
26             idata.n        initial guess for electron concentration
27             idata.V        initial guess for electrostatic potential
28             idata.Fn       initial guess for electron Fermi potential
29             idata.Fp       initial guess for hole Fermi potential
30             idata.l2       scaled electric permittivity (diffusion coefficient in Poisson equation)
31             idata.un       scaled electron mobility
32             idata.up       scaled electron mobility
33             idata.nis      scaled intrinsic carrier density
34             idata.tn       scaled electron lifetime
35             idata.tp       scaled hole lifetime
36             toll           tolerance for Newton iterarion convergence test
37             maxit          maximum number of Newton iterarions
38             verbose        verbosity level: 0,1,2
39
40      output: odata.n     electron concentration
41              odata.p     hole concentration
42              odata.V     electrostatic potential
43              odata.Fn    electron Fermi potential
44              odata.Fp    hole Fermi potential
45              it          number of Newton iterations performed
46              res         residual at each step         
47
48
49
50 # name: <cell-element>
51 # type: sq_string
52 # elements: 1
53 # length: 61
54
55  [odata,it,res] = DDNnewtonmap (x,idata,toll,maxit,verbose)
56
57
58
59
60
61