| 24小時(shí)熱門(mén)版塊排行榜 |
| 查看: 4883 | 回復(fù): 32 | ||
[求助]
求助。∮腥擞胹ilvaco中的atlas模擬過(guò)太陽(yáng)能電池么?急求程序,謝謝各位! 已有1人參與
|
||
|
RT,我想用atlas模擬InGaN太陽(yáng)能電池,有關(guān)atlas軟件說(shuō)明也看了一些,基本的可以理解。 還有很多不明白,比如,怎么在光照的情況下加電壓,輸出I-V特性?怎么輸出價(jià)帶和導(dǎo)帶關(guān)系圖?怎么用.log、.str、.set、.dat等不同后綴的文件? 求大俠們幫幫我吧?用atlas模擬過(guò)太陽(yáng)能電池的歡迎來(lái)指點(diǎn)。。! 謝謝謝謝。! |

|
估計(jì)你們沒(méi)有購(gòu)買(mǎi)ATLAS的full access,可以在其官網(wǎng)上找到你想要的example,copy,run # (c) Silvaco Inc., 2013 # CREATE SOLAR CELL IN ATHENA go athena line x loc=0.00 spac=1 line x loc=10 spac=1 line y loc=0.00 spac=0.05 line y loc=0.25 spac=0.02 line y loc=1 spac=0.1 line y loc=50 spac=10 init silicon c.boron=1.0e14 orientation=100 # deposit oxide coating deposit oxide thickness=0.05 div=1 # implant n+ layer implant phos dose=1e15 energy=30 # drive-in diffuse time=10 temp=900 # extract n layer junction depth extract name="junc_depth" xj material="Silicon" \ mat.occno=1 x.val=0.1 junc.occno=1 # form contact etch oxide right p1.x=8 deposit aluminum thickness=0.1 div=3 etch aluminum left p1.x=8 # Reflect to get complete structure structure mirror right # set electrodes for ATLAS electrode name=cathode x=10 electrode name=anode backside structure outf=solarex01_0.str # FIRST ATLAS RUN TO FIND SHORT CIRCUIT CURRENT AND OPEN CIRCUIT VOLTAGE go atlas mesh infile=solarex01_0.str # set contact material to be opaque material material=Aluminum imag.index=1000 material material=Silicon taun0=1e-6 taup0=1e-6 # set light beam using solar spectrum from external file beam num=1 x.origin=10.0 y.origin=-2.0 angle=90.0 power.file=solarex01.spec # saves optical intensity to solution files output opt.int models conmob fldmob consrh print solve init solve previous # get short circuit current log outf=solarex01_0.log solve b1=1 extract name="short_circuit_current" max(abs(i."cathode" )save outf=solarex01_1.str # get open circuit voltage solve init solve previous contact name=cathode current solve icathode=0 b1=1 extract name="open_circuit_voltage" max(abs(vint."cathode" )save outf=solarex01_2.str tonyplot solarex01_2.str -set solarex01_2.set # SECOND ATLAS RUN FOR SPECTRAL RESPONSE go atlas mesh infile=solarex01_0.str # set contact material to be opaque material material=Aluminum imag.index=1000 material material=Silicon taun0=1e-6 taup0=1e-6 # set monochromatic light beam for spectral analysis beam num=1 x.origin=10.0 y.origin=-2.0 angle=90.0 # saves optical intensity to solution files output opt.int models conmob fldmob consrh print # spectral response solve init solve previous solve previous b1=0 log outf=solarex01_2.log solve b1=1 beam=1 lambda=0.3 wstep=0.025 wfinal=1.0 tonyplot solarex01_2.log -set solarex01_3.set # The "Available photo current" accounts for absorption in semiconductor regions only. # Users interested in the overall absorption need to calculate EQE as: # EQE=I anode / I Source Photo Current * Absorption extract init inf="solarex01_2.log" extract name="IQE" curve(elect."optical wavelength", \ -(i."anode" /elect."available photo current" outf="IQE.dat" extract name="EQE" curve(elect."optical wavelength", \ -(i."anode" /elect."source photo current" outf="EQE.dat"extract name="EQE2" curve(elect."optical wavelength", \ -(i."anode" /elect."source photo current"*elect."Absorption" outf="EQE2.dat" tonyplot IQE.dat -overlay EQE2.dat -set solarex01_1.set # THIRD RUN FOR I-V CHARACTERISTICS go atlas mesh infile=solarex01_0.str # set contact material to be opaque material material=Aluminum imag.index=1000 material material=Silicon taun0=1e-6 taup0=1e-6 # set light beam using solar spectrum from external file beam num=1 x.origin=10.0 y.origin=-2.0 angle=90.0 power.file=solarex01.spec # saves optical intensity to solution files output opt.int # saves beam intensity to the log files probe name=inten beam=1 intensity models conmob fldmob consrh solve init solve previous log outfile=solarex01_3.log solve vcathode=-0.01 vstep=-0.01 vfinal=-1*$open_circuit_voltage name=cathode log off solve init solve previous solve b1=1 log outfile=solarex01_4.log solve vcathode=-0.01 vstep=-0.01 vfinal=-1*$open_circuit_voltage \ name=cathode b1=1 log off tonyplot solarex01_3.log -overlay solarex01_4.log -set solarex01_4.set extract init infile="solarex01_4.log" extract name="Jsc (mA/cm2)" $short_circuit_current*1e08*1e03/20 extract name="Power" curve(v."cathode", (v."cathode" * i."cathode" *(-1))) \ outf="P.dat" extract name="Pmax" max(curve(v."cathode", (v."cathode" * i."cathode" *(-1)))) extract name="V_Pmax" x.val from curve(v."cathode", (v."cathode"*i."cathode" )\where y.val=(-1)*$"Pmax" extract name="Fill Factor" ($"Pmax"/($"short_circuit_current"*$"open_circuit_voltage" )extract name="intens" max(probe."inten" ![]() extract name="Eff" ($Pmax/($"intens"*20/1e8)) tonyplot P.dat quit |


