原文链接

PMC/PEC Boundary Conditions and Plane Wave Simulation (FDTD)

OptiFDTD now has options to use Perfect Electrical Conductor (PEC) and Perfect
Magnetic Conductor (PMC) boundary conditions. You can choose which boundaries
use the new conditions, and Anisotropic PML can be used for the remaining
boundaries. With this PEC/PMC/Anisotropic PML combination, the following
simulations may be obtained:

  • Plane wave simulation
  • Domain reduced simulation for symmetric, periodic, or photonic band gap structures

Image value of PEC/ PMC

The following graphs show the field set up in the PEC/PMC wall (zero thickness) and
its image value

Figure 8: Field in PMC and image area

(E is the vertical electric component in the PMC wall, and HII is the parallel
magnetic component in the PMC wall.)

Figure 9: Field in PEC and image area

As we can see from Figure 8, PMC is a symmetric wall for the symmetric structure
with symmetric wave propagation. The following two cases details the results when
PMC occurs.

Figure 10: PMC wall in a symmetric waveguide—excited by symmetric TE waveguide mode

Figure 11: PMC wall in a periodic structure for TE plane wave propagation

PMC can be seen as the special case for Bloch’s boundary condition (periodic
boundary condition) where the k-vector is set to zero in the corresponding direction.

PEC line is the complement of PMC, so in Figure 10, and Figure 11, the PMC line will
become the PEC line if the wave polarization is changed to TM.

Plane wave realized in symmetric/periodic structure

Figure 12 shows how the plane wave simulation can be realized for a symmetric
structure. For a 2D TE simulation, the edge of transverse plane should be set to the
PMC boundary condition to realize the plane wave.

Figure 12: Plane wave in TE simulation

For a 2D TM simulation, the edge of transverse plane should set to the PEC boundary
condition to realize the plane wave.

Figure 13: Plane wave in TM simulation

For a 3D simulation, the plane wave realization depends on the wave polarization and
the boundary condition setup at different edges of the transverse plane. If the wave
goes in z-direction, and the input wave is in y-direction polarization, then the y plane
(x-z) edge should be set to the PEC and x-plane (y-z plane) edge set to the PMC
boundary.

Figure 14: Y-polarization plane wave (z-direction propagation) with boundary conditions

For 3D simulation, if the wave goes in z-direction, and the input wave is in x-direction
polarization, then the y plane (x-z) edge should be set to the PMC and x-plane
(y-z plane) edge set to the PEC boundary.

Figure 15: X-polarization plane wave (z-direction propagation) with boundary conditions

The plane wave shape can be set by setting the rectangular wave parameters in the
Input Wave Properties dialog box. Currently, plane wave does not support the tilting
angle. Currently, the plane wave simulation is only effective for symmetrical
structures.

【转载】PMC/PEC Boundary Conditions and Plane Wave Simulation的更多相关文章

  1. Boundary Conditions

    test test Table of Contents 1. Boundary conditions 1.1. Neumann boudary condition vs Dirichlet BC 1. ...

  2. OpenFOAM 中边界条件的设定【转载】

    转载自:http://blog.sina.com.cn/s/blog_a0b4201d0102v7jt.html 用习惯了FLUENT的操作界面,再使用OpenFOAM就会觉得非常繁琐.遇到的第一个问 ...

  3. Introduction to boundary integral equations in BEM

    Boundary element method (BEM) is an effective tool compared to finite element method (FEM) for resol ...

  4. Computer Graphics Research Software

    Computer Graphics Research Software Helping you avoid re-inventing the wheel since 2009! Last update ...

  5. 【小白的CFD之旅】09 初识FLUENT

    按黄师姐的推荐,小白回头查找起 FLUENT的资料来.通过网络及图书馆查找相关资料,小白对于FLUENT有了基本的认识. FLUENT是一个CFD软件包,目前隶属于ANSYS公司 目前FLUENT的最 ...

  6. Discrete.Differential.Geometry-An.Applied.Introduction(sig2013) 笔记

    The author has a course on web: http://brickisland.net/DDGSpring2016/ It has more reading assignment ...

  7. Discrete.Differential.Geometry-An.Applied.Introduction(sig2008)笔记

    -------------------------------------------------------------- Chapter 1: Introduction to Discrete D ...

  8. hdu 1047 (big integer sum, fgets or scanf, make you func return useful infos) 分类: hdoj 2015-06-18 08:21 39人阅读 评论(0) 收藏

    errors made, boundary conditions, <= vs < , decreasing vs increasing , ++, –, '0'/'1' vs 0/1 p ...

  9. HOG(方向梯度直方图)

    结合这周看的论文,我对这周研究的Histogram of oriented gradients(HOG)谈谈自己的理解: HOG descriptors 是应用在计算机视觉和图像处理领域,用于目标检測 ...

随机推荐

  1. sql多行转一行,以逗号隔开

    --SELECT ff= stuff((select ','+cast(WorkOrderNo as varchar)-- FROM dbo.TB_WorkOrder c -- where tpl.P ...

  2. 后缀数组---New Distinct Substrings

    Description Given a string, we need to find the total number of its distinct substrings. Input T- nu ...

  3. php中的字符串常用函数(三) str_replace() 子字符串替换

    mixed str_replace ( mixed $search , mixed $replace , mixed $subject [, int &$count ] ); 该函数返回一个字 ...

  4. Webhooks PHP

    Webhooks/Parse When webhooks are triggered in the gateway, a notification is sent as a POST request ...

  5. git 删除错误提交的commit

    方法: 根据–soft –mixed –hard,会对working tree和index和HEAD进行重置:    git reset --mixed:此为默认方式,不带任何参数的git reset ...

  6. 个人总结 HTML+CSS

    从大一下学期接触,一直到今年,接触的时间也挺长的了,最近一些认识的盆友和同学说是想学习前端,自己也开始慢慢停下脚步,不再拼命地去学很多框架的东西,回归到基础,慢慢把基础打牢 很多知识碎片一直来不及整理 ...

  7. access中根据一个表创建另一个

    access中根据一个表创建另一个 SELECT * INTO newTableFROM zD_qlr; SELECT * into mdFROM zd IN 'E:\fz\高阳\大姚\fz\bz\b ...

  8. SharePoint部署工具SPSD

    SharePoint Solution Deployer,绝对属于必备的SharePoint工具之一了. 下载,解压这个工具,会有如下的目录(没有Assemblies和DeployGAC.bat)解压 ...

  9. Swift中的字典

    学习来自<极客学院:Swift中的字典> 工具:Xcode6.4 直接上基础的示例代码,多敲多体会就会有收获:百看不如一敲,一敲就会 import Foundation //字典的声明 v ...

  10. SQL - 生成指定范围内的随机数

    今天按照公司需求,需要做一个sql作业来对数据库定时触发,其中有个难点,就是在sql中需要在1-n中随机出来一个结果. google了半天,找到一个比较好的方式. 写下这个sql: DECLARE @ ...