"@TOT LOSS" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
 
行 11: 行 11:
   
 
Note:<br>
 
Note:<br>
prob = 10**(-([[@INSERTION LOSS]] + tot_loss)/10.0)<br>
+
prob = 10**(-([[@INSERTION LOSS (FIBER)]] + tot_loss)/10.0)<br>
 
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.
 
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.

於 2024年9月22日 (日) 23:29 的最新修訂

  • The total loss for fiber. If the total loss is -1, means the total loss is depends on the situation.
  • Is store as tot_loss in the fortran code.

example

@TOT_LOSS
-1

Which mean the total loss is depends on the situation like formula below.

Formula:total loss = @LENGTH * @LOSS

Note:
prob = 10**(-(@INSERTION LOSS (FIBER) + tot_loss)/10.0)
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.