Gan Simulation Results
Gan Simulation Results
Sde code
; define structure
(sdegeo:create-rectangle (position 0 0 0) (position 12 5 0) "Silicon" "substrate")
(sdegeo:create-rectangle (position 0 5 0) (position 12 5.02 0) "AlN" "region_2")
(sdegeo:create-rectangle (position 0 5.02 0) (position 12 7.02 0) "GaN" "buffer")
(sdegeo:create-rectangle (position 0 7.02 0) (position 12 7.07 0) "AlGaN" "algan")
(sdegeo:create-rectangle (position 4 7.07 0) (position 6 8.07 0) "GaN" "gate")
(sdegeo:create-rectangle (position 1.5 7.07 0) (position 4 8.07 0) "Si3N4" "pass1")
(sdegeo:create-rectangle (position 6 7.07 0) (position 10.5 8.07 0) "Si3N4" "pass2")
(sdegeo:set-current-contact-set "g")
"none"
(sdegeo:set-contact-edges (list (car (find-edge-id (position 5 8.07 0)))) "g")
Electrode{
{ Name="s" Voltage=0.0}
{ Name="d" Voltage=0.7}
{ Name="g" Voltage=0.0}
}
Physics(Material="Silicon"){
Fermi
EffectiveIntrinsicDensity(OldSlotboom)
Mobility(
PhuMob
Enormal
eHighFieldsat(CarrierTempDrive)
hHighFieldsat(GradQuasiFermi)
* thin_layer_mobility
)
Recombination(
SRH(DopingDependence)
eAvalanche(CarrierTempDrive)
hAvalanche(CarrierTempDrive)
)
Plot{
eDensity hDensity eCurrent hCurrent
Potential SpaceCharge ElectricField
eMobility hMobility eVelocity hVelocity
Doping DonorConcentration AcceptorConcentration
}
Math{
Extrapolate
RelErrControl
-CheckUndefinedModels
}
Solve{
Poisson
Coupled { Poisson Electron }
Quasistationary ( MaxStep=0.05
Goal{ Name="g" Voltage=2 } )
{ Coupled { Poisson Electron } }
}