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(etype, dt, eid, layer, o11, o22, t12)[source]
build()[source]

sizes the vectorized attributes of the RealCompositePlateArray

build_dataframe()[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(eids)[source]
finalize()[source]

Calls any OP2 objects that need to do any post matrix calcs

get_element_index(eids)[source]
get_f06_header(is_mag_phase=True)[source]
get_headers()[source]
get_stats(short=False) → List[str][source]
property has_von_mises

what is the form of the table (NX includes Von Mises)

property is_complex
property is_real
nnodes_per_element()[source]
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_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() → List[str][source]
property is_strain
property 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() → List[str][source]
property is_strain
property is_stress