oes_stress_strain Package

oes_nonlinear_rod Module

Inheritance diagram of pyNastran.op2.tables.oes_stressStrain.oes_nonlinear_rod
class pyNastran.op2.tables.oes_stressStrain.oes_nonlinear_rod.RealNonlinearRodArray(data_code, is_sort1, isubcase, dt)[source]

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

ELEMENT-ID =     102
                         N O N L I N E A R   S T R E S S E S   I N   R O D   E L E M E N T S      ( C R O D )
  TIME          AXIAL STRESS         EQUIVALENT         TOTAL STRAIN       EFF. STRAIN          EFF. CREEP        LIN. TORSIONAL
                                       STRESS                             PLASTIC/NLELAST          STRAIN              STRESS
2.000E-02        1.941367E+01        1.941367E+01        1.941367E-04        0.0                 0.0                 0.0
3.000E-02        1.941367E+01        1.941367E+01        1.941367E-04        0.0                 0.0                 0.0

tested by elements/loadstep_elements.op2

build(self)[source]

sizes the vectorized attributes of the RealNonlinearRodArray

build_dataframe(self)[source]

creates a pandas dataframe

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]
write_op2(self, op2, op2_ascii, itable, new_result, date, is_mag_phase=False, endian='>')[source]

writes an OP2

oes_objects Module

Inheritance diagram of pyNastran.op2.tables.oes_stressStrain.real.oes_objects
class pyNastran.op2.tables.oes_stressStrain.real.oes_objects.OES_Object(data_code, isubcase, apply_data_code=True)[source]

Bases: pyNastran.op2.result_objects.op2_objects.BaseElement

finalize(self)[source]

it’s required that the object be in SORT1

is_curvature
is_fiber_distance
is_max_shear
is_stress
is_von_mises
set_as_sort1(self)[source]

the data is in SORT1, but the flags are wrong

class pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject(data_code, isubcase)[source]

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

is_strain
is_stress
update_dt(self, data_code, dt)[source]

This method is called if the object already exits and a new time/freq/load step is found

class pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject(data_code, isubcase)[source]

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

is_strain
is_stress
update_dt(self, data_code, dt)[source]

This method is called if the object already exits and a new time/freq/load step is found