-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdevice_des.cmd
273 lines (165 loc) · 4.43 KB
/
sdevice_des.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
#if @<"@MobilityModel@" == "BallisticmattQF">@
#define _MOVMODEL_ HighFieldSaturation(
#define _PMI_ PMIModel(
#define _NAME_ Name="pmi_HighFieldMobility2mattQF"
#define _INDEX_ Index="1"
#define _STRING_ String= "n"))
#endif
#if @<"@MobilityModel@" == "ConstantMobility">@
#define _MOVMODEL_ ConstantMobility
#endif
#if @<"@Tunneling@" == "NLTMV">@
#define _P2_ eBarrierTunneling "NLM2" (MultiValley)
#define _M2_ Nonlocal "NLM2" (
#define _M22_ RegionInterface="semi1/drain"
#define _M222_ Length=25e-7
#define _M2222_ Permeation=5e-7 )
#else
#define _P22_
#define _M2_
#define _M22_
#define _M222_
#define _M2222_
#endif
#if @<"@FloatingBody@" == "BTB">@
#define _L1_ Recombination ( SRH(DopingDep) Band2Band ( Model=NonlocalPath ) )
#else
#define _L1_
#endif
File {
* Input Files
Grid = "n@node|sde@_msh.tdr"
plot = "n@Vds@_@L@_@FloatingBody@_@Workfu@_@MobilityModel@_@alpha@_@ucontact@_@uchannel@_@Tunneling@_@V0@_DOS_des.tdr"
current = "n@Vds@_@L@_@FloatingBody@_@Workfu@_@MobilityModel@_@alpha@_@ucontact@_@uchannel@_@Tunneling@_@V0@_DOS_des.plt"
Output = "n@node@"
param = "@parameter@"
PMIPath="pmi"
}
plot {SRH eSRHRecombination hSRHRecombination tSRHRecombination eTrappedCharge Auger
eVelocity/Vector eCurrent/Vector hCurrent/Vector ElectricField/Vector
eDensity hdensity potential
DopingConcentration eQuasiFermi hQuasiFermi
eMobility hMobility
ConductionBandEdge ValenceBandEdge
eBand2BandGeneration hBand2BandGeneration Band2Band
eQuantumPotential
eBarrierTunneling hBarrierTunneling NonLocal
}
Electrode {
{ Name="source1" Voltage=0.0 }
{ Name="drain1" Voltage=0.0 }
{ Name="gate" Voltage=@V0@ workfunction=@Workfu@}
}
Physics{
Fermi
EffectiveIntrinsicDensity( NoBandGapNarrowing )
#if @<"@FloatingBody@" == "BTB">@
_L1_
#else
#endif
#if @<"@Tunneling@" == "NLTMV">@
_P2_
#else
_P22_
#endif
#if "@Quantization@"=="DG"
eQuantumPotential(Density)
#elif "@Quantization@"=="DGA"
eQuantumPotential(AutoOrientation)
Aniso(eQuantumPotential(
AnisoAxes(SimulationSystem)={
(1,0,0)
(0,1,0)
}
))
#elif "@Quantization@"=="NONE"
#endif
}
Physics (Material="InGaAs"){
MoleFraction(
xFraction=0.47
)
Fermi
eQuasiFermi=0
}
Physics (region="drain"){
Mobility(ConstantMobility)
eMultiValley(Nonparabolicity )
}
Physics (region="source"){
Mobility(ConstantMobility)
eMultiValley(Nonparabolicity)
}
Physics(Region=semi1){
eMultiValley(Nonparabolicity)
#if @<"@MobilityModel@" == "BallisticmattQF">@
eMobility(
_MOVMODEL_
_PMI_
_NAME_
_INDEX_
_STRING_
)
#endif
#if @<"@MobilityModel@" == "ConstantMobility">@
eMobility(
_MOVMODEL_ )
#endif
}
Math {
LineSearchDamping=0.001
Number_of_Threads=4
*Tunneling
#if @<"@Tunneling@" == "NLTMV">@
_M2_
_M22_
_M222_
_M2222_
#else
#endif
}
#if @<"@Quantization@" == "DGA" >@
solve {
coupled { Poisson}
coupled {Poisson eQuantumPotential electron hole}
Quasistationary(
InitialStep=0.001 MinStep=1e-5 Maxstep=0.01
Increment=1.3
#Plot { Range=(0,1) Intervals=1}
Goal { Name="drain1" Voltage=@Vds@} #!!!
){
coupled{poisson eQuantumPotential electron hole}
}
Quasistationary(
InitialStep=0.005 MinStep=1e-5 MaxStep=0.01
Increment=1.3
Plot { Range=(0,1) Intervals=14}
# AcceptNewtonParameter (ReferenceStep = 5.0e-4)
Goal { Name="gate" Voltage=@VG_END@}
){
coupled{poisson eQuantumPotential electron hole}
}
}
#else
solve {
coupled { Poisson}
coupled {Poisson electron hole}
Quasistationary(
InitialStep=0.001 MinStep=1e-5 Maxstep=0.01
Increment=1.3
#Plot { Range=(0,1) Intervals=1}
Goal { Name="drain1" Voltage=@Vds@} #!!!
){
coupled{poisson electron hole}
}
Quasistationary(
InitialStep=0.005 MinStep=1e-5 MaxStep=0.01
Increment=1.3
Plot { Range=(0,1) Intervals=14}
# AcceptNewtonParameter (ReferenceStep = 5.0e-4)
Goal { Name="gate" Voltage=@VG_END@}
){
coupled{poisson electron hole}
}
}
#endif