Hello,
I am currently simulating phase change due to reflection on gold (Au) using Ansys FDTD. My setup includes using a Frequency Domain Field and a Power monitor to observe the angle of the E-field in x-polarization. However, the phase change tendencies I'm observing do not match those in my...
Hi,
I've just written an article about how to choose between FDTD, FEM and MoM for Electromagnetic Simulations, and also with brief reviews of some of the best Open Source alternatives out there.
https://www.matecdev.com/posts/differences-fdtd-fem-mom.html
I've seen that in this forum many...
These days, I designed a Bragg grating using FDTD Solution. But when I try to get its phase information of the transmission spectrum, I meet some trouble. Could anyone give me some suggestion? Which monitor should I choose? Or should I use INTERCONNECTION? Thank you !
Hello to all!
I have written this 1D FDTD code but the results I take are very large and after some timestep they get to infinite/NaN... I really don't know what's wrong. The expressions I have used are the exact given solution for the Maxwell equations.
Thank you for your help.
program yee...
Im a mechanical engineering student currently, with a third year project of simulating ultrasound propagation through the abdomen. Currently i just want to simulate it going through muscle with no obstacles. I don't really understand where to start, I have formed some equations based on the wave...
Hi,
I am looking for below paper. Already contact both writers but got no reply. Anyone who have this or can access this journal, can you please send it to me. Winton, S., and Rappaport, C. ``Implementation of a Two Dimensional Plane Wave FDTD Using One Dimensional FDTD on the Lattice Edges,''...
Hello all,
I have been learning to use FDTD to model light interaction with various materials. I've successfully managed to model light interaction with semiconductors/insulators. However, I've been having trouble understanding how to incorporate metals into this model. The code becomes...
Hello,
I have written 3D FDTD code with Mur ABC which gives correct results for time domain data.
Now I want to compute the resonance frequency of a rectangular cavity using this 3D FDTD code.
I don't know how I will do that.
Would someone please advise me the steps I need to follow now to...
hi all,
attached here is my code for 2d fdtd in polar coordinates, from 'numerical electromagnetic: the fdtd method (umran s inan, pg 94-96) written in fortran90. I have try a few approach I could think about to troubleshoot this code but the output is still infinity. Anybody here can give me...
Homework Statement
to compute 1d fdtd maxwell equation using yee algorithm with fortran 90Homework Equations
1D discretization for maxwell equation (TEM mode) :
electric field vector:
Ez(i-1/2,n+1/2) = Ca*(Ez(i-1/2,n-1/2) + Cb(Hy(i,n)-Hy(i-1,n)
magnetic field
Hy(i,n+1) = Da*(Hy(i,n) +...