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.

How to introduce Drude model in HFSS?

Status
Not open for further replies.

janlcc

Newbie level 5
Joined
Mar 15, 2007
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,333
drude model

Hi,

I am trying to introduce frequency dependent permittivity as Drude model in HFSS.
However, I don't know how to introduce the model. Can anybody help me?

Thanks,

Jennifer
 

drude model hfss

You can do it by Matlab coupled to HFSS
 

hfss drude model

Dear mourad,

ould you please explain in details how this could be done? Currently, I am using HFSS ver. 10. Thanks.


Best Regards,
Mshafee
 

complex permittivity permeability hfss

There is no reply in this old topic. Does somebody know how to introduce Drude model in HFSS using Matlab? Will be very thankful for advise.
 

hfss permittivity

you can calculate the real and imaginary parts of permittivity/permeability in matlab using your drude/lorentz whatever model. and then you need to calculate the tangent delta electric/magnetic using these real and imaginary parts. you need to write these parameters in a data file in matlab, like: frequency - real(eps) and another file frequency - tand(eps).

now, in hfss, you will open your material properties, and select frequency dependent. you will import these data files. that's it!

make sure you use exp(jwt) time dependence (hfss uses this). therefore:

eps = eps_r - j *eps_im
tand_e = eps_im/eps_r

same for permeability.

and also make sure you use frequency in Hertz in the data file. e.g., for 1GHz you need to enter 1e9.

take a look at the hfss help files for freq dependent material properties.

hope this helps...
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top