You are on page 1of 3

File {

Grid = "WFV_msh.tdr"
Parameter = "sdevice.par"
Plot = "grain10AC04"
Current = "grain10AC04"
Output = "grain10AC04"
ACExtract = "grain10AC04"
}

Device NMOS{
Electrode {
{ Name= "source" Voltage= 0.0 }
{ Name= "gate" Voltage= 0.0 }
{ Name= "drain" Voltage= 0.0 }

}
}

Physics
{
Fermi
EffectiveIntrinsicDensity(BandGapNarrowing (OldSlotboom))
Mobility (
DopingDependence
*HighFieldSaturation
*Enormal

Recombination(SRH
Band2Band
)

System {
NMOS trans (drain=d source=s gate=g )
Vsource_pset vd (d 0) {dc=0}
Vsource_pset vs (s 0) {dc=0}
Vsource_pset vg (g 0) {dc=0}
}

Plot{
eDensity hDensity
TotalCurrent/Vector eCurrent/Vector hCurrent/Vector
eMobility hMobility
eVelocity hVelocity
eQuasiFermi hQuasiFermi
eTemperature Temperature * hTemperature
ElectricField/Vector Potential SpaceCharge
Doping DonorConcentration AcceptorConcentration
SRH Band2Band * Auger
AvalancheGeneration eAvalancheGeneration hAvalancheGeneration
eGradQuasiFermi/Vector hGradQuasiFermi/Vector
eEparallel hEparallel eENormal hENormal
BandGap
BandGapNarrowing
Affinity
ConductionBand ValenceBand
eBarrierTunneling hBarrierTunneling * BarrierTunneling
eTrappedCharge hTrappedCharge
eGapStatesRecombination hGapStatesRecombination
eDirectTunnel hDirectTunnel
}

Math {
Extrapolate
Derivatives
Avalderivatives
RelErrControl
Digits= 5
RHSmin= 1e-10
Notdamped= 50
Iterations= 1000
ExitOnFailure
method= ILS
eMobilityAveraging= ElementEdge
hMobilityAveraging= ElementEdge
GeometricDistances
ParameterInheritance= Flatten
-CheckUndefinedModels

Solve {
#-a) zero solution
Poisson
Coupled { Poisson Electron Hole}
#-b) ramp drain to positive starting voltage
Quasistationary (
InitialStep=0.1 MaxStep=0.5 Minstep=1.e-5
Goal { Parameter=vd.dc Voltage=0.5 }
)
{ Coupled { Poisson Electron Hole} }
#-c) ramp gate to negative starting voltage
Quasistationary (
InitialStep=0.1 MaxStep=0.5 MinStep=1.e-5
Goal { Parameter=vg.dc Voltage=-0.5 }
)
{ Coupled { Poisson Electron Hole} }
#-d) ramp gate -0.5V to +2V
Quasistationary (
InitialStep=0.01 MaxStep=0.04 MinStep=1.e-5
Goal { Parameter=vg.dc Voltage=1.5 }
)
{ ACCoupled (
StartFrequency=1e6 EndFrequency=1e6
NumberOfPoints=1 Decade
Node(d s g) Exclude(vd vs vg)
)
{ Poisson Electron Hole}
}
}

You might also like