umvarma / pynastran

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

error reading PCOMPTS table OP2 #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I run the attached script readop2. The script stops on a read_marker statement.

Version info
python 2.6.5.5
pyNastran_v0.6.1_py27

The script is very simple

flnm = 'nastran_4.op2' 
import pyNastran.op2.op2 as op2

fop = op2.OP2(flnm)
fop.read_op2()

Do I make a mistake?

Thanks in advance.

Original issue reported on code.google.com by HansDTh...@gmail.com on 27 Jan 2014 at 3:07

Attachments:

GoogleCodeExporter commented 9 years ago
You didn't make a mistake.  There's a bug in the code.  It's going to take some 
time to fix it.

Original comment by mesheb82 on 27 Jan 2014 at 4:54

GoogleCodeExporter commented 9 years ago
For us it is pretty important. Do you have any idea for a direction of 
solution? If you can explain me something I may be able to assist. But at the 
moment the OP2 format seems a bit difficult to me.

Original comment by HansDTh...@gmail.com on 28 Jan 2014 at 8:30

GoogleCodeExporter commented 9 years ago
There's a new OP2 reader in development that is much more robust (and handles 
PARAM,POST,-2 as well), but is not fully featured yet.  The interface will be 
the same, but the backend was totally gutted.  Only stresses and displacements, 
eigenvectors, temperature, velocity, mpc/spc forces are supported at the moment.

I think it's working properly on your deck, but would need the F06 to verify.  
You can find it by checking out the v0.6 branch from subversion.

Original comment by mesheb82 on 28 Jan 2014 at 5:02

GoogleCodeExporter commented 9 years ago
Thank you

Original comment by HansDTh...@gmail.com on 29 Jan 2014 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by mesheb82 on 23 Sep 2014 at 9:44

GoogleCodeExporter commented 9 years ago
Fully fixed in the trunk...closing

Original comment by mesheb82 on 6 Mar 2015 at 11:48