Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

1D FDTD method for a TEM wave

Status
Not open for further replies.

blah1

Newbie level 5
Joined
May 20, 2008
Messages
10
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,365
Hello everyone!

For part of a university project I'm currently working on, I need to calculate the Ey and Hz field components of a TEM wave propagating in X direction through free air, a dielectric medium, and free air again. I know the finite-difference equations to be used for iteration, and I know the equations of the Gaussian pulse that is used to excite the system.

I need to produce plots of the field as a function of position for various time steps. I'm trying to implement the algorithm in C.

I have read sections on FDTD in various books I got from the library, but they only deal with theoretical matters.

So far, I setup 512 Yee cells, with corresponding values for free air and dielectric medium (cells 250 to 309 are dielectric). However, I'm stuck at this point and do not know what to do from here. Could someone please give me a pseudocode or verbal pointer regarding what should I be doing next (and how)?

Thanks for reading!
 

Hi

Few resources are attached. It includes some excerpts from Prof Schneider's course notes (Chapters 3 & 4) describing 1D FDTD & its implementation and the C code associated with these chapters. Different cases are handled here, like free space, dielectric, lossy material etc. This will definitely help you in finishing your assignment.

Best Regards
Jithesh
 
  • Like
Reactions: srmay

    srmay

    Points: 2
    Helpful Answer Positive Rating
Thanks Jithesh,

I'll go through them now.

Much appreciated,
-igor
 
  • Like
Reactions: kasula

    kasula

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top