Hi all,
I'm trying to let Nastran generate some beam stiffness matrices for me. I made an input file containing unconnected beams and I output the KDICT and KELM tables via
MALTER 'MALTER:(KGG, BGG, MGG, K4GG, PG)' $
OUTPUT4 KELM//0/-45/2/TRUE/ $
OUTPUT2 KDICT//-3/-12/KDICT// $
Nastran fails with all sorts of errors after this statement is executed because I didn't put any forces, constraints, ... Normally, this should not influence the matrix output but just to be sure I added an EXIT statement right after. Reading the OP4 works fine, but reading the KDICT table inside the OP2 file fails.
I have attached my input and output files. Can somebody check if they're able to read the OP2?
Some final remarks:
- The F06 file reports that the KDICT has been written to the output file without errors.
- When specifying a proper model and without an EXIT statement, the KDICT becomes readable.
Kind regards,
Tom