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 .odb file format

Status
Not open for further replies.

mweka007

Bioengineer
Joined
Jan 14, 2014
Messages
7
Location
SG

Dear All,

I'm working on molecular mechanics and FEM, I got abaqus x.odb file and I want to extract eigenvector for every single mode which will help me in next step to compute protein B-factor (Boltzman factor).

I order to do that, I need to know the .odb file format which will be helpfull for me to write my code to extract the mode.

Thank you in adavance for your response.

Christian
NTU, Singapore
 
You've probably already figured out that it is a binary file. That being said I don't think Simulia has published the format so I don't think you can get that information out of an ODB file using a 3rd party tool. If you have Abaqus you can pull information out using the Python scripting language in Abaqus. There are examples in the help file. If you don't have Abaqus I don't think there is a way.

Han primo incensus
 
As DanStro pointed out, you will either need to write your own post-processing Python script or use a post-processor like ABAQUS/Viewer, HyperView (I think that's what it is called), etc.

Are you new to this forum? If so, please read these FAQ:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top