-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OP2: reading OELOP1 table #349
Comments
What version of Nastran are you running? Do you have a small example with the bdf, f06, and op2? |
Nastran 2012. I attached a very simple example. The table appears at the bottom of the .f06, I assume it will be in the .op2, but if I do this :
and look at |
The example does not contain the OELOP1 table in the OP2. I cannot create it either as NX 10.1 crashes on the deck with:
|
I did some tests over the weekend and I came to the conclusion that OELOP1 table is not in the OP2 file. Requesting to compute the table yields the same OP2 file size as requesting not to compute it. Also Patran does not list the table in the available results when I read the OP2 file. But the table does appear in the .pch and .f06 files. Which way do you think would be easier to parse it? In the attached zip file, there are 2 bdf and associated result files: one set requesting to compute and print the OELOP1 table (NOELOP,1), the other requesting nothing (NOELOP,-1). Also I fixed the material properties that was possibly causing the error on your NX 10.1. I was using MSC Natran. |
The PCH file is significantly easier to parse than the F06. Parsing either file isn't really a goal of the project because it's a nightmare to get it to work with SOL 200/superelements/poorly defined decks. It's also orders of magnitude slower. I guess I would talk to your NX technical rep and see if there's a way to get the data into the OP2. Often there's a secret flag. Alternatively, you can probably just take the grid point forces and transform them. |
Is it possible to read the OELOP1 table "Summation of element oriented forces on adjacent elements" in the OP2 file?
The table looks like this in the .f06 file,
and like this in the .pch file,
The text was updated successfully, but these errors were encountered: