oes_beams Module

Inheritance diagram of pyNastran.op2.tables.oes_stressStrain.random.oes_beams
class pyNastran.op2.tables.oes_stressStrain.random.oes_beams.RandomBeamArray(data_code, is_sort1, isubcase, unused_dt)[source]

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

common class used by:
  • RandomBeamStressArray

  • RandomBeamStrainArray

add_new_eid_sort1(dt, eid, grid, sd, sxc, sxd, sxe, sxf)[source]
build()[source]

sizes the vectorized attributes of the RealBeamArray

build_dataframe()[source]

creates a pandas dataframe

finalize()[source]

it’s required that the object be in SORT1

get_headers()[source]
get_stats(short=False) → List[str][source]
property is_complex
property is_real
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num=1, is_mag_phase=False, is_sort1=True)[source]
class pyNastran.op2.tables.oes_stressStrain.random.oes_beams.RandomBeamStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_beams.RandomBeamArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

Random CBEAM Strain

get_headers() → List[str][source]
class pyNastran.op2.tables.oes_stressStrain.random.oes_beams.RandomBeamStressArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_beams.RandomBeamArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

Random CBEAM Stress

get_headers() → List[str][source]