Import ANSYS CDB File
PREFEKO supports the import of geometry from ANSYS .cdb files. By default, when exporting such files from ANSYS, the BLOCKED option is used. PREFEKO only understands this BLOCKED syntax, the UNBLOCKED version is not supported. Also regarding the element type, only the ANSYS element types 200 (filaments, triangles, tetrahedral elements, and brick elements) as well as element type 16 (pipe16, wire with a finite radius) are supported.
The selection of polygonal plates and quadrangles are not supported, but all other (non-selection) options discussed in the general section of the IN card is supported. It also supports an additional selection option:
- Include cuboidal volume elements
- Check this item to include cuboidal elements to be used with the volume equivalence principle in Feko.
The component name from the CMBLOCK is converted to the Feko label. Since the Feko label must be an integer value, only component names which are integer strings (for example, 15) or end with an underscore followed by an integer string (for example, FEED_7) will be converted to Feko labels (15 and 7 in the examples above). In all other cases (for example, for a component name PATCH) the Feko label will be set to zero.
This is then used during the import and any setting at the IP card is ignored (the IP card radius is still used for filaments of element type 200). For dielectric bodies, one must use an ME card to specify the element type and medium indices. The ANSYS field for the material number cannot be used, since for triangles Feko requires two such material indices (medium on each side).