"$usemuTfactor" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "$usemuTfactor is a command for user the consider the temperature dependent mobility by using a well define function instead of calling the external function. <br> C...")
 
 
(未顯示同一使用者於中間所作的 1 次修訂)
行 10: 行 10:
 
<math>\alpha=b </math>
 
<math>\alpha=b </math>
 
<math> \mu (T) = \mu(T_0) \times ( \frac{T}{T_0} )^{\alpha} </math>
 
<math> \mu (T) = \mu(T_0) \times ( \frac{T}{T_0} )^{\alpha} </math>
  +
  +
<br>
  +
When this command is used, the functions using [[$useevprofile]] within the [[$xend]] and [[$yend]] will be multipled by this factor. However, the hole mobility and constant mobility region will not be affected. Therefore, user needs to be careful about this. This command is still under developing and users are suggested to consult the newest progress before using this function.
  +
  +
<br>
  +
For example:
  +
  +
$usemuTfactor
  +
1 300.0 1.5 0.0 0.0
  +
  +
  +
Other modes are developing.

於 2017年9月3日 (日) 21:12 的最新修訂

$usemuTfactor is a command for user the consider the temperature dependent mobility by using a well define function instead of calling the external function.

Currently, there is only a few functions built. The format is

$usemuTfactor
Tmode a b c d

For Tmode=1,

 T_0=a 
 \alpha=b 
  \mu (T) = \mu(T_0) \times ( \frac{T}{T_0} )^{\alpha} 


When this command is used, the functions using $useevprofile within the $xend and $yend will be multipled by this factor. However, the hole mobility and constant mobility region will not be affected. Therefore, user needs to be careful about this. This command is still under developing and users are suggested to consult the newest progress before using this function.


For example:

$usemuTfactor
1  300.0  1.5  0.0  0.0 


Other modes are developing.