微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > How can i show mesh in FDTD ? Layers of mesh antenna

How can i show mesh in FDTD ? Layers of mesh antenna

时间:03-30 整理:3721RD 点击:
I wrote a FDTD code for spiral antenna
I want to check my structure but i cant see layers of mesh antenna
every body know that ?
how can i see layers of mesh antenna?

I think you write your 3D-FDTD codes with MATLAB, so you have a 3D Matrix.
for example, You can use A(:,:,10) to illustrate toyr layers.

Hi hamidreza
thx for your answer
but I didnt understand it, I want to see PEC layer and dielectric layer
for example i want to see my cell :

ie=41; %number of grid cells in x-direction
je=41; %number of grid cells in y-direction
ke=6; %number of grid cells in z-direction

nx=ie+1;
ny=je+1;
nz=ke+1;


is=20; %location of source
js=20; %location of source
ks=ke; %location of source

How can i see these?
thank you


dx=0.0013; %cells dimention(mm)
dy=dx; %cells dimention(mm)
dz=0.00013; %cells dimention(mm)
dt = dz/(sqrt(3)*c); %time step

nmax=1000; %total number of time steps

%************************************************* **********************
% Field arrays
%************************************************* **********************

ex=zeros(ie,ny,nz);
ey=zeros(nx,je,nz);
ez=zeros(nx,ny,ke);
hx=zeros(nx,je,ke);
hy=zeros(ie,ny,ke);
hz=zeros(ie,je,nz);

上一篇:magic tee hfss
下一篇:最后一页

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top