Nastran op2 file format/structure
Nastran op2 file format/structure
(OP)
Hi guys, Does anybody know where i can find info about the NASTRAN op2 file structure. I want to write a code to read OP@ files. Where to start. Any ideas?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Nastran op2 file format/structure
|
RE: Nastran op2 file format/structure
MSC Programmers Manual seems to be outdated becaue it covers version 68.2.3R2. I do not believe MSC publishes a manual for their current release.
this is where I found it:
ht
I am also interested accessing what is in the OP2 file.
Another option might be to output the OP2 in ascii-format instead of binary-format. then you can write an interpreter against the ascii-format.
Good luck.