oes_composite_plates Module

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

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

add_new_eid_sort1(self, etype, dt, eid, layer, o11, o22, t12)[source]
build(self)[source]

sizes the vectorized attributes of the RealCompositePlateArray

build_dataframe(self)[source]

major-axis - the axis

mode 1 2 3 freq 1.0 2.0 3.0 T1 T2 T3 R1 R2 R3

major_axis / top = [
[1, 2, 3], [1.0, 2.0, 3.0]

] minor_axis / headers = [T1, T2, T3, R1, R2, R3] name = mode

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
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_composite_plates.RandomCompositePlateStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_composite_plates.RandomCompositePlateArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

get_headers(self)[source]
is_strain
is_stress
class pyNastran.op2.tables.oes_stressStrain.random.oes_composite_plates.RandomCompositePlateStressArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_composite_plates.RandomCompositePlateArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

get_headers(self)[source]
is_strain
is_stress