Skip to content

Python script for auto-generation of S9R5 elements in Abaqus CAE

License

Notifications You must be signed in to change notification settings

sniis84/gen-abq-S9R5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

gen-abq-S9R5

In numerical analysis finite element analysis are used a lot for structural design. Abaqus CAE is one of the most used FEA softwares due to its generality and versatility. Abaqus CAE is written in python and it can interact with python codes. In fact, it is possible to run python scripts within the user interface.

Some finite elements within Abaqus are hidden and they must be activated manually. One example is given by the S95R element which is a direct extension of the classic 8 node serendipity with an extra central node. The present script takes an input file of an Abaqus model which uses S8R5 elements and transforms it in the same model with S9R5 elements instead.

Before running the script please ensure to have a 'Job-1.inp' in the abaqus working directory. To run the script just select 'Run script...' from the Abaqus CAE. The script will generate a new *.inp file automatically using S9R5 elements.

About

Python script for auto-generation of S9R5 elements in Abaqus CAE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages