$totalregion (RayTracing)

出自 DDCC TCAD TOOL Manual
於 2017年12月26日 (二) 10:28 由 Yrwu (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 " $totalregion is a required input tag the total regions to set the material parameters. <br> This includes the normal rectangular region triangular region and other...")

(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

$totalregion is a required input tag the total regions to set the material parameters.
This includes the normal rectangular region triangular region and other special shape regions. This command is conflicted with the command $totalparameterregion It usually goes with commands $ranges (RayTracing) and $parameters (RayTracing),

For example:

$totalregion
N_region 
$ranges
x_{L}  x_{R}   y_{bottom}    y_{top}    
x_{L}  x_{R}   y_{bottom}    y_{top}    
 ...
 ...   total N_region
 ...
 x_{L}  x_{R}   y_{bottom}    y_{top}     
$parameters
 n_{r}     \alpha  
 n_{r}     \alpha  
...
...
 n_{r}     \alpha  


  x_{L}  : left range of x  (unit  \mu m   !)
  x_{R}  : right range of x  (unit  \mu m  !)
  y_{bottom}  :  bottom range of y (unit  \mu m  !)
  y_{top}  : top range of y (unit  \mu m  !)
  n_{r}  : refractive index
  \alpha :  absorption coefficient



Related commands:
$ranges (RayTracing), $totalparameterregion, $parameters (RayTracing), $totalregion (RayTracing)