oes_rods Module

Inheritance diagram of pyNastran.op2.tables.oes_stressStrain.random.oes_rods
class pyNastran.op2.tables.oes_stressStrain.random.oes_rods.RandomBushStressArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_rods.RandomRodArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

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

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

build(self)[source]

sizes the vectorized attributes of the RealRodArray

build_data(self, ntimes, nelements, dtype)[source]

actually performs the build step

build_dataframe(self)[source]

creates a pandas dataframe

eid_to_element_node_index(self, eids)[source]
get_element_index(self, eids)[source]
get_f06_header(self, is_mag_phase=True)[source]
get_headers(self)[source]
get_stats(self, short=False)[source]
is_complex
is_real
nnodes_per_element
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_rods.RandomRodStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_rods.RandomRodArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

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

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_rods.RandomRodArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

get_headers(self)[source]