"$usenewBTBT" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 " The method is an update of BTBT. But one more parameters "s" is introduced. When s=-1, it will become something like Pool Frankel field dependent generation model....")
 
 
(未顯示同一使用者於中間所作的 2 次修訂)
行 1: 行 1:
The method is an update of BTBT. But one more parameters "s" is introduced. When s=-1, it will become something like Pool Frankel field dependent generation model. The generation rates are decided by
+
This method is an update of BTBT. But one more parameters "s" is introduced. When s=-1, it will become something like Pool Frankel field dependent generation model. The generation rates are decided by
 
<br>
 
<br>
 
<math> G = a \times |E|^{p} \times exp\left( - \frac{b}{|E|^{s}} \right) +a2 \times |E|^{p2} \times exp\left( - \frac{b2}{|E|^{s2}} \right) </math>
 
<math> G = a \times |E|^{p} \times exp\left( - \frac{b}{|E|^{s}} \right) +a2 \times |E|^{p2} \times exp\left( - \frac{b2}{|E|^{s2}} \right) </math>
行 10: 行 10:
 
<br><br>
 
<br><br>
 
For example:
 
For example:
$usePool
 
  +
$usenewBTBT
 
a b p s a2 b2 p2 s2
 
a b p s a2 b2 p2 s2
 
a b p s a2 b2 p2 s2
 
a b p s a2 b2 p2 s2
行 23: 行 23:
 
---------------------------
 
---------------------------
 
See also: <br>
 
See also: <br>
[[$useBTBT]] [[$usepool]]
+
[[$useBTBT]] [[$usePool]]

於 2023年4月25日 (二) 21:52 的最新修訂

This method is an update of BTBT. But one more parameters "s" is introduced. When s=-1, it will become something like Pool Frankel field dependent generation model. The generation rates are decided by
 G = a \times |E|^{p} \times exp\left( - \frac{b}{|E|^{s}} \right) +a2 \times |E|^{p2} \times exp\left( - \frac{b2}{|E|^{s2}} \right)

The unit of b is V/cm The unit of a is cm^{-3}s^{-1}

Note: If BTBT is used. This one cannot be used.



For example:

$usenewBTBT
a b p s a2 b2 p2 s2
a b p s a2 b2 p2 s2
a b p s a2 b2 p2 s2
a b p s a2 b2 p2 s2
...
...
... N layers

In each layer, you will need to set the a b p coefficients. If you don't want to consider BTBT in this layer. please set a and a2 equal to 0.0.


See also:
$useBTBT $usePool