I am totally fresh for using Python Script for ABAQUS, I saved a table of data about stress as txt in my drive, how can I import this datafile into abaqus material properties?
Just copy the material properties from the text file or excel file one column at a time or whole data but in the correct column order that Abaqus needs. Just copy and paste will work.
If you plan to implement it through a script, you should read the file and then store the content in a variable of the tuple type. This type of variable can be used using the abaqus command to load this type of information.
Below is an example implemented for experimentally obtained uni-axial behavior data.