optional
This function is used to import the content of a .inp (Abaqus) file into the specified SesamX model.
You can import two kinds of data from a .inp file:
You can think of this function as an automation of successive calls to ADD-MESH
and CREATE-SELECTION
functions, from data provided by a .inp file. Hence, the restriction stated in the ADD-MESH
and CREATE-SELECTION
functions still hold when importing a .inp file.
Each ELSET or NSET of the .inp file will result in a specific selection in the SesamX model.
Name | Data Type | Data number | Optional | Default value | Physical quantity |
---|---|---|---|---|---|
MODEL | STRING | 1 | NO | ||
Name of the model on which to import the .inp file. | |||||
PATH | PATH | 1 | NO | ||
Path to the .inp file to import. | |||||
IMPORT-MESH | BOOLEAN | 1 | YES | YES | |
Boolean to enable the import of mesh data from the .inp file. | |||||
IMPORT-SELECTIONS | BOOLEAN | 1 | YES | YES | |
Boolean to enable the import of selections data from the .inp file. |
IMPORT-INP MODEL: MY_MODEL PATH: "..\data\MY_MESH.inp" IMPORT-MESH: YES IMPORT-SELECTIONS: NO
-