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 optimize variables in EM simulation concurrently using IE3D

Status
Not open for further replies.

mwagner

Newbie level 2
Joined
Jun 11, 2005
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
It seems to me that very few EM simulators can do optimization because EM simulation is already time-consuming. Fortunately, I compared several simulators and found IE3D could do that. I did succeed in optimizing a single variable among the length, width, notch depth of a microstrip antenna by defining one at a time. I am wondering if I can optimize all the variables concurrently to further save time. Can any IE3D user give me a hint? Thanks a lot!
 

powel optimizer using ie3d

Hi, mwagner: There are multiple schemes in IE3D to do so. IE3D's default editor MGRID allowsyou to define the locations of some vertices as optimization variables. From the vertices, you can control the shape of your structure. However, MGRID does not allow you to specify the width and length or those high level geometry parameters because MGRID is completely based upon low level objects. If you want to optimize high level variables such as the radius of a circle on MGRID/IE3D, you can still do it by associating the edge vertices of the polygons representing the circle with one single variable by different tuning direction. The process of defing such a variable can be tedious if you are a new user. To make IE3D more powerful, we have introduced the Ie3dLibrary as I mentioned before. Ie3dLibrary is based upon high level objects such as circles, T-junctions, Y-junctions. The dimensional parameters are variables accessible directly by the useres and by the optimizer. The latest IE3DLibrary even allows you to define a dimenison as a formula consisting of multiple tuning variables and (intermediate) global variables. The formula can be quite complicated and you can use most of the simple functions in the formula. Future release of IE3DLIBRARY will allow users to combine MGRID objects and IE3DLibrary objects together so that users can access both low level and high level objects. Both levels are very important.

IE3DLibrary also has the User Programmable Objects. The idea comes from a request from a customer. He has a very sophisticated antenna. The shape of his antnena is created using Matlab or other program. He wants us to implement an object for it with many variables. Since he might have many similar but different structures, it is impractical to implement all the objects for him because he might have more objects to implement we can never catch up. So, we have implemented the User Programmable Object. Basiclaly, it allows you to write your own program to create the objects and write the objects as polygons in XML format (provided by Zeland). In this way, a user has the maximum flexibility.

IE3D has a built-in Genetic optimizer, Powell optimizer and an Adaptive Optimizer (GA). The Adaptive Optimizer is a very good one. It basically combines both global optimizers (GA) and local optimizer (Powell) and other technology to allow the optimization to achieve the optimimum using the least EM simulations. Thank you very much!
 

Re: EM optimization

RSOFT's FDTD-BPM simulation suite also have a nice optimizer.
 

Re: EM optimization

Jian: Thank you for your hints about EM optimization using IE3D!
Other helpers: Thank you for your pointers!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top