光栅布局在大多数情况下是周期性
结构。OptiFDTD中有两种实现周期性布局的方法:PBG编辑器和VB脚本。本课将重点介绍以下功能:
}xry •使用VB脚本生成光栅(或周期性)布局。
oY+p;&H •光栅布局
模拟和后处理分析
g4u6#.m( 布局layout
{;N2 &S o 我们将模拟如图1所示的二维光栅布局。
s"XwO8yhM 图1.二维光栅布局
+n<W#O% sh R| 用VB脚本定义一个2D光栅布局
/J(vqYK" @qpj0i+>* 步骤:
d
N$,AO T 1 通过在
文件菜单中选择“New”,启动一个新项目。
ve+bR 2 在“Wafer Properties”对话框中设置以下
参数 %fnG v\uI Wafer Dimensions:
_, E/HAX Length (mm): 8.5
l5 ] Width (mm): 3.0
9Z2 1|5 HB{'MBs 2D wafer properties:
bZ_TW9mq Wafer refractive index: Air
\%7fm#z6 3 点击 Profiles 与 Materials.
O}w%$ mq wBvVY3VQ^
在“Materials”中加入以下
材料:
5rmU9L Name: N=1.5
`U=Jbdc l3 Refractive index (Re:): 1.5
z)(W
x"> 9;'#,b*( Name: N=3.14
Xo:Mar Refractive index (Re:): 3.14
hbg$u$1`, +TyN;e 4.在“Profile”中定义以下轮廓:
KIcIYCBz Name: ChannelPro_n=3.14
BN `2UVH 2D profile definition, Material: n=3.14
;*$e8y2 KIi:5Y Name: ChannelPro_n=1.5
,/%'""`w 2D profile definition, Material: n=1.5
aU~?&] 5|=J\Lp2I 6.画出以下波导结构:
4=o vm[ a. Linear waveguide 1
-pIz-* Label: linear1
W7Y@]QMX Start Horizontal offset: 0.0
y|)VNnWM Start vertical offset: -0.75
Aj|->Y End Horizontal offset: 8.5
k qL.ZR End vertical offset: -0.75
f9 \$,7F Channel Thickness Tapering: Use Default
x\U[5d Width: 1.5
6Iqy"MQuq Depth: 0.0
.1q}mw Profile: ChannelPro_n=1.5
vc&v+5Y EG`6T b. Linear waveguide 2
Q#G xo Label: linear2
8}m J)9<7 Start Horizontal offset: 0.5
A[8m3L#k Start vertical offset: 0.05
v2 E <~/| End Horizontal offset: 1.0
SAdE9L =d End vertical offset: 0.05
bD0l^?Hu! Channel Thickness Tapering: Use Default
-2; 6Pwmv Width: 0.1
l'/`2Y1 Depth: 0.0
vUVFW'- Profile: ChannelPro_n=3.14
_FYA? d} `!/[9Y#H p 7.加入水平平面波:
~1%*w* Continuous Wave Wavelength: 0.63 General:
]c~yMA+]FZ Input field Transverse: Rectangular
L FkDb} X Position: 0.5
K^U=" Direction: Negative Direction
B=r DU$z Label: InputPlane1
aTTkj\4 2D Transverse:
9zb1t1[W Center Position: 4.5
gK QJ^a\! Half width: 5.0
0-S.G38{ Titlitng Angle: 45
1,%`vlYv Effective Refractive Index: Local Amplitude: 1.0
Bd <0} 图2.波导结构(未设置周期)
?W{+[OXs H oABo: 8.单击“Layout Script”快捷工具栏或选择
仿真菜单下的“Generate Layout Script…”。这一步将把布局对象转换为VB脚本代码。
m~5 unB9 将Linear2代码段修改如下:
Ba@~: Dim Linear2
%*}rLn"? for m=1 to 8
`z\hQ%1!F Set Linear2 = WGMgr.CreateObj ( "WGLinear", "Linear2"+Cstr(m) )
["<Xh0_ Linear2.SetPosition 0.5+(m-1)*1.0, 0.05, 1+(m-1)*1.0, 0.05
O{_t*sO9q* Linear2.SetAttr "WidthExpr", "0.1"
Tc/^h4xH Linear2.SetAttr "Depth", "0"
}[;ZZm? Linear2.SetAttr "StartThickness", "0.000000"
JFVx& Linear2.SetAttr "EndThickness", "0.000000"
*,4rYb7I w Linear2.SetProfileName "ChannelPro_n=3.14"
|E7J5ha Linear2.SetDefaultThicknessTaperMode True
=S`h/fru D{6y^@/ 点击“Test Script”快捷工具栏运行修改后的VB脚本代码。生成光栅布局,布局如图3所示。
Q-'j131[ 图3.光栅布局通过VB脚本生成
5[Vr {^) (s,&