nasa / NASTRAN-95

457 stars 223 forks source link

What are the ouput files formats I can create? #7

Open maniin opened 7 years ago

AeroDME commented 7 years ago

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.

maniin commented 7 years ago

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?

AeroDME commented 7 years ago

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.

SteveDoyle2 commented 4 years ago

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