"$ifapplyEgofT" 修訂間的差異
出自 DDCC TCAD TOOL Manual
行 1: | 行 1: | ||
− | Since the DDCC has the capability of solving the Poisson, drift-diffusion, and thermal solver self-consistently. It will need to consider the possibility of bandgap narrowing with temperature. Therefore, we can apply the temperature |
+ | Since the DDCC has the capability of solving the Poisson, drift-diffusion, and thermal solver self-consistently. It will need to consider the possibility of bandgap narrowing with temperature. Therefore, we can apply the temperature-dependent coefficients for the material's bandgap. Usually, the temperature-dependent bandgap can be expressed as: <br> |
<math> Eg(T) = Eg(0) - \frac{\gamma \times T^{2} }{ T + \beta} </math> |
<math> Eg(T) = Eg(0) - \frac{\gamma \times T^{2} }{ T + \beta} </math> |
||
− | Therefore, to enable the temperature |
+ | Therefore, to enable the temperature-dependent Eg in the simulation, we need to add <br>. |
$ifapplyEgofT |
$ifapplyEgofT |
||
行 21: | 行 21: | ||
<br><br> |
<br><br> |
||
For advanced users who use libmodpar.f90. This function may have problem if the bandgap is changed in libmodpar.f90 |
For advanced users who use libmodpar.f90. This function may have problem if the bandgap is changed in libmodpar.f90 |
||
+ | |||
+ | The related commands are: [[$ifapplytauofT]], [[$ifapplymuofT]], [[$ifapplyEgofT]], [[$ifTversusJ]] |
於 2021年6月9日 (三) 09:42 的修訂
Since the DDCC has the capability of solving the Poisson, drift-diffusion, and thermal solver self-consistently. It will need to consider the possibility of bandgap narrowing with temperature. Therefore, we can apply the temperature-dependent coefficients for the material's bandgap. Usually, the temperature-dependent bandgap can be expressed as:
Therefore, to enable the temperature-dependent Eg in the simulation, we need to add
.
$ifapplyEgofT ... ... to layer N
If some material's coefficient cannot be found, please make . So the program will keep the bandgap of this region as constant.
Note that
Eg(0) is the Eg at 0K, not 300K. So if the parameters source is not the same, may not be the same as the Eg in the $parameters. Please be careful to use this command.
For advanced users who use libmodpar.f90. This function may have problem if the bandgap is changed in libmodpar.f90
The related commands are: $ifapplytauofT, $ifapplymuofT, $ifapplyEgofT, $ifTversusJ