-
-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Description
Hello, I am trying to access some frequency response stress results con CQUAD4+PCOMP elements with no luck.
The op2 does indeed contain the results, the debug messages point to them and I can access them in hyperview
The problem can be replicated with the attached model (results included)
Code:
from pyNastran.op2.op2 import OP2,read_op2
op2 = read_op2('C:\\WORK\\LINCE\\Sine_debug_pynastran\\mini_model.op2',mode='msc')
print(op2.result_names)
output:
DEBUG: op2_scalar.py:607 set_subcases - subcases = []
DEBUG: op2.py:589 combine=True
DEBUG: op2.py:590 -------- reading op2 with read_mode=1 (array sizing) --------
INFO: op2_scalar.py:1963 op2_filename = 'C:\\WORK\\LINCE\\Sine_debug_pynastran\\mini_model.op2'
DEBUG: op2_reader.py:382 mode='msc' version=''
DEBUG: op2_scalar.py:2172 table_name=b'PVT0' (PARAM cards)
DEBUG: op2_scalar.py:2172 table_name=b'GPL' (grid point list)
DEBUG: op2_scalar.py:2172 table_name=b'GPDT' (grid point locations)
DEBUG: op2_scalar.py:2172 table_name=b'EPT' (property cards)
DEBUG: op2_scalar.py:2172 table_name=b'MPT' (material cards)
DEBUG: op2_scalar.py:2172 table_name=b'GEOM2' (element cards)
DEBUG: op2_scalar.py:2172 table_name=b'GEOM4' (load cards)
DEBUG: op2_scalar.py:2172 table_name=b'GEOM1' (grid/coord cards)
DEBUG: op2_scalar.py:2172 table_name=b'BGPDT' (grid points in cid=0 frame)
DEBUG: op2_scalar.py:2172 table_name=b'DITS' (TABLEx cards (superelement)))
DEBUG: op2_scalar.py:2172 table_name=b'DYNAMICS' (dynamic cards (superelement))
DEBUG: op2_scalar.py:2172 table_name=b'CASECC' (case control)
WARNING: subcase.py:683 nwords_to_lsem=1000 nwords_to_lsem//4=250
DEBUG: op2_scalar.py:2172 table_name=b'LAMA' (eigenvalues)
DEBUG: op2_scalar.py:2172 table_name=b'BOUGV1' (g-set U in cid=0 frame)
DEBUG: op2_scalar.py:2172 table_name=b'OES1C' (composite stress)
DEBUG: op2.py:609 -------- reading op2 with read_mode=2 (array filling) --------
DEBUG: op2_scalar.py:2172 table_name=b'PVT0' (PARAM cards)
DEBUG: op2_scalar.py:2172 table_name=b'GPL' (grid point list)
DEBUG: op2_scalar.py:2172 table_name=b'GPDT' (grid point locations)
DEBUG: op2_scalar.py:2172 table_name=b'EPT' (property cards)
DEBUG: op2_scalar.py:2172 table_name=b'MPT' (material cards)
DEBUG: op2_scalar.py:2172 table_name=b'GEOM2' (element cards)
DEBUG: op2_scalar.py:2172 table_name=b'GEOM4' (load cards)
DEBUG: op2_scalar.py:2172 table_name=b'GEOM1' (grid/coord cards)
DEBUG: op2_scalar.py:2172 table_name=b'BGPDT' (grid points in cid=0 frame)
DEBUG: op2_scalar.py:2172 table_name=b'DITS' (TABLEx cards (superelement)))
DEBUG: op2_scalar.py:2172 table_name=b'DYNAMICS' (dynamic cards (superelement))
DEBUG: op2_scalar.py:2172 table_name=b'CASECC' (case control)
WARNING: subcase.py:683 nwords_to_lsem=1000 nwords_to_lsem//4=250
DEBUG: op2_scalar.py:2172 table_name=b'LAMA' (eigenvalues)
DEBUG: op2_scalar.py:2172 table_name=b'BOUGV1' (g-set U in cid=0 frame)
DEBUG: op2_scalar.py:2172 table_name=b'OES1C' (composite stress)
DEBUG: op2.py:899 combine_results
DEBUG: op2.py:623 finished reading op2
{'accelerations'}
Pynastran version = 1.4.1
Python version = 3.9.12
Thank you in advance
Metadata
Metadata
Assignees
Labels
No labels

