oes Module

digraph inheritancef4431d2f20 { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.op2.tables.oes_stressStrain.oes.OES" [URL="#pyNastran.op2.tables.oes_stressStrain.oes.OES",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Defines the OES class that is used to read stress/strain data"]; "pyNastran.op2.tables.oes_stressStrain.oes.OP2Common2" -> "pyNastran.op2.tables.oes_stressStrain.oes.OES" [arrowsize=0.5,style="setlinewidth(0.5)"]; "pyNastran.op2.tables.oes_stressStrain.oes.OP2Common2" [URL="#pyNastran.op2.tables.oes_stressStrain.oes.OP2Common2",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }
Defines the Real/Complex Stresses/Strains created by:

STRESS = ALL STRAIN = ALL

NX Case Control Block Description =============== ========== =========== NLSTRESS OESNLXR Nonlinear static stresses BOUTPUT OESNLBR Slideline stresses STRESS OESNLXD Nonlinear Transient Stresses STRESS OES1C/OSTR1C Ply stresses/strains STRESS OES1X Element stresses with intermediate (CBAR and CBEAM)

station stresses and stresses on nonlinear elements

STRESS OES/OESVM Element stresses (linear elements only) STRAIN OSTR1 Element strains STRESS/STRAIN DOES1/DOSTR1 Scaled Response Spectra MODCON OSTRMC Modal contributions

class pyNastran.op2.tables.oes_stressStrain.oes.OES(op2: OP2)[source]

Bases: OP2Common2

Defines the OES class that is used to read stress/strain data

check_element_ids()[source]
get_oes_prefix_postfix() tuple[str, str][source]

Creates the prefix/postfix that splits off ATO, CRM, PSD, nonlinear, etc. results. We also fix some of the sort bits as typing:

STRESS(PLOT,SORT1,RALL) = ALL

will actually create the OESRMS2 table (depending on what else is in your case control). However, it’s in an OESATO2 table, so we know it’s really SORT2.

Also, if you’re validating the sort_bit flags, *RMS2 and *NO2 are actually SORT1 tables.

NX Case Control Block Description =============== ========== =========== NLSTRESS OESNLXR Nonlinear static stresses BOUTPUT OESNLBR Slideline stresses STRESS OESNLXD Nonlinear Transient Stresses STRESS OES1C/OSTR1C Ply stresses/strains STRESS OES1X Element stresses with intermediate (CBAR and CBEAM)

station stresses and stresses on nonlinear elements

STRESS OES/OESVM Element stresses (linear elements only) STRAIN OSTR1 Element strains STRESS/STRAIN DOES1/DOSTR1 Scaled Response Spectra MODCON OSTRMC Modal contributions

get_stress_mapper()[source]
obj_set_element(obj, ielement, ielement2, data, nelements)[source]
class pyNastran.op2.tables.oes_stressStrain.oes.OP2Common2(op2: OP2)[source]

Bases: object

property factor: int
property size: int
pyNastran.op2.tables.oes_stressStrain.oes.oes_cbend_complex_21(op2: OP2, data: bytes, obj: ComplexBendStressArray | ComplexBendStrainArray, nelements: int, ntotal: int, is_magnitude_phase: bool) int[source]
pyNastran.op2.tables.oes_stressStrain.oes.oes_cgapnl_real_11(op2: OP2, data: bytes, obj: NonlinearGapStressArray, nelements: int, ntotal: int) int[source]
pyNastran.op2.tables.oes_stressStrain.oes.oes_composite_shells_nx_random_7(op2: OP2, data: bytes, obj: RandomCompositePlateStressArray | RandomCompositePlateStrainArray, nelements: int, ntotal: int) int[source]
pyNastran.op2.tables.oes_stressStrain.oes.oes_composite_solid_nx_real_172(op2: OP2, data: bytes, obj: RealSolidCompositeStressArray | RealSolidCompositeStrainArray, nelements: int, ntotal: int) int[source]
pyNastran.op2.tables.oes_stressStrain.oes.oes_composite_solid_nx_real_center(op2: OP2, data: bytes, obj: RandomCompositePlateStressArray | RandomCompositePlateStrainArray, nelements: int, ntotal: int) int[source]
pyNastran.op2.tables.oes_stressStrain.oes.oes_cshellnl_real_13(op2: OP2, data: bytes, obj: RealNonlinearPlateArray, etype, nelements: int, ntotal: int) int[source]
pyNastran.op2.tables.oes_stressStrain.oes.oes_cshellnl_real_25(op2: OP2, data: bytes, obj: RealNonlinearPlateArray, etype, nelements: int, ntotal: int) int[source]
pyNastran.op2.tables.oes_stressStrain.oes.oes_csolid_nonlinear_hyperelastic_real(op2: OP2, data: bytes, obj: RealNonlinearPlateArray, nnodes_expected: int, nelements: int, ntotal: int, element_name: str, preline1: str, preline2: str) int[source]
pyNastran.op2.tables.oes_stressStrain.oes.oes_csolidnl_real(op2: OP2, data: bytes, obj: RealNonlinearSolidArray, etype, nnodes, nelements: int, ntotal: int) int[source]