FastFieldSolvers Forum
FastFieldSolvers Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 FastFieldSolvers
 FastHenry2
 Fasthenry program from Matlab

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Antispam question: What do MOONwalk and MOONdance have in common?
Answer:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON

 
   

T O P I C    R E V I E W
Emmetf4 Posted - Apr 09 2013 : 20:58:26
I have the following fast henry program that was generated from a matlab program:

.units um
.default z =0 w=20 h=1.2000 rho=0.0420 nhinc=1 nwinc=5

*** z2input(n=3, center=100, w=20, d=3, emmet)

*** spacing between two lines: d=3um


*** first inductor
n1 x=-142.00 y=-142.00
n2 x=-142.00 y=142.00
n3 x=142.00 y=142.00
n4 x=142.00 y=-142.00
n5 x=-96.00 y=-142.00
n6 x=-96.00 y=96.00
n7 x=96.00 y=96.00
n8 x=96.00 y=-96.00
n9 x=-50.00 y=-96.00
n10 x=-50.00 y=50.00
n11 x=50.00 y=50.00
n12 x=50.00 y=-50.00
n13 x=0.00 y=-50.00
 

*** second inductor
n14 x=165.00 y=119.00
n15 x=165.00 y=-165.00
n16 x=-119.00 y=-165.00
n17 x=-119.00 y=119.00
n18 x=119.00 y=119.00
n19 x=119.00 y=-119.00
n20 x=-73.00 y=-119.00
n21 x=-73.00 y=73.00
n22 x=73.00 y=73.00
n23 x=73.00 y=-73.00
n24 x=-27.00 y=-73.00
n25 x=-27.00 y=27.00
n26 x=23.00 y=27.00
 

e1 n1 n2
e2 n2 n3
e3 n3 n4
e4 n4 n5
e5 n5 n6
e6 n6 n7
e7 n7 n8
e8 n8 n9
e9 n9 n10
e10 n10 n11
e11 n11 n12
e12 n12 n13
e14 n14 n 15 
e15 n15 n 16 
e16 n16 n 17 
e17 n17 n 18 
e18 n18 n 19 
e19 n19 n 20 
e20 n20 n 21 
e21 n21 n 22 
e22 n22 n 23 
e23 n23 n 24 
e24 n24 n 25 
e25 n25 n 26 
 

.external n1 n13
.external n14 n26

.freq fmin=0.9e+09 fmax=0.9e+09 ndec=9

.end
.00, 50.00,-50.00,-129.00,20.00,1)
+ contact trace (50.00,-50.00,-129.00, 0.00,-50.00,-129.00,20.00,1)
+ contact trace (165.00,119.00,-129.00, 165.00,-165.00,-129.00,20.00,1)+ contact trace (165.00,-165.00,-129.00, -119.00,-165.00,-129.00,20.00,1)+ contact trace (-119.00,-165.00,-129.00, -119.00,119.00,-129.00,20.00,1)+ contact trace (-119.00,119.00,-129.00, 119.00,119.00,-129.00,20.00,1)+ contact trace (119.00,119.00,-129.00, 119.00,-119.00,-129.00,20.00,1)+ contact trace (119.00,-119.00,-129.00, -73.00,-119.00,-129.00,20.00,1)+ contact trace (-73.00,-119.00,-129.00, -73.00,73.00,-129.00,20.00,1)+ contact trace (-73.00,73.00,-129.00, 73.00,73.00,-129.00,20.00,1)+ contact trace (73.00,73.00,-129.00, 73.00,-73.00,-129.00,20.00,1)+ contact trace (73.00,-73.00,-129.00, -27.00,-73.00,-129.00,20.00,1)+ contact trace (-27.00,-73.00,-129.00, -27.00,27.00,-129.00,20.00,1)+ contact trace (-27.00,27.00,-129.00, 23.00,27.00,-129.00,20.00,1)+ nhinc=3 rh=2 

***************


But when I run it in fasthenry this what I get:
all lengths multiplied by 1e-006 to convert to meters
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n
No node read in yet named n


WARNING: Program execution stopped on user request!


What am I doing wrong?
1   L A T E S T    R E P L I E S    (Newest First)
Enrico Posted - Apr 10 2013 : 14:09:53
There is a simple typo in the input file, from line e14 on:


e14 n14 n 15


here you see that there is a space between 'n' and '15', while it should read

e14 n14 n15


The same goes for the following lines.

Please note that in the input file you pasted there is some information also beyond the .end directive, and this part is also broken (possibly a C&P issue?)

Best Regards,
Enrico

FastFieldSolvers Forum © 2020 FastFieldSolvers S.R.L. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.06