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

Abaqus C++ API

Status
Not open for further replies.

abaqusDummy

Computer
Joined
Aug 2, 2010
Messages
1
Location
DE
Hi there,

I am using the Abaqus C++ API to access an Abaqus odb file. This works fine, but i have one problem with the field output COPEN.

How can I get the facetId information using the C++ API. Because otherwise I get information like:
node id value
1 0
1 5.02

But I need:
node id facet id value
1 1 0
1 2 5.02

Thanking you in anticipation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top