Skip to main content

Prime Mesh Python client library 2025 R2

import_abaqus_inp

Last update: 10.09.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