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.

FDTD patch antenna Dennis M. Sullivan

Status
Not open for further replies.

snkhan

Full Member level 6
Joined
Oct 19, 2005
Messages
324
Helped
38
Reputation
74
Reaction score
20
Trophy points
1,298
Location
Gods place
Activity points
3,213
fdtd patch antenna code

i have tried to re simulate the code given in "Electromangetic simulation using FDTD method". Chapter 5, Fd3d_patch.c

Unfortunately the from the source code did not compile "file pointer handling". Can somebody please help me to fix the problem in the attached C file.

Thanks
 

fd3d_patch.c

Hi,

if you still need help on this problem, pls mail me at jithesh_lrde@rediffmail.com or jithesh.lrde@gmail.com.
I fixed the problems, but I could not upload the file due to some problems.
The code is now in working condition.

The major problems were:
1. due to some memory limitation, the C Pre-processor could not assign memory to the 3D arrays. If you declare the arrays directly like dx[62][120][14] instead of dx[IE][JE][KE}, this will be solved.
2. In most of the places, insted of '1' (digit), you typed l (alphabet). In printed material (e.g., Sullivan's Text Book), both may look alike.
3. You have used coefficient arrays fi1, fi2, fi3 etc, without initializing. So by default they will be filled with zeros. In the source/field update equations, these coefficient arays will make the entire expression zero so that you will always get zero only.

Best Regards
Jithesh

Added after 49 minutes:

Hi again,

I am trying to upload the file again.
Two more fdtd files (both from sullivan) are also there in the zip file.
Hope that it is useful.

Best Regards
Jithesh
 
fdtd patch antenna

Thanks very much. Actually i scan the pdf and that why there were so many errors.

continue uploading Jitesh
 

dennis m. sullivan

Hi

There was a minor mistake in the code, which I uploaded.
In the FDTD_PatchAntenna.c file, change the statement:

int IE = 30;

to

int IE = 62;

Sorry for the error.
Best Regards
Jithesh
 

fdtd sullivan code

hi,
i have a problem in fd3d_4.1.c(i couldn't run program)
if u can i would be greatful for that
best regards
my mail:emrsrt@gmail.com
 

fd3d_4.1.c

Hi

I don't have this code with me. You please upload it or send it to jithesh.lrde@gmail.com.
I will try to fix your problem and upload it back.

Best Regards
Jithesh
 

indian author book on patch antenna

Hi,

You can find the modified code in the following thread:


Best Regards
Jithesh
 

fdtd + patch antenna

I have problem with FD3D_4.1.c too
 
  • Like
Reactions: egose

    egose

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top