Skip to content
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 file #6

Open
seechew opened this issue Apr 7, 2017 · 5 comments
Open

op2 file #6

seechew opened this issue Apr 7, 2017 · 5 comments

Comments

@seechew
Copy link

seechew commented Apr 7, 2017

Do anyone know how to output op2 file?
I am confused on how to get op2 file.

@AeroDME
Copy link

AeroDME commented Apr 7, 2017

There is no OP2 formatted output.

@SteveDoyle2
Copy link

The OP2 is supported with an alter.

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

@JuanP74
Copy link

JuanP74 commented Jan 25, 2020

this works for SOL 3 MODES: writes eigenvectors to op2 file (Fortran unit 12, change line to FTN12=$1.op2 in nastran batch command, typically /usr/bin/nastran in Ubuntu installations):

$
$ SOL 3 MODES ALTER to create op2 file compatible with MSC/NASTRAN
$
ALTER 82
OUTPUT2 OPHIG,,,,//-1/12//// * MSC * $
OUTPUT2 ,,,,, //-9/12/ $
ENDALTER
$

@JuanP74
Copy link

JuanP74 commented Jul 6, 2020

$
$ SOL 5 BUCKLING ALTER to create op2 file compatible with MSC/NASTRAN
$
ALTER 114
OUTPUT2 OPHIG,,,,//-1/12//// * MSC * $
OUTPUT2 ,,,,, //-9/12/ $
ENDALTER
$

@JuanP74
Copy link

JuanP74 commented Aug 5, 2020

I've just found out this more complete alter to get OP2 file for SOL 1. Can be called via READFILE COSOUT2 in case control deck.
COSOUT2.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants