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.

HFSS v13.0 MoM application

Status
Not open for further replies.

alstaf

Newbie level 6
Joined
Dec 18, 2006
Messages
13
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,283
Activity points
1,364
Hi all, i have read that the new version of HFSS 13 has a built-in MoM solver.

I need to obtain a "pure" [Z] matrix.

My interest is the Z_mn MoM matrix in the equation:

[Z][J]=[E]

even better if the matrix will be diagonally

I want to ask if the HFSS 13 can extract an output file wich concludes the Z
matrix.

thanks.
 

This can be done in EMCoS MoM solver. There you can extract in ASCII files all Z, J and E (named Z, I and U).

To do so include following lines in the input file:

Z = yes
U = yes
I = yes

in the display block.

Here what is stated in User Manual:

Commands Z, U and I control producing and filling auxiliary files with additional
data information: ‘InpFile.Z.out’ (impedance matrix), ‘InpFile.U.out’ (excitation,
or right part, column), and ‘InpFile.I.out’ (currents solution), where InpFile is the
name of input file, but without extension .in. This may be done assigning yes to
the corresponding command. If the command is assigned no or none, no
auxiliary file for this command is produced. Currently, commands Z, U and I are
available only for the solvers AMS and LAPACK, AGGR.
The auxiliary files ‘InpFile.Z.out’, ‘InpFile.U.out’ and ‘InpFile.I.out’ are structured
as follows. First line of each file gives, in series, a total number of unknowns,
number of non-boundary edges, number of wire/triangle junctions, number of
wire/wire junctions, and number of ground attachments (for wire segments).
Next lines give, elementwise, the elements of corresponding matrices (first, the
rows, and then columns).

EMCoS Antenna Virtual Lab - there is free Student Version on request from the site.
 

Hi,

I faced the same problem some time ago and I found **broken link removed**, and the authors included a special function to save the Z matrix.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top