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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Abaqus scripting: transforming field output results using a CSYS before getting data

Status
Not open for further replies.

apal21

Structural
Joined
Apr 11, 2020
Messages
53
Location
FR
Hi,

I am trying to write a script to extract field output data from odb's. I want to know how to transform the data using a user-defined CSYS which is already stored in the odb. Can someone please help me? Is it even possible to do so?

The Abaqus scripting guide has a page on creating new odb coordinate systems via scripting ( but nothing about transforming results using an existing CSYS.
 
Transform the results in Abaqus/Viewer and open abaqus.rpy file located in the work directory. This file will contain a script with everything you’ve done in Viewer. So you will also find there all commands necessary to transform the results with Python scripting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top