"$ifimpact ion" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "$ifimpact_ion is a function to turn on the impact ionization. It is a field and current dependent function which will rely on the electric field in the simulation pr...")
 
行 1: 行 1:
 
$ifimpact_ion is a function to turn on the impact ionization. It is a field and current dependent function which will rely on the electric field in the simulation program. <br>
 
$ifimpact_ion is a function to turn on the impact ionization. It is a field and current dependent function which will rely on the electric field in the simulation program. <br>
   
The impact ionization generation rate is decided by <br>
+
The impact ionization generation rate is decided by <br><br>
   
 
<math>
 
<math>
 
G_impact = \frac{|Jn|}{e} \times \alpha_n +\frac{|Jp|}{e} \times \alpha_p
 
G_impact = \frac{|Jn|}{e} \times \alpha_n +\frac{|Jp|}{e} \times \alpha_p
</math><br>
+
</math><br><br>
 
<math>
 
<math>
\alpha_{n} = a_{n}*exp\left( - \left| \left(\frac{b_{n}*|Jn|}{\vec{E}\cdot \vec{Jn}}\right)^{c_{n}} \right|\right)
+
\alpha_{n} = a_{n}*exp\left( - \left| \left(\frac{b_{n}|Jn|}{\vec{E}\cdot \vec{Jn}}\right)^{c_{n}} \right|\right)
</math><br>
+
</math><br><br>
 
<math>
 
<math>
\alpha_{n} = a_{p}*exp\left( - \left| \left(\frac{b_{p}*|Jp|}{\vec{E}\cdot \vec{Jp}}\right)^{c_{p}} \right|\right)
+
\alpha_{n} = a_{p}*exp\left( - \left| \left(\frac{b_{p}|Jp|}{\vec{E}\cdot \vec{Jp}}\right)^{c_{p}} \right|\right)
</math>
+
</math><br><br>
   
   

於 2017年8月22日 (二) 11:05 的修訂

$ifimpact_ion is a function to turn on the impact ionization. It is a field and current dependent function which will rely on the electric field in the simulation program.

The impact ionization generation rate is decided by


G_impact =  \frac{|Jn|}{e} \times \alpha_n +\frac{|Jp|}{e} \times \alpha_p


\alpha_{n} = a_{n}*exp\left( - \left| \left(\frac{b_{n}|Jn|}{\vec{E}\cdot \vec{Jn}}\right)^{c_{n}} \right|\right)


\alpha_{n} = a_{p}*exp\left( - \left| \left(\frac{b_{p}|Jp|}{\vec{E}\cdot \vec{Jp}}\right)^{c_{p}} \right|\right)


           Gimpact=-absjn/ELCHG*impactratelayer(1,indEl)*&
               exp(-abs( ((impactratelayer(2,indEl)*absjn)/productEJ(1))**impactratelayer(3,indEl)))