rmettier
Geotechnical
- Oct 6, 2006
- 63
I'm currently using a script derived from the one in
"8.5.10 An example of reading field data from an output database"
to extract the nodal coordinates for the deformed parts in an odb, in order to process them further in Matlab.
It's working fairly well, but it's annoying that you can only read out objects of which you know the names (materials, instances, etc.). Is there a way, using 'abaqus python ...', to return a list of what an odb contains? For instance, how many parts are there, how many materials are defined, how many steps, which field outputs were requested etc.?
I'd like to create a small set of Matlab tools for interacting with Abaqus, and the ability to extract data from 'unknown' odb files would be quite useful.
"8.5.10 An example of reading field data from an output database"
to extract the nodal coordinates for the deformed parts in an odb, in order to process them further in Matlab.
It's working fairly well, but it's annoying that you can only read out objects of which you know the names (materials, instances, etc.). Is there a way, using 'abaqus python ...', to return a list of what an odb contains? For instance, how many parts are there, how many materials are defined, how many steps, which field outputs were requested etc.?
I'd like to create a small set of Matlab tools for interacting with Abaqus, and the ability to extract data from 'unknown' odb files would be quite useful.