"@TOT LOSS" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*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...")
 
行 8: 行 8:
 
Which mean the total loss is depends on the situation like formula below.<br>
 
Which mean the total loss is depends on the situation like formula below.<br>
   
Formula:total loss = [[@LENGTH]] * [[@LOSS]]
+
Formula:total loss = [[@LENGTH]] * [[@LOSS]]<br>
  +
  +
Note:<br>
  +
prob = 10**(-([[@INSERTION LOSS]] + tot_loss)/10.0)<br>
  +
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.

於 2024年9月22日 (日) 18: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 + tot_loss)/10.0)
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.