From 512e9a4bd3d1cf083678a89967667dfee43149a6 Mon Sep 17 00:00:00 2001 From: Andrew <whimsial@users.noreply.github.com> Date: Wed, 25 Jul 2018 19:58:26 +0100 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..53a0dba --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Welcome to the Spindle FEA application repository + +[](https://opensource.org/licenses/MIT) +[](https://github.com/sb2g14/soton_roles/graphs/contributors) +[](https://github.com/sb2g14/soton_roles/issues) + +## Installation instructions + +1. The application requires Abaqus CAE to be installed. It can be acquired from here: https://www.3ds.com/products-services/simulia/products/abaqus/abaquscae +2. Clone or download this repository + +## Running the analysis + +1. The interactive documentation on the application with the step-by-step guide on how to run the application are located in ```/docs/build/html/index.html``` in this repository. +2. To run the somplest test you need to navigate to the root of this directory and execute ```Abaqus cae noGUI=job.py``` in the command line. +3. After the analysis has finished 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 in ```Job-1.dat``` file. +4. For more advanced control of the application refer to the documentation. + +## License + +The [MIT license](http://opensource.org/licenses/MIT). -- GitLab