"$usefieldmufunc" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(空白的頁面) |
|||
行 1: | 行 1: | ||
+ | This function modifies the calculation method of mobility. |
||
+ | Both electron and hole mobilities are considered electrical field-dependent terms with the default. |
||
+ | However, you can define this function by using [[function usefielddependent_n(indEl, matind ,Ex,Ey,T,xp,yp)]] and [[function usefielddependent_p(indEl, matind, Ex, Ey, T, xp, yp)]].<br> |
||
+ | The default follows the equation:<br> |
||
+ | :: <math>\mu=\mu_0\times exp(\beta\sqrt{F})</math>,<br> |
||
+ | where |
||
+ | * <math>\mu</math> is the mobility, |
||
+ | * <math>\mu_0</math> is the zero-field mobility, |
||
+ | * <math>\beta</math> is the factor of the field dependence, and |
||
+ | * <math>F</math> is the localized electric field. |
||
+ | <br> |
||
+ | ; Format |
||
+ | $usemunpfunc |
||
+ | 1 <math>\mu_e</math> <math>\beta_e</math> <math>\mu_h</math> <math>\beta_h</math> |
||
+ | <br> |
||
+ | ; Parameter explanation |
||
+ | * <math>\mu_e</math>: the zero-field mobility of electron. <math>(cm^{2}eV^{-1}s^{-1})</math> |
||
+ | * <math>\beta_e</math>: the factor of electron. <math>(eV^{-1/2})</math> |
||
+ | * <math>\mu_h</math>: the zero-field mobility of hole. <math>(cm^{2}eV^{-1}s^{-1})</math> |
||
+ | * <math>\beta_h</math>: the factor of hole. <math>(eV^{-1/2})</math> |
||
+ | <br> |
||
+ | ; Related commands |
||
+ | : [[function usefielddependent_n(indEl, matind ,Ex,Ey,T,xp,yp)]], [[function usefielddependent_p(indEl, matind, Ex, Ey, T, xp, yp)]], [[$useemunfunc]], [[$useemupfunc]] |
於 2017年8月23日 (三) 22:17 的修訂
This function modifies the calculation method of mobility.
Both electron and hole mobilities are considered electrical field-dependent terms with the default.
However, you can define this function by using function usefielddependent_n(indEl, matind ,Ex,Ey,T,xp,yp) and function usefielddependent_p(indEl, matind, Ex, Ey, T, xp, yp).
The default follows the equation:
- ,
- ,
where
- is the mobility,
- is the zero-field mobility,
- is the factor of the field dependence, and
- is the localized electric field.
- Format
$usemunpfunc 1
- Parameter explanation
- : the zero-field mobility of electron.
- : the factor of electron.
- : the zero-field mobility of hole.
- : the factor of hole.