|
solarex01.in : Solar Cell Simulation Requires: SSuprem 4/S-Pisces/Luminous Minimum Versions: Athena 5.21.2.R, Atlas 5.19.20.R 如果找不到,直接GOOGLE SILVACO ATLAS SOLAR CELL在SILVACO官網(wǎng)上就有類(lèi)似的例子 |


| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 0856求調(diào)劑 +9 | 楒桉 2026-03-28 | 9/450 |
|
|---|---|---|---|---|
|
[考研] 324分 085600材料與化工 +6 | 呆鵝oor 2026-03-27 | 6/300 |
|
|
[考研] 求調(diào)劑:085600材料與化工,考材科基,總分319 +16 | 678lucky 2026-03-31 | 20/1000 |
|
|
[考研] 求化學(xué)調(diào)劑 +12 | wulanna 2026-03-28 | 12/600 |
|
|
[考研] 0856 335分 | 封裝or激光加工 老師看看我!! +9 | cccchenso 2026-03-29 | 9/450 |
|
|
[考研] 一志愿 南京航空航天大學(xué) ,080500材料科學(xué)與工程學(xué)碩 +5 | @taotao 2026-03-30 | 5/250 |
|
|
[考研] 291求調(diào)劑 +12 | Y-cap 2026-03-29 | 15/750 |
|
|
[考研] 083000環(huán)境科學(xué)與工程調(diào)劑,總分281 +4 | 橙子(勝意) 2026-03-30 | 4/200 |
|
|
[考研] 食品工程專(zhuān)碩一志愿中海洋309求調(diào)劑 +5 | 小張zxy張 2026-03-26 | 10/500 |
|
|
[考研] 求調(diào)劑,一志愿 南京航空航天大學(xué) ,080500材料科學(xué)與工程學(xué)碩,總分289分 +9 | @taotao 2026-03-29 | 9/450 |
|
|
[考研] 一志愿華中師范化學(xué)332分求調(diào)劑 +3 | Lyy930824@ 2026-03-29 | 3/150 |
|
|
[考研] 332求調(diào)劑 +14 | 032500 2026-03-25 | 14/700 |
|
|
[考研] 359求調(diào)劑 +5 | 王了個(gè)楠 2026-03-25 | 5/250 |
|
|
[考研] 086000生物與醫(yī)藥調(diào)劑 +5 | Feisty。 2026-03-28 | 9/450 |
|
|
[考研] 332求92調(diào)劑 +8 | 蕉蕉123 2026-03-28 | 8/400 |
|
|
[考研] 304求調(diào)劑 +6 | 曼殊2266 2026-03-27 | 6/300 |
|
|
[考研] 314求調(diào)劑 +3 | 溪云珂 2026-03-26 | 3/150 |
|
|
[考研] 調(diào)劑 +3 | 李嘉圖·S·路 2026-03-27 | 3/150 |
|
|
[考研] 303求調(diào)劑 +6 | 藍(lán)山月 2026-03-25 | 6/300 |
|
|
[考研] 材料專(zhuān)碩 335 分求調(diào)劑 +4 | 拒絕冷暴力 2026-03-25 | 4/200 |
|