【转载】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 是应用在计算机视觉和图像处理领域,用于目标检測 ...
随机推荐
- mybatis 下划线转驼峰配置
一直以来,在sqlmap文件中,对于数据库中的下划线字段转驼峰,我们都是通过resultmap来做的,如下: <resultMap id="ISTableStatistics" ...
- ABAP常用函数集锦
函数名 描述 SD_VBAP_READ_WITH_VBELN 根据销售订单读取表vbap中的信息EDIT_LINES 把READ_TEXT返回的LINES中的行按照TDFORMAT=“*”重新组织VI ...
- SPJS Upload for SharePoint: Custom upload page for uploading documents to various document libraries in a site collection
http://spjsblog.com/2013/12/08/spjs-upload-for-sharepoint-custom-upload-page-for-uploading-documents ...
- Android APK 文件自动安装
1.权限 <uses-permission android:name="android.permission.INSTALL_PACKAGES" /> 2.方法 Uri ...
- C中的一些经常会用到的函数
1.sscanf 函数原型: int sscanf(const char *,const char *,...); int sscanf(const char *buffer,const char * ...
- CocoaPod出现-bash: pod: command not found 解决办法
从过年来到公司 就不用自己电脑了 之前一直自己带电脑 昨天随便建了一个demo 使用cocoapods 发现 -bash: pod: command not found 刚开 ...
- iOS--九宫格奥秘(UIView)(arc4random)
下面程序主要实现,九宫格的模型,每个小UIView的颜色随机产生的,用到了 arc4random函数: ; ; ; ; ; i<; i++) { ; j<; j++) { UIView * ...
- 以蓝牙开发的视觉解读微信Airsync协议
微信硬件平台使用蓝牙作为近场控制的连接件,并拟定了<微信蓝牙外设协议>.这份协议更像一个标准,用于规范微信和蓝牙外设之间的数据交互场景和接口.但从开发者来看,要完全读懂这份协议,恐怕需要熟 ...
- iOS 清理缓存功能实现第一种方法
添加一个提示框效果导入第三方MBProgressHUD #import "MBProgressHUD+MJ.h" /** * 清理缓存第一种方法 */ -(void)clearCa ...
- iOS label根据显示内容自适应大小
- (void)setupLabel { //准备工作 UILabel *textLabel = [[UILabel alloc] init]; textLabel.font = [UIFont sy ...