oes_shear Module

Inheritance diagram of pyNastran.op2.tables.oes_stressStrain.complex.oes_shear
class pyNastran.op2.tables.oes_stressStrain.complex.oes_shear.ComplexShearArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.real.oes_objects.OES_Object

Common class for:
  • ComplexShearStressArray

  • ComplexShearStrainArray

build()[source]

sizes the vectorized attributes of the ComplexShearArray

build_dataframe()[source]

creates a pandas dataframe

get_headers() → List[str][source]
get_stats(short: bool = False) → List[str][source]
property headers
property is_complex
property is_real
property nnodes_per_element
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]
C O M P L E X F O R C E S A C T I N G O N S H E A R P A N E L E L E M E N T S (CSHEAR)

(REAL/IMAGINARY)

====== POINT 1 ====== ====== POINT 2 ====== ====== POINT 3 ====== ====== POINT 4 ======

ELEMENT F-FROM-4 F-FROM-2 F-FROM-1 F-FROM-3 F-FROM-2 F-FROM-4 F-FROM-3 F-FROM-1
ID KICK-1 SHEAR-12 KICK-2 SHEAR-23 KICK-3 SHEAR-34 KICK-4 SHEAR-41
28 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0

0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0

class pyNastran.op2.tables.oes_stressStrain.complex.oes_shear.ComplexShearStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.complex.oes_shear.ComplexShearArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

class pyNastran.op2.tables.oes_stressStrain.complex.oes_shear.ComplexShearStressArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.complex.oes_shear.ComplexShearArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject