oes_nonlinear Module

Inheritance diagram of pyNastran.op2.tables.oes_stressStrain.oes_nonlinear
defines:
  • RealNonlinearPlateArray
class pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.RealNonlinearPlateArray(data_code, is_sort1, isubcase, dt)[source]

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

tested by elements/loadstep_elements.op2

add_new_eid_sort1(self, dt, eid, etype, fd, sx, sy, sz, txy, es, eps, ecs, ex, ey, ez, exy)[source]
build(self)[source]

sizes the vectorized attributes of the RealNonlinearPlateArray

build_dataframe(self)[source]

creates a pandas dataframe

get_headers(self)[source]
get_stats(self, short=False)[source]
is_complex
is_real
is_stress
write_f06(self, f06_file, header=None, page_stamp='PAGE %s', page_num=1, is_mag_phase=False, is_sort1=True)[source]