Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.FileIO

Last update: 17.07.2025

FileIO.import_abaqus_inp(file_name, params)

(BETA FEATURE) Import a Abaqus file.

This is a beta feature to import abaqus files as dead mesh and also store simulation-specific information into Prime in the form of JSON documents.

  • Parameters: file_name : Name of file to import.

    params : Parameters to specify options during import.

  • Returns: ImportAbaqusResults : Returns the results of the abaqus database import.

  • Return type: ImportAbaqusResults

Examples

>>> results = file_io.import_abaqus(r"/tmp/file.inp")

Connect with Ansys