Feko is a comprehensive electromagnetic solver with multiple solution methods that is used for electromagnetic field analyses
involving 3D objects of arbitrary shapes.
EDITFEKO is used to construct advanced models (both the geometry and solution requirements) using a high-level scripting language
which includes loops and conditional statements.
One of the key features in Feko is that it includes a broad set of unique and hybridised solution methods. Effective use of Feko features requires an understanding of the available methods.
Feko offers state-of-the-art optimisation engines based on generic algorithm (GA) and other methods, which can be used
to automatically optimise the design and determine the optimum solution.
Feko writes all the results to an ASCII output file .out as well as a binary output file .bof for usage by POSTFEKO. Use the .out file to obtain additional information about the solution.
This application macro transfers settings and application macros between different versions of Feko. This may be useful if you have customised one installation of Feko and want to use the same settings in a concurrent installation.
The application macro allows you to create an array of elements. Specify the number of elements and offset between the elements, or import
the coordinates from file to create an irregular-spaced array. For the array amplitude distribution, select
a mathematical distribution (such as cosine) or import the magnitude and phase for each element from file.
CADFEKO and POSTFEKO have a powerful, fast, lightweight scripting language integrated into the application allowing you to create
models, get hold of simulation results and model configuration information as well as manipulation of data and automate
repetitive tasks.
A collection of Luaapplication macros are available to automate repetitive tasks in
CADFEKO.
Transfer User Configurations
This application macro transfers settings and application macros between different versions of Feko. This may be useful if you have customised one installation of Feko and want to use the same settings in a concurrent installation.
Generate Antenna Array
The application macro allows you to create an array of elements. Specify the number of elements and offset between the elements, or import the coordinates from file to create an irregular-spaced array. For the array amplitude distribution, select a mathematical distribution (such as cosine) or import the magnitude and phase for each element from file.
Compare CADFEKO Models
The application macro allows you to compare two CADFEKO models to find the differences between the two models.
Other CADFEKO Application Macros
A collection of smaller CADFEKOapplication macros are available, but these macros do not include step-by-step instructions.