Welcome to the Spindle FEA application repository
Installation instructions
- The application requires Abaqus CAE to be installed. It can be acquired from here: https://www.3ds.com/products-services/simulia/products/abaqus/abaquscae
- Clone or download this repository
Running the analysis
- The interactive documentation to this application with the step-by-step guide on how to run the application is located in
/docs/build/html/index.html
. - To run the simplest test you need to navigate to the root of this directory and execute
Abaqus cae noGUI=job.py
in the command line or, alternatively, runjob.py
as a script in Abaqus GUI. - After the solver finishes the task you will be able to open the
Job-1.odb
file in the Abaqus CAE graphical user interface. The detailed information about the analysis you can also find inJob-1.dat
file. - For more advanced control of the application refer to the documentation.
License
The MIT license.