Solver translation (FE2Ansys) translates Abaqus INP files to Ansys CDB and K files (MAPDL and LS-DYNA).
The translation ensures that the Abaqus model can be used in Ansys without recreating from scratch.
It helps to save time and effort even though minor manual adjustments may be required.
The manual adjustments like redefining boundary conditions, loads, and material properties,
ensures that the model behaves as expected in Ansys solver deck.
The following example shows the translation of Abaqus INP file to CDB file format:
The import_abaqus_inp imports the INP file as mesh, extracts simulation specific information from the INP file and
stores the information internally as a JSON document. ImportAbaqusParams
allows you to set the parameters for importing the model. The example uses default parameters for importing the model.
Output:
Here, the import summary provides information on the following:
Total number of keywords in the imported file.
Total number of processed keywords.
Total number of skipped or unprocessed keywords.
Number of imported nodes.
Number of imported elements(solid, shell, beam and more).
Number and type of skipped elements.
Ids of imported nodes and elements.
Number of errors and warnings that occurred while importing the file.