oes_springs Module

Inheritance diagram of pyNastran.op2.tables.oes_stressStrain.real.oes_springs
class pyNastran.op2.tables.oes_stressStrain.real.oes_springs.RealNonlinearSpringStressArray(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
build(self)[source]

sizes the vectorized attributes of the RealNonlinearSpringStressArray

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]
class pyNastran.op2.tables.oes_stressStrain.real.oes_springs.RealSpringArray(data_code, is_sort1, isubcase, dt)[source]

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

build(self)[source]

sizes the vectorized attributes of the RealSpringArray

build_data(self, ntimes, nelements, dtype)[source]

actually performs the build step

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_stats(self, short=False)[source]
is_complex
is_real
update_data_components(self)[source]
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_springs.RealSpringStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.real.oes_springs.RealSpringArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

get_f06_header(self, is_mag_phase=True)[source]
get_headers(self)[source]
class pyNastran.op2.tables.oes_stressStrain.real.oes_springs.RealSpringStressArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.real.oes_springs.RealSpringArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

get_f06_header(self, is_mag_phase=True)[source]
get_headers(self)[source]