abaqusDummy
Computer
- Aug 2, 2010
- 1
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
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