SteveDoyle2 / pyNastran

A Python-based interface tool for Nastran's file formats
Other
384 stars 147 forks source link

Read info in F06 excluded in OP2 #774

Closed JacobWennersten closed 3 months ago

JacobWennersten commented 5 months ago

Hello. In the F06 file there are two sections called "Element internal forces and moments" and "Summation of element oriented forces on adjacent elements". I have been trying to read these results with PyNastran through OP2 file but without success. I have also found threads from years ago where people had the same problem, where they said that it didn't exist in the OP2 file. Does anyone has some more information on this?

I have to read the F06 file somehow to extract this information. As I understand it, one can not read the F06 with the current version of PyNastran, but I have found some information that you could read it in earlier version. I tried with v0.7.2 but without success.

If non of these ways work, how can I proceed to extract this information?

SteveDoyle2 commented 5 months ago

https://github.com/SteveDoyle2/pyNastran/issues/349

Per MSC's param listing image

Per the NX GPFORCE Case Control listing: image

How is that different than just using the element forces for bars?

SteveDoyle2 commented 3 months ago

closing due to innactivity