ogs_grid_point_stresses Package

ogs Module

Inheritance diagram of pyNastran.op2.tables.ogs_grid_point_stresses.ogs
class pyNastran.op2.tables.ogs_grid_point_stresses.ogs.OGS[source]

Bases: pyNastran.op2.op2_interface.op2_common.OP2Common

ogs_surface_stresses Module

Inheritance diagram of pyNastran.op2.tables.ogs_grid_point_stresses.ogs_surface_stresses
class pyNastran.op2.tables.ogs_grid_point_stresses.ogs_surface_stresses.GridPointStressesSurfaceDiscontinutiesArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.ScalarObject

build()[source]

sizes the vectorized attributes of the GridPointStressesArray

get_headers() → List[str][source]
get_stats(short: bool = False) → List[str][source]
property is_complex
property is_real
class pyNastran.op2.tables.ogs_grid_point_stresses.ogs_surface_stresses.GridPointStressesVolumeDirectArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.ScalarObject

build()[source]

sizes the vectorized attributes of the GridPointStressesArray

get_headers() → List[str][source]
get_stats(short: bool = False) → List[str][source]
property is_complex
property is_real
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]

‘ D I R E C T S T R E S S E S A T G R I D P O I N T S - - V O L U M E 101’ ‘ OUTPUT COORDINATE SYSTEM = 0 BASIC ‘ ‘ GRID NORMAL-X NORMAL-Y NORMAL-Z SHEAR-XY SHEAR-YZ SHEAR-ZX MEAN VON MISES’ ‘ ID PRESSURE’ ‘ 1 1.455E+03 -1.548E+02 -2.927E+02 -1.573E+01 3.326E+01 -3.438E+03 -3.357E+02 6.188E+03’ ‘ 2 1.093E+03 -1.996E+02 -1.682E+02 1.542E+02 5.962E+01 -4.104E+03 -2.417E+02 7.227E+03’

class pyNastran.op2.tables.ogs_grid_point_stresses.ogs_surface_stresses.GridPointStressesVolumePrincipalArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.ScalarObject

build()[source]

sizes the vectorized attributes of the GridPointStressesArray

get_headers() → List[str][source]
get_stats(short: bool = False) → List[str][source]
property is_complex
property is_real
class pyNastran.op2.tables.ogs_grid_point_stresses.ogs_surface_stresses.GridPointSurfaceStressesArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.ScalarObject

‘ S T R E S S E S A T G R I D P O I N T S - - S U R F A C E 5

‘,

‘0 SURFACE X-AXIS X NORMAL(Z-AXIS) Z REFERENCE COORDINATE SYSTEM FOR SURFACE DEFINITION CID 0

‘,

‘ GRID ELEMENT STRESSES IN SURFACE SYSTEM PRINCIPAL STRESSES MAX

‘,

‘ ID ID FIBRE NORMAL-X NORMAL-Y SHEAR-XY ANGLE MAJOR MINOR SHEAR VON MISES

‘]

‘0 13683 3736 TRIAX6 4.996584E+00 0.0 1.203093E+02 0.0 0.0 0.0’ ‘ 13683 3737 TRIAX6 -4.996584E+00 0.0 -1.203093E+02 0.0 0.0 0.0’ ‘ 13683 TOTALS 6.366463E-12 0.0 -1.364242E-12 0.0 0.0 0.0’

build()[source]

sizes the vectorized attributes of the GridPointStressesArray

get_headers() → List[str][source]
get_stats(short: bool = False) → List[str][source]
property is_complex
property is_real
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]