oes_solids Module

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

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

add_eid_sort1(unused_etype, cid, dt, eid, unused_node_id, oxx, oyy, ozz, txy, tyz, txz)[source]
add_node_sort1(dt, eid, unused_inode, node_id, oxx, oyy, ozz, txy, tyz, txz)[source]
build()[source]

sizes the vectorized attributes of the RealSolidArray

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=False) → List[str][source]
property is_complex
property is_real
property nnodes_per_element
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_solids.RandomSolidStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_solids.RandomSolidArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

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

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_solids.RandomSolidArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

get_headers() → List[str][source]