Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Downgrade script python for odb abaqus 6.14 to abaqus 6.11

Status
Not open for further replies.

Boris92

New member
Joined
Aug 19, 2013
Messages
6
Location
FR
Hello everyone,

I have some questions for you. I wrote a python script in order to extract reaction force and displacmeent from an odb from abaqus 6.14. This script works perfectly for my using.

But my problem, when i have an odb from abaqus 6.11, my script python doesn't work. this message appears :" This script works perfectly for my using".

I would like to know if it's possible to downgrade my script to work with a odb from abaqus 6.11?

Thanks in advance.

 
error in my previous message.

Line 2: this message appears:"OdbError: The database is from a previous release of abaqus" !!
 
Upgrading the older odb to the current version with the "abaqus upgrade" command (Section 3.2.18 of the 6.14 user's guide manual) should allow you to then use your script.
 
Thanks a lot for your reply.

I have insert the upgrade command in my python script and this works perfectly.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top