Hello IceBreakerSours,
Thanks for your suggestion. I'll do it.
For now, I just decided to go on developing the main part of the script in IDE and call Abaqus based scripts within this script as an external process and have the Abaqus run them. Not too happy with the code integrity and...
Hello All,
I am developing some Python scripts for Abaqus. I run them from IEP (Interactive Editor for Python) on Python 2.7.6.
In the parts that I have to call Abaqus, however, I have to go to Abaqus-based Python (2.6) otherwise within IEP, Abaqus is not recognized, neither I can import any...
Hello All,
I am trying to acquire elemental data from Odb. Ive already a simple Python code that gets element data such as stresses out of Odb.
I am wondering if it is possible at all, to also extract what material values (e.g. value of the Young's modulus and Poissons ratio) was used...
Hello All,
I want to obtain Mises stress values from ODB through Python for shell elements.
When I read values of Mises for a given element in visualization mode by creating XY data out of field output directly in visualization, I get TWO values for each element. One is for the top thickness...