$ranges (RayTracing)

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋


$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)