$SpaceRegion

出自 DDCC TCAD TOOL Manual
於 2018年7月25日 (三) 14:57 由 Mike (對話 | 貢獻) 所做的修訂

前往: 導覽搜尋

Format

$SpaceRegion
 xL    xR                
 yL    yR
 zL    zR                // where all are floating points. Unit: meter.

The function defines the simulated space. xL / yL / zL is the position of the first point in x / y / z-axis, and xR / yR / zR is the position of the last point in x / y / z-axis.
The unit is meter (m).


Example

$SpaceRegion
 0.0    2000e-9
 0.0    2000e-9
 0.0    2000e-9

This means the space region is from (0, 0, 0) to (2, 2, 2) (μm). 檔案:FDTD-space.jpg