SteveDoyle2 / pyNastran

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

Cannot Read .op2 file from random analysis, when PARAM,RMSINT,LOGLOG is set #724

Closed christopher-dawson closed 12 months ago

christopher-dawson commented 1 year ago

Hi all,

I am running a random vibration analysis in NX Nastran (sol 111). The model runs ok, but when I try to generate a .hdf5 file through PY Nastran I get the following error message. I've run this same model through PY Nastran with the only change being that I deleted one case control statement (param,RMSINT,LOGLOG) and then the model runs ok. Error

SteveDoyle2 commented 1 year ago

Which version is this? I’m surprised it’s crashing because I thought there was a try except around the pvto (parameter value table output) reader.

On Wed, Mar 29, 2023 at 6:50 AM christopher-dawson @.***> wrote:

Hi all,

I am running a random vibration analysis in NX Nastran (sol 111). The model runs ok, but when I try to generate a .hdf5 file through PY Nastran I get the following error message. I've run this same model through PY Nastran with the only change being that I deleted one case control statement (param,RMSINT,LOGLOG) and then the model runs ok. [image: Error] https://user-images.githubusercontent.com/129192914/228559320-5683308f-3e4d-41c3-b5a2-a3ee1e9b870b.jpg

— Reply to this email directly, view it on GitHub https://github.com/SteveDoyle2/pyNastran/issues/724, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAICUWL5BJUSQUJW3IEGFXTW6Q437ANCNFSM6AAAAAAWMAI7SI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SteveDoyle2 commented 12 months ago

closing due to inactivity.