pyNastran icon indicating copy to clipboard operation
pyNastran copied to clipboard

b'OUGV1PAT' missing on oug.py

Open hurtig0 opened this issue 2 years ago • 11 comments

I was trying to read a OP2 file, but it accused that the b'OUGV1PAT' table was missing support.

By adding b'OUGV1PAT' to the array on the line 1082 the issue was fixed.

hurtig0 avatar Jun 22 '22 18:06 hurtig0

Do you have a small example?

Basically, I occasionally go through and clean things up. I swear I've broken that one 3 times now...tests are helpful.

SteveDoyle2 avatar Jun 22 '22 18:06 SteveDoyle2

No response...closing. Reopen if there's an example.

SteveDoyle2 avatar Jul 16 '22 04:07 SteveDoyle2

Sorry for late response, here's an example where the issue happens, had to upload it externally due to github file size limitations.

https://anonfiles.com/p686R3z2ya/3mm_plate_zip

hurtig0 avatar Jul 21 '22 16:07 hurtig0

I want a small example so I can have a test that I can upload to github. Just delete 99% of the nodes/elements and SPC it. The smaller the better and results do not matter. All that matters is the table exists and since it's a displacement table, you should need only 1 node in the output.

As I said, it's worked in the past, but without a test, it will break again. I have much less of an ability to generate and run models than I used to, so it's this or I can't do it.

On Thu, Jul 21, 2022 at 9:43 AM hurtig0 @.***> wrote:

Sorry for late response, here's an example where the issue happens, had to upload it externally due to github file size limitations.

https://anonfiles.com/p686R3z2ya/3mm_plate_zip

— Reply to this email directly, view it on GitHub https://github.com/SteveDoyle2/pyNastran/issues/698#issuecomment-1191712042, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAICUWLV7DZNCM7DIBKPWRLVVF42XANCNFSM5ZRICXXQ . You are receiving this because you modified the open/close state.Message ID: @.***>

SteveDoyle2 avatar Jul 21 '22 17:07 SteveDoyle2

Here is a smaller file that gives me the same error. small_plate.zip

hurtig0 avatar Jul 25 '22 16:07 hurtig0

This isn't small and doesn't include the geometry.

Just make 1 quad and copy the header in. This is way too big (and incomplete) for what this is trying to test.

SteveDoyle2 avatar Jul 28 '22 06:07 SteveDoyle2

This is the smallest file I could get on our setup of Nastran.

ougv1pat_plate.zip

If this isn't enough, can you point me to an example of what you want?

hurtig0 avatar Aug 08 '22 17:08 hurtig0

It's a good size now. Can you attach the bdf/dat and f06 that goes with this?

Also, I'm much busier now, so I don't have much time outside of the weekends.

SteveDoyle2 avatar Aug 14 '22 19:08 SteveDoyle2

ougv1pat_plate_dat_f06.zip Here it is.

hurtig0 avatar Aug 25 '22 13:08 hurtig0

Pleas attach the necessary include files.

HM_Beam_2.nas is missing and maybe others.

SteveDoyle2 avatar Aug 28 '22 23:08 SteveDoyle2

Here is the files, edited them to include the correct file names.

ougv1pat_plate_dat_f06.zip

hurtig0 avatar Sep 05 '22 15:09 hurtig0