oes_bush Module

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

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

build()[source]

sizes the vectorized attributes of the ComplexCBushArray

build_dataframe()[source]

creates a pandas dataframe

eid_to_element_node_index(eids)[source]
get_element_index(eids)[source]
get_headers()[source]
get_stats(short: bool = False) → List[str][source]
property is_complex
property is_real
write_f06(f06_file, header=None, page_stamp: str = 'PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]
write_op2(op2_file, op2_ascii, itable, new_result, date, is_mag_phase=False, endian='>')[source]

writes an OP2

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

Bases: pyNastran.op2.tables.oes_stressStrain.complex.oes_bush.ComplexCBushArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

get_f06_header(is_mag_phase=True)[source]

C:UserssdoyleDropboxmove_tplofprand1.op2

get_headers() → List[str][source]
class pyNastran.op2.tables.oes_stressStrain.complex.oes_bush.ComplexCBushStressArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.complex.oes_bush.ComplexCBushArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

get_f06_header(is_mag_phase=True)[source]
get_headers() → List[str][source]