import_abaqus_inp#
- 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
str
Name of file to import.
- params
ImportAbaqusParams
Parameters to specify options during import.
- file_name
- Returns:
ImportAbaqusResults
Returns the results of the abaqus database import.
- Return type:
Examples
>>> results = file_io.import_abaqus(r"/tmp/file.inp")