【转载】PMC/PEC Boundary Conditions and Plane Wave Simulation
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的更多相关文章
- Boundary Conditions
test test Table of Contents 1. Boundary conditions 1.1. Neumann boudary condition vs Dirichlet BC 1. ...
- OpenFOAM 中边界条件的设定【转载】
转载自:http://blog.sina.com.cn/s/blog_a0b4201d0102v7jt.html 用习惯了FLUENT的操作界面,再使用OpenFOAM就会觉得非常繁琐.遇到的第一个问 ...
- Introduction to boundary integral equations in BEM
Boundary element method (BEM) is an effective tool compared to finite element method (FEM) for resol ...
- Computer Graphics Research Software
Computer Graphics Research Software Helping you avoid re-inventing the wheel since 2009! Last update ...
- 【小白的CFD之旅】09 初识FLUENT
按黄师姐的推荐,小白回头查找起 FLUENT的资料来.通过网络及图书馆查找相关资料,小白对于FLUENT有了基本的认识. FLUENT是一个CFD软件包,目前隶属于ANSYS公司 目前FLUENT的最 ...
- Discrete.Differential.Geometry-An.Applied.Introduction(sig2013) 笔记
The author has a course on web: http://brickisland.net/DDGSpring2016/ It has more reading assignment ...
- Discrete.Differential.Geometry-An.Applied.Introduction(sig2008)笔记
-------------------------------------------------------------- Chapter 1: Introduction to Discrete D ...
- 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 ...
- HOG(方向梯度直方图)
结合这周看的论文,我对这周研究的Histogram of oriented gradients(HOG)谈谈自己的理解: HOG descriptors 是应用在计算机视觉和图像处理领域,用于目标检測 ...
随机推荐
- 【jQuery基础学习】11 jQuery性能简单优化
关于性能优化 合适的选择器 $("#id")会直接调用底层方法,所以这是最快的.如果这样不能直接找到,也可以用find方法继续查找 $("p")标签选择器也是直 ...
- 重新想象 Windows 8 Store Apps (61) - 通信: http, oauth
[源码下载] 重新想象 Windows 8 Store Apps (61) - 通信: http, oauth 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 通信 ...
- 2015-2016 ACM-ICPC, NEERC, Southern Subregional Contest, B. Layer Cake
Description Dasha decided to bake a big and tasty layer cake. In order to do that she went shopping ...
- 回文串--- Girls' research
HDU 3294 Problem Description One day, sailormoon girls are so delighted that they intend to resear ...
- ahjesus mongodb指定到数据盘连接不上的解决方案
关于配置路径指定到数据盘会出现连接不上的情况 我发现是因为数据盘权限不足引起的,目前没找到治本的方法 有个治标的方法就是设置数据盘的权限和用户 sudo chmod 777 * -R /path/d ...
- mysql下一个版本应该且实现并不复杂增加的常用功能
1.innodb的auto_increment应该在参考oracle的实现方式,定期持久化: 我们目前遇到个问题,出于性能考虑,我们每天会把当天处理完成的数据归到另外一张历史表,并清空,同时有可能会重 ...
- 自定义XML动态配置程序
概述 1 在做程序开发时,我们往往要用到如下两个基本模块 1> 设置程序的基础参数,如分页的参数.邮件参数等: 2> 在基于表驱动开发时,即把一些判断的逻辑放在表数据中: 2 在这两个基本 ...
- ServiceLocator是反模式
关于ServiceLocator模式 http://www.cnblogs.com/hwade/archive/2011/01/30/CommonServiceLocator.html 为什么是Ant ...
- jQuery.Cookie.js用法
jQuery.Cookie.js:一个轻量级的cookie插件,可以读取.写入.删除cookie. 一.使用方法 引入jQuery与jQuery.Cookie.js插件 <script src= ...
- 【使用 DOM】为DOM元素设置样式
1. 使用样式表 可以通过document.styleSheets属性访问文档中可用的CSS样式表,它会返回一组对象集合,这些对象代表了与文档管理的各个样式表. 每个样式表 都由一个CSSStyleS ...