pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | isImaginary |
def | writeMatlabArgs |
def | applyDataCode |
def | getUnsteadyValue |
def | getVar |
def | setVar |
def | startDataMember |
def | appendDataMember |
this appends a data member to a variable that may or may not exist | |
def | setDataMembers |
def | updateDataCode |
def | printDataMembers |
Prints out the "unique" vals of the case. | |
def | recastGridType |
converts a gridType integer to a string | |
def | updateDt |
this method is called if the object already exits and a new time step is found | |
Public Attributes | |
iSubcase | |
isTransient | |
dt | |
dataCode | |
log |
Definition at line 132 of file op2_Objects.py.
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.__init__ | ( | self, | |
dataCode, | |||
iSubcase | |||
) |
Reimplemented in pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject, and pyNastran.op2.tables.oes_stressStrain.real.oes_objects.OES_Object.
Definition at line 133 of file op2_Objects.py.
Reimplemented in pyNastran.op2.resultObjects.tableObject.ComplexTableObject.
Definition at line 143 of file op2_Objects.py.
References pyNastran.op2.op2.OP2.sortBits.
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.writeMatlabArgs | ( | self, | |
name, | |||
iSubcase, | |||
f | |||
) |
Definition at line 146 of file op2_Objects.py.
Referenced by pyNastran.op2.resultObjects.tableObject.ComplexTableObject.addSort2().
Definition at line 164 of file op2_Objects.py.
Referenced by pyNastran.op2.resultObjects.tableObject.ComplexTableObject.addF06Data(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.recastGridType(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDataCode(), pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject.updateDt(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject.updateDt(), and pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject.updateDt().
Definition at line 173 of file op2_Objects.py.
References pyNastran.op2.resultObjects.op2_Objects.scalarObject.dataCode, pyNastran.op2.op2.OP2.dataCode, and pyNastran.op2.resultObjects.op2_Objects.scalarObject.getVar().
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.getVar | ( | self, | |
name | |||
) |
Definition at line 177 of file op2_Objects.py.
Referenced by pyNastran.op2.resultObjects.op2_Objects.scalarObject.appendDataMember(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.getUnsteadyValue().
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.setVar | ( | self, | |
name, | |||
value | |||
) |
Definition at line 180 of file op2_Objects.py.
Referenced by pyNastran.op2.resultObjects.op2_Objects.scalarObject.startDataMember().
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.startDataMember | ( | self, | |
varName, | |||
valueName | |||
) |
Definition at line 183 of file op2_Objects.py.
References pyNastran.op2.resultObjects.op2_Objects.scalarObject.appendDataMember(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.setVar().
Referenced by pyNastran.op2.resultObjects.op2_Objects.scalarObject.appendDataMember().
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.appendDataMember | ( | self, | |
varName, | |||
valueName | |||
) |
this appends a data member to a variable that may or may not exist
Definition at line 193 of file op2_Objects.py.
References pyNastran.op2.resultObjects.op2_Objects.scalarObject.getVar(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.setDataMembers(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.startDataMember().
Referenced by pyNastran.op2.resultObjects.op2_Objects.scalarObject.setDataMembers(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.startDataMember().
Definition at line 211 of file op2_Objects.py.
References pyNastran.op2.resultObjects.op2_Objects.scalarObject.appendDataMember(), pyNastran.op2.op2Codes.Op2Codes.codeInformation(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.dataCode, pyNastran.op2.op2.OP2.dataCode, pyNastran.op2.tables.mpt.MPT.tableName, pyNastran.op2.tables.ept.EPT.tableName, pyNastran.op2.tables.destab.DESTAB.tableName, pyNastran.op2.tables.oug.oug.OUG.tableName, pyNastran.op2.op2.OP2.tableName, pyNastran.op2.resultObjects.tableObject.ComplexTableObject.tableName, and pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDataCode().
Referenced by pyNastran.op2.resultObjects.op2_Objects.scalarObject.appendDataMember(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDataCode().
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDataCode | ( | self, | |
dataCode | |||
) |
Definition at line 221 of file op2_Objects.py.
References pyNastran.op2.resultObjects.op2_Objects.scalarObject.applyDataCode(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.dataCode, pyNastran.op2.op2.OP2.dataCode, pyNastran.op2.resultObjects.op2_Objects.scalarObject.printDataMembers(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.setDataMembers().
Referenced by pyNastran.op2.resultObjects.op2_Objects.scalarObject.setDataMembers().
Prints out the "unique" vals of the case.
Uses a provided list of dataCode['dataNames'] to set the values for each subcase. Then populates a list of self.name+'s' (by using setattr) with the current value. For example, if the variable name is 'mode', we make self.modes. Then to extract the values, we build a list of of the variables that were set like this and then loop over then to print their values.
This way there is no dependency on one result type having ['mode'] and another result type having ['mode','eigr','eigi'].
Definition at line 239 of file op2_Objects.py.
References pyNastran.op2.resultObjects.op2_Objects.scalarObject.dataCode, pyNastran.op2.op2.OP2.dataCode, and pyNastran.op2.resultObjects.op2_Objects.scalarObject.recastGridType().
Referenced by pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDataCode().
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.recastGridType | ( | self, | |
gridType | |||
) |
converts a gridType integer to a string
Definition at line 261 of file op2_Objects.py.
References pyNastran.op2.resultObjects.op2_Objects.scalarObject.applyDataCode(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.dataCode, pyNastran.op2.op2.OP2.dataCode, and pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDt().
Referenced by pyNastran.op2.resultObjects.tableObject.ComplexTableObject.add(), pyNastran.op2.resultObjects.tableObject.ComplexTableObject.addSort1(), pyNastran.op2.resultObjects.tableObject.ComplexTableObject.addSort2(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.printDataMembers().
def pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDt | ( | self, | |
dataCode, | |||
dt | |||
) |
this method is called if the object already exits and a new time step is found
Reimplemented in pyNastran.op2.resultObjects.tableObject.ComplexTableObject, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject, and pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject.
Definition at line 280 of file op2_Objects.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.oes_nonlinear.HyperelasticQuadObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStrainObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.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.dt, pyNastran.bdf.cards.dynamic.TSTEPNL.dt, and pyNastran.bdf.cards.dynamic.NLPARM.dt.
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(), pyNastran.op2.resultObjects.tableObject.ComplexTableObject.addF06Data(), and pyNastran.op2.resultObjects.op2_Objects.scalarObject.recastGridType().
Definition at line 133 of file op2_Objects.py.
Referenced by pyNastran.op2.tables.oes_stressStrain.real.oes_objects.OES_Object::__init__(), pyNastran.op2.resultObjects.tableObject.ComplexTableObject::addF06Data(), pyNastran.op2.tables.oes_stressStrain.oes.OES::readOES_Data(), pyNastran.op2.tables.lama_eigenvalues.lama.LAMA::readTable_LAMA_4(), pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject::updateDt(), and pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject::updateDt().
Definition at line 133 of file op2_Objects.py.
Referenced by pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStrainObject.addNewEidSort1(), and pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStrainObject.writeF06Transient().
Reimplemented in pyNastran.op2.resultObjects.tableObject.ComplexTableObject, pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject, pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject, and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.
Definition at line 133 of file op2_Objects.py.
Referenced by pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.SPCForcesObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStressObject.__repr__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.MPCForcesObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStressObject.__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.oes_stressStrain.real.oes_shear.ShearStressObject.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_spcForces.ComplexSPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oqg_constraintForces.oqg_mpcForces.ComplexMPCForcesObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStrainObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.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.resultObjects.tableObject.ComplexTableObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_springs.CelasStrainObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.complex.oes_springs.ComplexCelasStrainObject.addNewEidSort1(), 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_beams.BeamStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.complex.oes_plates.ComplexPlateStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_plates.PlateStressObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_shear.ShearStrainObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_beams.BeamStrainObject.getTransients(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.getTransients(), pyNastran.bdf.cards.dynamic.TSTEP.reprFields(), pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject.updateDt(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject.updateDt(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.writeF06Transient(), and pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.writeF06Transient().
Reimplemented in pyNastran.op2.resultObjects.tableObject.ComplexTableObject, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject, pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject, and pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject.
Definition at line 133 of file op2_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.oee_energy.oee_objects.StrainEnergyObject.__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.resultObjects.tableObject.ComplexTableObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStressObject.addNewEid(), pyNastran.op2.resultObjects.tableObject.ComplexTableObject.addSort2(), 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.resultObjects.op2_Objects.scalarObject.getUnsteadyValue(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.printDataMembers(), 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.resultObjects.op2_Objects.scalarObject.recastGridType(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.setDataMembers(), pyNastran.op2.resultObjects.op2_Objects.scalarObject.updateDataCode(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.stressObject.updateDt(), pyNastran.op2.tables.oes_stressStrain.real.oes_objects.strainObject.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.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.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().
Definition at line 164 of file op2_Objects.py.
Referenced by pyNastran.f06.tables.oes.OES::getBarHeader(), pyNastran.f06.tables.oug.OUG::getComplexDisplacement(), pyNastran.f06.tables.oug.OUG::getDisplacement(), pyNastran.f06.tables.oqg.OQG::getMpcForces(), pyNastran.f06.tables.oes.OES::getQuadCompositeStress(), pyNastran.f06.tables.oes.OES::getQuadHeader(), pyNastran.f06.tables.oes.OES::getRodHeader(), pyNastran.f06.tables.oqg.OQG::getSpcForces(), pyNastran.f06.tables.oug.OUG::getTemperatureVector(), pyNastran.f06.tables.oes.OES::getTriHeader(), pyNastran.bdf.bdf_Methods.BDFMethods::MassProperties(), pyNastran.bdf.bdfInterface.bdf_cardMethods.CardMethods::processCard(), and pyNastran.f06.tables.oes.OES::readSolidStrain().