ERROR OCCURED WHILE PERFORMING NEAR FIELD REQUEST
Hi @JIF !
I am trying to get electric field strength graph w.r.t to distance between two dipole antennas i.e how electric field varies from antenna 1 to antenna 2 while sweeping the distance .
For this I have requested near field pattern . While doing that I could see ' Error 17413: .\shared_helper.lua:108: An error occured while creating the models.' , which Iam unable to trace .
My distance is from 1*lambda to 1e5*lambda .
Could you help me in debugging the error ?
Answers
-
Thanks @MvdM for replying to my post . I am attaching the cfx file again . FEKO version currently I am using is 2019.0.1.
I could fix the problem to some extent, when I am sweeping the distance from 10 to 1e4 m , with 2 samples . When I am trying to increase the samples I could still get the same error . Worst part is post FEKO processing time , for two samples its taking 1-2 hours and merging files is stucking up at 60 % . Till now I am unable to view my result . Below I am attaching the FEKO result of a paper , which I am going to replicate it but I got stuck up .
I THINK THIS TIME YOU HAVE RECEIVED CFX FILE AND AN IMAGE (PNG FILE )
0 -
Error 17413: .\shared_helper.lua:108: An error occured while creating the models
This error is given when model creation fails. Please make the same change to the model in the CADFEKO to see what is going wrong. For instance, if you change variable 'd' to depend on lambda, applying the variable change would fail. The reason for the failure is that the near field request depends on this variable and integer values need to be entered for the number of field points. You could use 'ceil(lambda)' for the variable or 'ceil(d/5)' on the near field dialog to resolve this issue.
I could fix the problem to some extent
Glad you found a way around the problem. I trust the explanation above helps to understand why it happened.
its taking 1-2 hours and merging files is stucking up at 60 %
I'm not sure if this is just due to the number of points. For d=1e4, with the near field request depending on this parameter, you have 10 million near field points.
0 -
I am sweeping the distance from 10 to 1e4 m , with 2 samples
@mgmv7, which variable in the model lossy.cfx are you sweeping? Is 'd' the distance variable? Note that the parameter sweep does not support sweeping variables that are used in result requests. If you are sweeping 'd', it would be required to change the near field request not to depend on this variable.
0 -
thank you . your comments helped me a lot .
0 -
Hi @mgmv7
- You may use the attached *.ffe file (FEKO far field result) of an isotropic radiator for an RX far field antenna:
The *.ffe file represents an antenna with 0dB Gain in any direction.
- see above
- similar to receiving antennas you can use *.ffe files for Far Field Point Sources:
You will also find examples in the ExamplGuide.pdf:
0 - You may use the attached *.ffe file (FEKO far field result) of an isotropic radiator for an RX far field antenna:
-
yes, thank you .
0