nasa/NASTRAN-95

What are the ouput files formats I can create?

maniin opened this issue · 4 comments

What are the ouput files formats I can create?

The output format is output stream 6 (STDOUT) which is the f06 output the MSC users will recognize.

OP2 & XDB formats are not supported that I know of.

Thanks Dan,
When I tried PARAM POST -1 , it throws error.
by default it gives .out file, which is equivalent to f06(Is my understanding correct?).
Is there any other binary format where I can read programatically?

I dont think so. Unless there is a fork of the source which has that feature. I'm not sure when OP2 came around, but I am pretty sure it was an MSC thing.

You can output to OP2, but as far as I know, an alter is required. Something like:

ALTER      110
OUTPUT2    OUGV1,OEF1,OES1,,//-1/12////*MSC*  $
OUTPUT2    ,,,,, //-9/12/  $
ENDALTER