oes_plates Module

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

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

add_eid_ovm_sort1(self, dt, eid, fd, oxx, oyy, txy, ovm)[source]
add_eid_sort1(self, dt, eid, fd, oxx, oyy, txy)[source]
add_new_eid_ovm_sort1(self, dt, eid, fd, oxx, oyy, txy, ovm)[source]
add_new_eid_sort1(self, dt, eid, fd, oxx, oyy, txy)[source]
add_new_node_sort1(self, dt, eid, fd, oxx, oyy, txy)[source]
add_ovm_sort1(self, dt, eid, fd, oxx, oyy, txy, ovm)[source]

unvectorized method for adding SORT1 transient data

build(self)[source]

sizes the vectorized attributes of the ComplexPlateArray

build_dataframe(self)[source]

creates a pandas dataframe

get_nnodes(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_plates.RandomPlateStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_plates.RandomPlateArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

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

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_plates.RandomPlateArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

get_headers(self)[source]
pyNastran.op2.tables.oes_stressStrain.random.oes_plates.get_nnodes(self)[source]