pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject Class Reference
Inheritance diagram for pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject:
pyNastran.op2.resultObjects.op2_Objects.scalarObject pyNastran.op2.resultObjects.op2_Objects.baseScalarObject pyNastran.op2.op2Codes.Op2Codes

List of all members.

Public Member Functions

def __init__
def addNewTransient
 initializes the transient variables
def add
def addSort1
def updateDt
 this method is called if the object already exits and a new time step is found
def deleteTransient
def getTransients
def writeF06
def writeF06Transient
def __repr__

Public Attributes

 forces
 moments
 elemName
 eids
 dt
 add
 dataCode

Detailed Description

Definition at line 29 of file ogf_Objects.py.


Constructor & Destructor Documentation

def pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.__init__ (   self,
  dataCode,
  isSort1,
  iSubcase,
  dt = None 
)

Definition at line 30 of file ogf_Objects.py.


Member Function Documentation

def pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.addSort1 (   self,
  dt,
  eKey,
  eid,
  elemName,
  f1,
  f2,
  f3,
  m1,
  m2,
  m3 
)

Definition at line 70 of file ogf_Objects.py.

References pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.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.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.ogf_Objects.gridPointForcesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.forces, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.moments, and pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.updateDt().

Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.add().

this method is called if the object already exits and a new time step is found

Reimplemented from pyNastran.op2.resultObjects.op2_Objects.scalarObject.

Definition at line 86 of file ogf_Objects.py.

References pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.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.resultObjects.op2_Objects.scalarObject.applyDataCode(), pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject.dataCode, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.dataCode, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject.dataCode, pyNastran.op2.resultObjects.op2_Objects.scalarObject.dataCode, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject.dataCode, pyNastran.op2.resultObjects.tableObject.ComplexTableObject.dataCode, pyNastran.op2.op2.OP2.dataCode, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.deleteTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.dt, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStressObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStressObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStressObject.dt, pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.dt, pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject.dt, pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.dt, pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.dt, pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject.dt, pyNastran.op2.resultObjects.op2_Objects.scalarObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStrainObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStrainObject.dt, pyNastran.bdf.cards.dynamic.TSTEPNL.dt, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.HyperelasticQuadObject.dt, pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStrainObject.dt, pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStrainObject.dt, pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearRodObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStrainObject.dt, pyNastran.bdf.cards.dynamic.NLPARM.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.dt, pyNastran.op2.resultObjects.tableObject.ComplexTableObject.dt, pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStrainObject.dt, pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject.dt, pyNastran.op2.tables.lama_eigenvalues.lama_objects.RealEigenvalues.iSubcase, pyNastran.op2.tables.lama_eigenvalues.lama_objects.ComplexEigenvalues.iSubcase, pyNastran.op2.resultObjects.op2_Objects.scalarObject.iSubcase, and pyNastran.op2.op2.OP2.iSubcase.

Referenced by pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject.addF06Data(), and pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.addSort1().

def pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.writeF06 (   self,
  header,
  pageStamp,
  pageNum = 1,
  f = None 
)

Definition at line 110 of file ogf_Objects.py.

References 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.ogf_Objects.gridPointForcesObject.elemName, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.moments, pyNastran.op2.resultObjects.tableObject.ComplexTableObject.nonlinearFactor, pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.nonlinearFactor, 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.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStressObject.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.real.oes_rods.RodStrainObject.writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject.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.writeFloats13E().

Referenced by pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.SPCForcesObject.__repr__(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.ComplexSPCForcesObject.__repr__(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.__repr__(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.getTransients(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06Transient().

def pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.writeF06Transient (   self,
  header,
  pageStamp,
  pageNum = 1,
  f = None 
)

Definition at line 143 of file ogf_Objects.py.

References pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.__repr__(), 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.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_spcForces.SPCForcesObject.writeF06(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.MPCForcesObject.writeF06(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.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().

Definition at line 177 of file ogf_Objects.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.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.ogf_Objects.gridPointForcesObject.writeF06Transient().


Member Data Documentation

Reimplemented from pyNastran.op2.resultObjects.op2_Objects.scalarObject.

Definition at line 86 of file ogf_Objects.py.

Referenced by pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject::__reprTransient__(), pyNastran.op2.tables.opg_appliedLoads.opg_loadVector.ThermalVector::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject::__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject::addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject::addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject::addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject::addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject::addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject::addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject::addNewEid(), pyNastran.op2.tables.ogf_gridPointForces.ogf.OGF::applyDataCodeValue(), pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStressObject::getTransients(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject::getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject::processF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject::processF06Data(), pyNastran.op2.tables.oes_stressStrain.oesnlxr.OESNLXR::readOESNLXR_Data_format1_sort0(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject::updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject::writeElement(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject::writeElement(), pyNastran.op2.tables.oes_stressStrain.oes_nonlinear.NonlinearQuadObject::writeF06(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.MPCForcesObject::writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject::writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject::writeF06Transient(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.ComplexMPCForcesObject::writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_triax.TriaxStressObject::writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject::writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStressObject::writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject::writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject::writeF06Transient(), pyNastran.op2.tables.opg_appliedLoads.opg_loadVector.ThermalVector::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_rods.RodStrainObject::writeF06Transient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject::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.complex.oes_plates.ComplexPlateStrainObject::writeF06Transient(), and pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStrainObject::writeF06Transient().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables