"Subroutine exciton1D" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "function solargeneration(x1,x2,eg)") |
Jameshuang (對話 | 貢獻) |
||
行 1: | 行 1: | ||
− | function solargeneration(x1,x2,eg) |
||
+ | $lib1dexciton1D is a function that you can calculate distribution of exciton in organic material by this file. You should add [[$callexciton]] in your input file to set the parameter of exciton. |
||
+ | |||
+ | '''<big><big>Gobal variation</big></big>''' |
||
+ | |||
+ | v,HBAR,M0, deltavqp, tdiagonalqp, rhsqp, dz,nl,maxlayers ,radAUR,nonradSRHUR,nonradAugerUR,gatevoltage,outfile |
||
+ | |||
+ | |||
+ | '''<big><big>Variation Explanation</big></big>''' |
||
+ | |||
+ | * v : |
||
+ | * HBAR : Planck constant. |
||
+ | * M0 : Mass of electron. |
||
+ | * deltavqp : Step of voltage. |
||
+ | * tdiagonalqp : |
||
+ | * rhsqp : |
||
+ | * dz : Grid size. |
||
+ | * nl : Total length for your input file. |
||
+ | * maxlayers : layers of number for your input file. |
||
+ | * radAUR : Radiative recombination in each position. |
||
+ | * nonradSRHUR : Non-radiative recombination in each position. |
||
+ | * nonradAugerUR : Auger recombination in each position. |
||
+ | * gatevoltage : Current voltage in the calculation. |
||
+ | * outfile : outfile module. |
||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | '''<big><big>Compile</big></big>''' |
||
+ | |||
+ | ifort -msse3 -O3 -no-prec-div -shared -fPIC lib1dexciton.f90 -o lib1dexciton.so |
||
+ | |||
+ | [[$callexciton]], |
於 2017年8月23日 (三) 03:28 的修訂
$lib1dexciton1D is a function that you can calculate distribution of exciton in organic material by this file. You should add $callexciton in your input file to set the parameter of exciton.
Gobal variation
v,HBAR,M0, deltavqp, tdiagonalqp, rhsqp, dz,nl,maxlayers ,radAUR,nonradSRHUR,nonradAugerUR,gatevoltage,outfile
Variation Explanation
- v :
- HBAR : Planck constant.
- M0 : Mass of electron.
- deltavqp : Step of voltage.
- tdiagonalqp :
- rhsqp :
- dz : Grid size.
- nl : Total length for your input file.
- maxlayers : layers of number for your input file.
- radAUR : Radiative recombination in each position.
- nonradSRHUR : Non-radiative recombination in each position.
- nonradAugerUR : Auger recombination in each position.
- gatevoltage : Current voltage in the calculation.
- outfile : outfile module.
Compile
ifort -msse3 -O3 -no-prec-div -shared -fPIC lib1dexciton.f90 -o lib1dexciton.so