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()[source]

sizes the vectorized attributes of the RealNonlinearSpringStressArray

get_headers() → List[str][source]
get_stats(short: bool = False) → List[str][source]
property is_complex
property is_real
property is_stress
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = 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

classmethod add_static_case(table_name, element_name, element, data, isubcase, is_sort1=True, is_random=False, is_stress=True, is_msc=True, random_code=0, title='', subtitle='', label='')[source]
build()[source]

sizes the vectorized attributes of the RealSpringArray

build_data(ntimes, nelements, dtype)[source]

actually performs the build step

build_dataframe()[source]

creates a pandas dataframe

v 0.24 Static 0 ElementID Item 30 spring_stress 0.0 31 spring_stress 0.0 32 spring_stress 0.0 33 spring_stress 0.0

v 0.25 for test_bdf_op2_elements_01 Static ElementID spring_stress 0 30 0.0 1 31 0.0 2 32 0.0 3 33 0.0 …

eid_to_element_node_index(eids)[source]
get_element_index(eids)[source]
get_headers()[source]
get_stats(short: bool = False) → List[str][source]
property is_complex
property is_real
property nnodes_per_element
update_data_components()[source]
write_f06(f06_file, header=None, page_stamp: str = 'PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]
write_op2(op2_file, 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(is_mag_phase=True)[source]
get_headers() → List[str][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(is_mag_phase=True)[source]
get_headers() → List[str][source]