pyyeti.nastran.op2.OP2.rddrm2op2

OP2.rddrm2op2(verbose=False)[source]

Read op2 file output by DRM2 DMAP.

Parameters:

verbose (bool) – If true, echo names of tables and matrices to screen.

Returns:

drmkeys (dictionary) –

  • ‘dr’ : data recovery items in order requested (from XYCDBDRS)

  • ’drs’ : sorted version of ‘dr’ (from XYCDBDRS)

  • ’tougv1’, ‘tougs1’, etc : directories corresponding to the data recovery matrices (which are written to op4). All of these start with ‘to’ (lower case).

Notes

File is created with a header and then these data blocks are written:

OUTPUT2  XYCDBDRS//0/OP2UNIT $
OUTPUT2  TOUGV1,TOUGS1,TOUGD1//0/OP2UNIT $
OUTPUT2  TOQGS1,TOQGD1,TOEFS1,TOEFD1//0/OP2UNIT $
OUTPUT2  TOESS1,TOESD1//0/OP2UNIT $