pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | addNewTransient |
initializes the transient variables | |
def | add |
def | addSort1 |
def | deleteTransient |
def | getTransients |
def | writeF06 |
def | writeF06Transient |
def | __repr__ |
Public Attributes | |
nx | |
ny | |
txy | |
angle | |
majorP | |
minorP | |
tmax | |
ovm | |
elemName | |
eids | |
dt | |
add |
Definition at line 27 of file ogs_surfaceStresses.py.
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.__init__ | ( | self, | |
dataCode, | |||
isSort1, | |||
iSubcase, | |||
dt = None |
|||
) |
Definition at line 28 of file ogs_surfaceStresses.py.
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient | ( | self, | |
dt | |||
) |
initializes the transient variables
Definition at line 54 of file ogs_surfaceStresses.py.
References pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.angle, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.eids, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.eids, pyNastran.bdf.cards.thermal.loads.QBDY1.eids, pyNastran.bdf.cards.thermal.loads.QBDY3.eids, pyNastran.bdf.cards.thermal.thermal.RADBC.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.eids, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.majorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.minorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.nx, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ny, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ovm, pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.ovm, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.tmax, pyNastran.bdf.cards.properties.properties.PGAP.tmax, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.txy, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject.txy, pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.txy, and pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.txy.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject.updateDt(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDt().
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add | ( | self, | |
dt, | |||
eKey, | |||
eid, | |||
elemName, | |||
nx, | |||
ny, | |||
txy, | |||
angle, | |||
majorP, | |||
minorP, | |||
tmax, | |||
ovm | |||
) |
Definition at line 67 of file ogs_surfaceStresses.py.
References pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.angle, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.eids, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.eids, pyNastran.bdf.cards.thermal.loads.QBDY1.eids, pyNastran.bdf.cards.thermal.loads.QBDY3.eids, pyNastran.bdf.cards.thermal.thermal.RADBC.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.eids, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.majorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.minorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.nx, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ny, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ovm, pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.ovm, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.tmax, pyNastran.bdf.cards.properties.properties.PGAP.tmax, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.txy, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject.txy, pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.txy, and pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.txy.
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1 | ( | self, | |
dt, | |||
eKey, | |||
eid, | |||
elemName, | |||
nx, | |||
ny, | |||
txy, | |||
angle, | |||
majorP, | |||
minorP, | |||
tmax, | |||
ovm | |||
) |
Definition at line 91 of file ogs_surfaceStresses.py.
References pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject.addNewTransient(), pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStrainObject.addNewTransient, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearRodObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.addNewTransient(), pyNastran.op2.resultObjects.tableObject.ComplexTableObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.angle, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.eids, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.eids, pyNastran.bdf.cards.thermal.loads.QBDY1.eids, pyNastran.bdf.cards.thermal.loads.QBDY3.eids, pyNastran.bdf.cards.thermal.thermal.RADBC.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.eids, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.majorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.minorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.nx, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ny, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ovm, pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.ovm, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.tmax, pyNastran.bdf.cards.properties.properties.PGAP.tmax, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.txy, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject.txy, pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.txy, and pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.txy.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add().
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient | ( | self, | |
dt | |||
) |
Definition at line 119 of file ogs_surfaceStresses.py.
References pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.angle, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.getTransients(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.majorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.minorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.nx, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ny, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ovm, pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.ovm, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.tmax, pyNastran.bdf.cards.properties.properties.PGAP.tmax, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.txy, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject.txy, pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.txy, and pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.txy.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1().
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.getTransients | ( | self | ) |
Definition at line 129 of file ogs_surfaceStresses.py.
References pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06().
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient().
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06 | ( | self, | |
header, | |||
pageStamp, | |||
pageNum = 1 , |
|||
f = None , |
|||
isMagPhase = False |
|||
) |
Reimplemented from pyNastran.op2.resultObjects.op2_Objects.baseScalarObject.
Definition at line 139 of file ogs_surfaceStresses.py.
References pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.angle, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.angle, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.angle, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.eids, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.eids, pyNastran.bdf.cards.thermal.loads.QBDY1.eids, pyNastran.bdf.cards.thermal.loads.QBDY3.eids, pyNastran.bdf.cards.thermal.thermal.RADBC.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.eids, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.majorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.majorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.majorP, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.minorP, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.minorP, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.minorP, pyNastran.op2.resultObjects.tableObject.ComplexTableObject.nonlinearFactor, pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.nonlinearFactor, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ny, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.ovm, pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.ovm, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.tmax, pyNastran.bdf.cards.properties.properties.PGAP.tmax, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.txy, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject.txy, pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.txy, pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.txy, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.txy, pyNastran.op2.resultObjects.op2_Objects.baseScalarObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject.writeF06Transient(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.writeF06Transient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.writeF06Transient(), and pyNastran.op2.resultObjects.op2_Objects.baseScalarObject.writeFloats10E().
Referenced by pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.SPCForcesObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.ComplexSPCForcesObject.__repr__(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.__repr__(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.getTransients(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06Transient().
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06Transient | ( | self, | |
header, | |||
pageStamp, | |||
pageNum = 1 , |
|||
f = None , |
|||
isMagPhase = False |
|||
) |
Reimplemented from pyNastran.op2.resultObjects.op2_Objects.baseScalarObject.
Definition at line 180 of file ogs_surfaceStresses.py.
References pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.__repr__(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.eids, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.eids, pyNastran.bdf.cards.thermal.loads.QBDY1.eids, pyNastran.bdf.cards.thermal.loads.QBDY3.eids, pyNastran.bdf.cards.thermal.thermal.RADBC.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.eids, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.eids, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.moments, and pyNastran.op2.resultObjects.op2_Objects.baseScalarObject.writeFloats13E().
Referenced by pyNastran.op2.tables.opg_appliedLoads.opg_loadVector.ThermalVector.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.MPCForcesObject.writeF06(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.SPCForcesObject.writeF06(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.ComplexSPCForcesObject.writeF06(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.ComplexMPCForcesObject.writeF06(), pyNastran.op2.tables.opg_appliedLoads.opg_loadVector.ThermalVector.writeF06(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06().
def pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.__repr__ | ( | self | ) |
Definition at line 216 of file ogs_surfaceStresses.py.
References pyNastran::f06::f06_classes::MaxDisplacement.writeF06(), pyNastran.op2.resultObjects.op2_Objects.baseScalarObject.writeF06(), pyNastran.op2.tables.lama_eigenvalues.lama_objects.RealEigenvalues.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject.writeF06(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.writeF06(), pyNastran.op2.tables.lama_eigenvalues.lama_objects.ComplexEigenvalues.writeF06(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.writeF06(), pyNastran.f06.f06Writer.F06Writer.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStrainObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearRodObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStrainObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStrainObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStrainObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.writeF06(), and pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.writeF06().
Referenced by pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.bdf.cards.elements.bars.CBAR.Stiffness(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06Transient().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject::add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject::add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject::addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject::addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject::addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject::addSort1(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject::deleteTransient().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.deleteTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.__repr__(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.add(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStrainObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.addF06Data(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.deleteTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.deleteTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.deleteTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.ovm(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06Transient(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06Transient().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addSort1(), pyNastran.bdf.cards.loads.staticLoads.PLOAD1.crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD1.rawFields(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06Transient(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06Transient().
Reimplemented from pyNastran.op2.resultObjects.op2_Objects.scalarObject.
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.SPCForcesObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.MPCForcesObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.ComplexSPCForcesObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.ComplexMPCForcesObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.SPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.MPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.ComplexSPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.ComplexMPCForcesObject.__reprTransient__(), and pyNastran.bdf.cards.dynamic.TSTEP.reprFields().
Definition at line 28 of file ogs_surfaceStresses.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient().