Commit e25d3117 authored by Asutosh Padhy's avatar Asutosh Padhy
Browse files

Renamed correctly and added lines to Readme

parent f047426e
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
## Installation
pip -r requirements.txt
#######################
Folder Structure -
Elastic - Has Python_old folder inside that has the abaqus run script for creating a block and using it with a user defined Elastic subroutine.

Plastic - Has Bending tube example that can be used with a Plastic User defined user Subroutine

Viscoelasticity - Has Fortran Subroutine for Viscoelasticity in it.

Lagoudas - Finite Strain - Model developed by Lagoudas' group including the finite Strain for TRIP
           TRIP - Model developed by Lagoudas' group that studies the TRIP effect for large deformations
           SMA_UM - Lagoudas_pseudo - Input,CAE and Odb files from Lagoudas' codes showing Pesudo elasticity effective
           Rest are all input files from Lagoudas' paper and can be put to test

Own - my_pseudo_static - Static analysis with Python code for multiple elements using Lagoudas Fortran
      my_pseudo_dyn - Dynamic analysis with Python code for multiple elements using Lagoudas Fortran