umvarma / pynastran

Automatically exported from code.google.com/p/pynastran
1 stars 0 forks source link

Error with "C O M P L E X D I S P L A C E M E N T V E C T O R" marker #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pynastran is not able to read attached file "complex_displacement.f06" both in 
v0.6.1 and svn versions.
The error is related to 2 problems :

1) FREQUENCY is not reconised as FREQ in readSubcaseNameID method for class 
F06.py. Attached file "f06.py" seems to solve this pb in v0.6.1.

2) it seems to lack the initialization of self.dt in add_new_transient method 
for class ComplexTableObject. Attached file "tableObject.py" seems to solve 
this pb in v0.6.1.

Original issue reported on code.google.com by maximili...@gmail.com on 6 Feb 2014 at 11:29

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you.  That helps a lot.  I think there still may be a bug because 
self.data_code doesn't look like it's being updated, but that's on my end.

Also, I strongly recommend using the OP2 with PARAM,POST,-1.  It's faster and 
far more robust.  Most of the time on results processing has be spent there.

Original comment by mesheb82 on 6 Feb 2014 at 9:59

GoogleCodeExporter commented 9 years ago
fixed in the trunk

Original comment by mesheb82 on 1 Apr 2014 at 5:24