oes_plates Module

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

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

add_new_eid_sort1(self, dt, eid, node_id, fiber_dist, oxx, oyy, txy, angle, major_principal, minor_principal, ovm)[source]
add_new_node_sort1(self, dt, eid, node_id, fiber_dist, oxx, oyy, txy, angle, major_principal, minor_principal, ovm)[source]
build(self)[source]

sizes the vectorized attributes of the RealPlateArray

build_dataframe(self)[source]

creates a pandas dataframe

eid_to_element_node_index(self, eids)[source]
get_element_index(self, eids)[source]
get_headers(self)[source]
get_nnodes_bilinear(self)[source]

gets the number of nodes and whether or not the element has bilinear results

get_stats(self, short=False)[source]
is_bilinear(self)[source]
is_complex
is_real
nnodes_per_element
write_f06(self, f06_file, header=None, page_stamp='PAGE %s', page_num=1, is_mag_phase=False, is_sort1=True)[source]
write_op2(self, op2, op2_ascii, itable, new_result, date, is_mag_phase=False, endian='>')[source]

writes an OP2

class pyNastran.op2.tables.oes_stressStrain.real.oes_plates.RealPlateStrainArray(data_code, is_sort1, isubcase, dt)[source]

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

used for:
  • RealPlateStressArray
  • RealPlateStrainArray
get_headers(self)[source]
class pyNastran.op2.tables.oes_stressStrain.real.oes_plates.RealPlateStressArray(data_code, is_sort1, isubcase, dt)[source]

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

get_headers(self)[source]