oes_bend Module

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

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

common class used by:
  • RandomBendStressArray
  • RandomBendStrainArray
build(self)[source]

sizes the vectorized attributes of the RealBeamArray

build_dataframe(self)[source]

creates a pandas dataframe

finalize(self)[source]

it’s required that the object be in SORT1

get_headers(self)[source]
get_stats(self, short=False)[source]
is_complex
is_real
write_f06(self, 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_bend.RandomBendStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_bend.RandomBendArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

Random CBEND Strain

get_headers(self)[source]
class pyNastran.op2.tables.oes_stressStrain.random.oes_bend.RandomBendStressArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_bend.RandomBendArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

Random CBEND Stress

get_headers(self)[source]