$2Dexcitonpar

出自 DDCC TCAD TOOL Manual
於 2024年9月28日 (六) 22:23 由 Yrwu (對話 | 貢獻) 所做的修訂

前往: 導覽搜尋

$2Dexcitonpar is the command to solve the exciton diffusion equations. Actually the exciton solver is an external function which is developing. Therefore, there is no clear definition of exiciton parameters. user can define his won definition of these parameters. The format is

$2Dexcitonpar
N_column
excitonpar(1,1) excitonpar(2,1) excitonpar(3,1) excitonpar(4,1) excitonpar(5,1) ... excitonpar(N_column,1)
excitonpar(1,2) excitonpar(2,2) excitonpar(3,2) excitonpar(4,2) excitonpar(5,2) ... excitonpar(N_column,2)
excitonpar(1,3) excitonpar(2,3) excitonpar(3,3) excitonpar(4,3) excitonpar(5,3) ... excitonpar(N_column,3)
excitonpar(1,4) excitonpar(2,4) excitonpar(3,4) excitonpar(4,4) excitonpar(5,4) ... excitonpar(N_column,4)
...
...
...
...
excitonpar(1,n) excitonpar(2,n) excitonpar(3,n) excitonpar(4,n) excitonpar(5,n) ... excitonpar(N_column,n)

At 10/01/2024 <be>

excitonpar(1,n) ->  D_ex  -> diffusion coefficient
excitonpar(2,n) ->  Kr  -> exciton radiative recombination
excitonpar(3,n) ->  Knr  -> exciton non-radiative recombination
excitonpar(4,n) ->   \gamma   -> exciton exciton quench
excitonpar(5,n) ->  K_SE  -> exciton - electron quench 
excitonpar(6,n) ->  K_SH  -> exciton - hole quench 

The user will used these parameters in subroutine exciton2Dquench( ).


The $2Dexcitonpar setting in GUI interface is here
After setting up the general structure, press OLED Setting, check the box, and fill in the fields for Dr, Kr, Knr, and Gamma as needed!
2D 2Dexcitonpar fig1.jpg


Related commands:
$call2Dexciton