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!

Getting integration points coordinates in Abaqus using C++

Status
Not open for further replies.

PGPDA

Computer
Joined
Jul 2, 2010
Messages
1
Location
DE
Hi everybody!!

I'm a Computer Science Engineer, so my knowledge about Abaqus is very limited.... But my boss asked me to write some code to read out info from ODB files.
One of the things he needs, are the coordinates of the integration points. I read a post where someone was able to read in Python the coordinates of the nodes. I tried to read the coord from integration points in the same way, but without success.
Could anybody help me?? My code should be finished, as always, yesterday...hehe!
Thanks in advance!!

PGPDA
 
The "Abaqus Scripting User's Manual" has a whole section on accessing the ODB using C++. In the 6.9-1 documentation is section 10 (titled "Using C++ to access an output database") but for other versions it might be different.

HTH,
Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top