Generates Abaqus include files from the crystallographic texture of an alloy for crystal plasticity finite element analyses. The generated texture can be random, generated from orientation data, X-ray polefigure data or an EBSD scan. The Abaqus include files generated are supposed to be used with a user-defined material subroutine, where the three first solution dependent state variables are the Bunge Euler angles. The Texture2Abaqus framework currently supports dependent meshes in Abaqus.
To get a local copy up and running follow these simple steps.
- Clone the project (
git clone --recursive https://github.com/frodal/Texture2Abaqus.git
) - Download and install the latest version of Matlab
- Download and install the latest version of the MTEX toolbox
- Go into the
./src
folder and openMain.m
in Matlab - Change the input fields according to your preferences and run the script
- Setup your copy of the repository by following the description above
- Change the input fields in
./src/Main.m
according to your preferences and run the script
See LICENSE.md
for more information.
To contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Bjørn Håkon Frodal - @frodal