微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > [Moved]: Issue in TCAD sentaurus

[Moved]: Issue in TCAD sentaurus

时间:03-29 整理:3721RD 点击:
Hi, I am new to device modelling. I am using TCAD sentaurus tool. when i am simulating the device in SDE in SWB, it is working properly. But when iam simulating in SDEVICE i am getting an error i.e Adding Interfaces and contacts....tried to use non existing contact Source..I add all material and material interface model parameters in .par file.
Please help me

Hi,

Give the exact error description, error code, and relating documents (source code).

Klaus


Hi,

Thank you for your reply. the error: The child process with PID "8973" eisits with the code '1'.
gjob exits with status 1.

Error:Tried to use non existing contact 'Source'.

I don't know why this error is coming. please help me why it will arise and how to resolve this issue.

hi,
i am attaching my sdevice code:

Code C - [expand]
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
Device tfet {
  Electrode {
    { name="Source"    Voltage=0.0 }
    { name="Drain"     Voltage=0.0 }
    { name="topgate"      Voltage=0.0 }
    { name="bottomgate" Voltage=0.0 }
  }
 
  File {
   Grid=   "@tdr@"
   Plot=   "@tdrdat@"
   Current="@plot@"
   Parameter= "@parameter@"
 }
 
Physics (Material="InAs") {
    Mobility (DopingDependence HighFieldSat Enormal)
    EffectiveIntrinsicDensity (BandGapNarrowing (OldSlotboom))
}
 
Physics (Material="GaSb") {
    Traps(
      (Acceptor Level Conc=7.25E+12 EnergyMid= 0.1 fromValBand)
        )
    Recombination (
            Band2Band
            (   
                Model = NonLocalPath
            )
 
    )
}
 
Physics (MaterialInterface="InAs/GaSb") {
    Charge(Uniform Conc = @INTQ@)
}
 
Physics
{
  Mobility ( DopingDependence)
    Recombination ( 
        SRH Auger Radiative
        Band2Band (
            Model= NonlocalPath
        )
    )
    EffectiveIntrinsicDensity( NoBandGapNarrowing )
    HeteroInterface
    Fermi
 
 
  }
 
}
 
Math {
  Method=Pardiso
  NotDamped=1000
  Iterations=20
  Extrapolate
  RelErrControl
  #directcurrentcomp
  #transient=BE
}   
 
 
Plot {
*- Carrier Densities:
    eDensity hDensity
    EffectiveIntrinsicDensity IntrinsicDensity
    eEquilibriumDensity hEquilibriumDensity
 
*- Currents and current components:
    Current/Vector eCurrent/Vector hCurrent/Vector
    eMobility hMobility eVelocity hVelocity
    
*- Fields, Potentials and Charge distributions
    ElectricField/Vector Potential SpaceCharge
    
*- Generation/Recombination
    SRHRecombination AugerRecombination RadiativeRecombination TotalRecombination   
    eLifeTime hLifeTime
 
*- Doping Profiles
    Doping DonorConcentration AcceptorConcentration
 
*- Band structure
    BandGap BandGapNarrowing ElectronAffinity
    ConductionBandEnergy ValenceBandEnergy
    eQuasiFermiEnergy hQuasiFermiEnergy
 
*- Band2Band Tunneling
    eBand2BandGeneration hBand2BandGeneration Band2BandGeneration
    SemiconductorGradConductionBand SemiconductorGradValenceBand
}
 
CurrentPlot {
    Band2BandGeneration(Integrate(Semiconductor))
    eBand2BandGeneration(Integrate(Semiconductor))
    hBand2BandGeneration(Integrate(Semiconductor))
    SRHRecombination( Integrate(Semiconductor)) 
    TotalRecombination( Integrate(Semiconductor))   
}
 
 
File {
      Output= "@log@"
}
 
System {
  tfet tfet1 (Drain=d Source=s topgate=tg bottomgate=bg)
  Vsource_pset vd ( d 0 ){ dc = 0 }
  Vsource_pset vs ( s 0 ){ dc = 0 }
  Vsource_pset vtg ( tg 0 ){ dc = 0 }
  Vsource_pset vbg ( bg 0 ){ dc = 0 }
}
 
Solve{
  NewCurrentFile="init_" 
  Poisson
  Coupled{ Poisson Electron Hole}
 
  Quasistationary(
     InitialStep= 0.1
     MaxStep= 0.5 Minstep= 1e-6
     Increment= 1.3
     Goal { parameter=vd.dc Voltage=0.3}
  ){ Coupled{ Poisson Electron hole} }
 
  NewCurrentFile="" 
  #-ramp gate:
  Quasistationary(
     InitialStep= 0.001 MaxStep= 0.005 Minstep= 1e-8
     Goal{ parameter=vtg.dc Voltage=0.3 }
     Plot { Range = (0 1) Intervals=10 })
  { Coupled{ Poisson Electron hole} }
 
Quasistationary(
     InitialStep= 0.001 MaxStep= 0.005 Minstep= 1e-8
     Goal{ parameter=vbg.dc Voltage=0.3 }
     Plot { Range = (0 1) Intervals=10 })
  { Coupled{ Poisson Electron hole} }
}

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top