|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
用atlas器件仿真晶闸管,研究反向恢复的研究,自己编了很久的程序老是出现迭代不收敛,计算不出结果,有没有大神知道怎么回事么?这是一个简单地开通特性都计算不出来,求大神帮助
- go atlasmesh x.mesh loc=0 spac=2.0x.mesh loc=75 spac=1.0x.mesh loc=200 spac=1.0y.mesh loc=0 spac=1.0y.mesh loc=40 spac=1.0y.mesh loc=90 spac=2.0y.mesh loc=165 spac=2.0y.mesh loc=210 spac=1.0y.mesh loc=270 spac=1.0
- region num=1 silicon
- electr num=1 name=gate y.min=0 left length=40electr num=2 name=cathode y.min=0 right length=100electr num=3 name=anode y.min=270
- doping n.type conc=7.1e13 uniformdoping p.type conc=1e16 junc=230 peak=270 gaussdoping p.type conc=1e17 junc=20 peak=0 gaussdoping n.type conc=1e19 peak=0 char=2.2489 x.l=80 x.r=200 gauss
- save outf=thyristor.str#tonyplot thyristor.str.begin
- #
- # Steady-state simulation of circuit with thyristor
- #
- i1 0 1 1.
- adiode 0=cathode 1=gate 2=anode infile=thyristor.str width=1e6
- r1 2 4 0.052
- v1 4 0 20.
- #
- .nodeset v(1)=1 v(2)=0 v(3)=20 v(4)=20
- .numeric lte=0.01 toltr=0.01 vchange=10.
- #
- .save outfile=thyristor_save
- .options fulln print debug
- .end
- models device=adiode reg=1 conmob fldmob consrh auger bgn
- material device=adiode reg=1 taun0=5e-6 taup0=2e-6
- impact device=adiode reg=1 selb
- method gummel block newton maxtrap=10
- ###############################################################
- .begin
- #
- #shi yan
- #
- i1 0 1 1
- adiode 0=cathode 1=gate 2=anode infile=thyristor.str width=1e6
- r1 2 4 0.052
- v1 4 0 20.
- #
- .numeric lte=0.01 toltr=0.01 vchange=10.
- .options print relpot write=10
- #
- .log outfile=thyristor
- .load infile=thyristor_save
- .save master=thyristor
- #
- .tran 1us 1s
- #
- .end
- models device=adiode reg=1 conmob fldmob consrh auger bgn
- material device=adiode reg=1 taun0=5e-6 taup0=2e-6
- impact device=adiode reg=1 selb
- probe device=adiode name=n_junc n.conc x=200 y=12
- probe device=adiode name=p_junc p.conc x=200 y=12
- probe device=adiode name=Field_junc field x=200 y=12 dir=90
- go atlas
- tonyplot thyristor_tr.log
- quit
复制代码 |
|