oef Module

Inheritance diagram of pyNastran.op2.tables.oef_forces.oef
Defines the Real/Complex Forces created by:

FORCE = ALL

NX Case Control Block Description =============== ========== =========== FORCE OEF1 Element forces or heat flux (linear elements only) FORCE OEF1X Element forces (nonlinear elements only) ???? HOEF1 ??? FORCE DOEF1 Scaled Response Spectra MODCON OEFMC Modal contributions FORCE OEF1X Element forces with intermediate (CBAR and CBEAM)

station forces and forces on nonlinear elements

FLUX HOEF1 Element heat flux

class pyNastran.op2.tables.oef_forces.oef.OEF[source]

Bases: pyNastran.op2.op2_interface.op2_common.OP2Common

Defines OEFx table reading for element forces/heat flux

get_oef_prefix_postfix()[source]

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

pyNastran.op2.tables.oef_forces.oef.oef_cbar_imag(self, data, obj: pyNastran.op2.tables.oef_forces.oef_complex_force_objects.ComplexCBarForceArray, nelements, ntotal, is_magnitude_phase) → int[source]
pyNastran.op2.tables.oef_forces.oef.oef_cbar_real(self, data, obj: pyNastran.op2.tables.oef_forces.oef_force_objects.RealCBarForceArray, nelements, ntotal) → int[source]
pyNastran.op2.tables.oef_forces.oef.oef_cbeam_imag_177(self, data, obj: pyNastran.op2.tables.oef_forces.oef_complex_force_objects.ComplexCBeamForceArray, nelements, ntotal, is_magnitude_phase) → int[source]
pyNastran.op2.tables.oef_forces.oef.oef_cbeam_real_100(self, data: bytes, obj: pyNastran.op2.tables.oef_forces.oef_force_objects.RealCBeamForceArray, nelements: int, ntotal: int, dt: Any) → int[source]
pyNastran.op2.tables.oef_forces.oef.oef_shells_composite_real_9(self, data: bytes, obj: pyNastran.op2.tables.oef_forces.oef_force_objects.FailureIndicesArray, nelements: int, ntotal: int, dt: Any) → int[source]