Shockley-Reed-Hall

From Flooxs
Revision as of 19:08, 8 December 2008 by Danieljc (talk | contribs) (New page: == Model == proc RG.SRH {} { #SRH Recombination (Simplified) set tau_max_e 1.0e-5 set tau_max_h 3.0e-6 set Nref 1.0e16 #Doping Dependence term add name=tau_n eqn = "$tau_max_e/(1...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Model

proc RG.SRH {} {
#SRH Recombination (Simplified)
set tau_max_e 1.0e-5
set tau_max_h 3.0e-6
set Nref 1.0e16

#Doping Dependence
term add name=tau_n eqn = "$tau_max_e/(1+(((NA+ND)/($Nref))))"
term add name=tau_p eqn = "$tau_max_h/(1+(((NA+ND)/($Nref))))"
term add name=R_SRH eqn = "((Elec*Hole)-(1.0e20))/(tau_p*(Elec+1.1e10)+tau_n*(Hole+1.1e10))"
}

Notes

INPUTS Required
1. ND and NA
2. Elec and Hole
OUTPUT Terms
1. R_SRH (added to the continuity eqn term)