- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
feko能否进行参数优化扫描?
这个不清楚,我也是新手,期待达人答疑.
我这个新手也顶一下,以前用feko4.0仿真了一些天线,后来就扔下了。
我以前用cst仿真天线多一些,cst也可以参数化扫描的,feko还没找到,期待中!
二次开发:FEKO提供循环和分支控制语句,能够输入自定义的函数或进行计算过程的程序化运行。
这是刚看到feko介绍中的一段,是不是可以在这进行参数扫描
因仿真电大问题,开始学习用feko.我用的是feko4.0,其中提供next/for循环语句,但这些好象只能用在几何模型建立,不能控制计算程序进行参数优化.
可以看看这一段:
** Now we create a FOR loop frequency loop to allow loading the dipoles.
** We load the dipoles in order to cancel the imaginary part of the input
** impedance and then calculate the S-parameters in a system impedance
** that match the real part of the input impedance.
** Note that loading ports change the interaction matrix such that it is
** not a severe penalty to create a second frequency loop here.
** #Nf = -1 ** For the first run we need to skip this loop
!for #n = 1 to #Nf
** Read the frequency and antenna input impedance from the prepared file
#freq = fileread("example_40.dat",#n+1,1) * 1.0E6
#Zr = fileread("example_40.dat",#n+1,2)
#Zi = fileread("example_40.dat",#n+1,3)
** Set the frequency
FR 1 #freq
** Now determine the load to cancel the imaginary part of the impedance
** Note that we cannot use the LZ card as this impedance is overwritten
** by the SP card
!if #Zi < 0 then
** Negative impedance, add an inductive load
#L = -#Zi/(2*#pi*#freq)
LS 1 #L
LS 2 #L
!elseif
** Positive impedance, add a capacitive load
#C = 1/(#Zi*2*#pi*#freq)
LS 1 #C
LS 2 #C
!endif
** Finally calculate the S-parameters (we won’t write them to file)
** Now add the sources, specifying the system impedance
DA 0 0 0 0 0 0
A1 0 1 1 0 #Zr
A1 1 2 1 0 #Zr
** Note that we have specified the system impedance at the ports
** (This could allow using different system impedances for the various ports)
SP
** End of frequency loop
!next
** End
EN
我没有仔细看,只是看到有这一段,不知对小编有无帮助?
可以的,今天参加培训才用了这个。
optfeko好象是弄这个的
七楼可不可以具体说一下呀
那怎么进行参数优化啊
5.2以上版本有optfeko功能
CST微波工作室培训课程套装,专家讲解,视频教学,帮助您快速学习掌握CST设计应用
上一篇:请教:Feko计算简单目标的RCS
下一篇:问一个FEKO的弱问题?