pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | readTable_Geom3 |
def | readTable_Geom3S |
def | readFORCE |
FORCE(4201,42,18) - the marker for Record 3. | |
def | readFORCE1 |
FORCE1(4001,40,20) - the marker for Record 4. | |
def | readFORCE2 |
FORCE2(4101,41,22) - the marker for Record 5. | |
def | readGRAV |
GRAV(4401,44,26) - the marker for Record 7. | |
def | readLOAD |
(4551, 61, 84) - the marker for Record 8 | |
def | readLOADCYH |
def | readLSEQ |
def | readMOMENT |
MOMENT(4801,48,19) - the marker for Record 13. | |
def | readMOMENT1 |
MOMENT1(4601,46,21) - the marker for Record 14. | |
def | readMOMENT2 |
MOMENT2(4701,47,23) - the marker for Record 15. | |
def | readPLOAD |
def | readPLOAD1 |
PLOAD2(6802,68,199) - the marker for Record 17. | |
def | readPLOAD2 |
PLOAD2(6802,68,199) - the marker for Record 18. | |
def | readPLOAD3 |
PLOAD3(7109,71,255) - the marker for Record 19. | |
def | readPLOAD4 |
PLOAD4(7209,72,299) - the marker for Record 20. | |
def | readPLOADX1 |
def | readQBDY1 |
QBDY1(4509,45,239) - the marker for Record 24. | |
def | readQBDY2 |
QBDY2(4909,49,240) - the marker for Record 25. | |
def | readQBDY3 |
QBDY3(2109,21,414) - the marker for Record 26. | |
def | readTEMP |
TEMP(5701,57,27) - the marker for Record 32. | |
def | readTEMPD |
TEMPD(5641,65,98) - the marker for Record 33. | |
def | readRFORCE |
def | readSLOAD |
def | readTEMPP1 |
def | readTEMPP2 |
def | readTEMPP3 |
def | readTEMPRB |
Public Attributes | |
iTableMap |
Definition at line 36 of file geom3.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.iTableMap, pyNastran.op2.tables.geom.dit.DIT.iTableMap, pyNastran.op2.tables.geom.geom1.Geometry1.iTableMap, pyNastran.op2.tables.geom.geom3.Geometry3.iTableMap, pyNastran.op2.tables.ept.EPT.iTableMap, pyNastran.op2.tables.geom.geom2.Geometry2.iTableMap, pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE(), pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE1(), pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE2(), pyNastran.op2.tables.geom.geom3.Geometry3.readGRAV(), pyNastran.op2.tables.geom.geom3.Geometry3.readLOAD(), pyNastran.op2.tables.geom.geom3.Geometry3.readLOADCYH(), pyNastran.op2.tables.geom.geom3.Geometry3.readLSEQ(), pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT(), pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT1(), pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT2(), pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD(), pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD3(), pyNastran.op2.tables.geom.geom3.Geometry3.readPLOADX1(), pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY1(), pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY2(), pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY3(), pyNastran.op2.tables.geom.geometryTables.GeometryTables.readRecordTable(), pyNastran.op2.tables.geom.geom3.Geometry3.readRFORCE(), pyNastran.op2.tables.geom.geom3.Geometry3.readSLOAD(), pyNastran.op2.tables.geom.geom3.Geometry3.readTEMP(), pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPD(), pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP1(), pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP2(), pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP3(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPRB().
Referenced by pyNastran.op2.op2.OP2.readTable(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3S().
Definition at line 70 of file geom3.py.
References pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
Referenced by pyNastran.op2.op2.OP2.readTable().
def pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE | ( | self, | |
data | |||
) |
FORCE(4201,42,18) - the marker for Record 3.
Definition at line 83 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE1().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3S().
def pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE1 | ( | self, | |
data | |||
) |
FORCE1(4001,40,20) - the marker for Record 4.
Definition at line 100 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE2().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE2 | ( | self, | |
data | |||
) |
FORCE2(4101,41,22) - the marker for Record 5.
Definition at line 118 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readGRAV().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE1(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readGRAV | ( | self, | |
data | |||
) |
GRAV(4401,44,26) - the marker for Record 7.
Definition at line 138 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readLOAD().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readFORCE2(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readLOAD | ( | self, | |
data | |||
) |
(4551, 61, 84) - the marker for Record 8
Definition at line 157 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readLOADCYH().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readGRAV(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readLOADCYH | ( | self, | |
data | |||
) |
Definition at line 184 of file geom3.py.
References pyNastran.op2.tables.geom.geom3.Geometry3.readLSEQ(), and pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readLOAD(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readLSEQ | ( | self, | |
data | |||
) |
Definition at line 190 of file geom3.py.
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readLOADCYH(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT | ( | self, | |
data | |||
) |
MOMENT(4801,48,19) - the marker for Record 13.
Definition at line 197 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT1().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readLOADCYH(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT1 | ( | self, | |
data | |||
) |
MOMENT1(4601,46,21) - the marker for Record 14.
Definition at line 216 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT2().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT2 | ( | self, | |
data | |||
) |
MOMENT2(4701,47,23) - the marker for Record 15.
Definition at line 234 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT1(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD | ( | self, | |
data | |||
) |
Definition at line 249 of file geom3.py.
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readMOMENT2(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD1 | ( | self, | |
data | |||
) |
PLOAD2(6802,68,199) - the marker for Record 17.
Definition at line 256 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD2().
def pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD2 | ( | self, | |
data | |||
) |
PLOAD2(6802,68,199) - the marker for Record 18.
Definition at line 275 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD3().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD1().
def pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD3 | ( | self, | |
data | |||
) |
PLOAD3(7109,71,255) - the marker for Record 19.
Definition at line 293 of file geom3.py.
References pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD4().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD2(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD4 | ( | self, | |
data | |||
) |
PLOAD4(7209,72,299) - the marker for Record 20.
Definition at line 311 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addLoad(), pyNastran.op2.tables.geom.geom3.Geometry3.readPLOADX1(), and pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY1().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readPLOADX1 | ( | self, | |
data | |||
) |
Definition at line 338 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addThermalLoad().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD4(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY1 | ( | self, | |
data | |||
) |
QBDY1(4509,45,239) - the marker for Record 24.
Definition at line 347 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addThermalLoad(), and pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY2().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readPLOAD4(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY2 | ( | self, | |
data | |||
) |
QBDY2(4909,49,240) - the marker for Record 25.
Definition at line 365 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addThermalLoad(), pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY3(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTEMP().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY1(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY3 | ( | self, | |
data | |||
) |
QBDY3(2109,21,414) - the marker for Record 26.
Definition at line 383 of file geom3.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addThermalLoad().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY2(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readTEMP | ( | self, | |
data | |||
) |
TEMP(5701,57,27) - the marker for Record 32.
Definition at line 402 of file geom3.py.
References pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPD().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readQBDY2(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPD | ( | self, | |
data | |||
) |
TEMPD(5641,65,98) - the marker for Record 33.
Definition at line 424 of file geom3.py.
References pyNastran.op2.tables.geom.geom3.Geometry3.readRFORCE(), pyNastran.op2.tables.geom.geom3.Geometry3.readSLOAD(), pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP1(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP2().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTEMP().
def pyNastran.op2.tables.geom.geom3.Geometry3.readRFORCE | ( | self, | |
data | |||
) |
Definition at line 442 of file geom3.py.
References pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP3().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPD().
def pyNastran.op2.tables.geom.geom3.Geometry3.readSLOAD | ( | self, | |
data | |||
) |
Definition at line 445 of file geom3.py.
References pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPRB().
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPD().
def pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP1 | ( | self, | |
data | |||
) |
Definition at line 454 of file geom3.py.
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPD().
def pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP2 | ( | self, | |
data | |||
) |
Definition at line 457 of file geom3.py.
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPD().
def pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPP3 | ( | self, | |
data | |||
) |
Definition at line 460 of file geom3.py.
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readRFORCE(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
def pyNastran.op2.tables.geom.geom3.Geometry3.readTEMPRB | ( | self, | |
data | |||
) |
Definition at line 463 of file geom3.py.
Referenced by pyNastran.op2.tables.geom.geom3.Geometry3.readSLOAD(), and pyNastran.op2.tables.geom.geom3.Geometry3.readTable_Geom3().
Reimplemented in pyNastran.op2.tables.geom.geometryTables.GeometryTables.
Definition at line 36 of file geom3.py.
Referenced by pyNastran.op2.tables.geom.geometryTables.GeometryTables::readGeomSubTable(), pyNastran.op2.tables.geom.geometryTables.GeometryTables::readRecordTable(), pyNastran.op2.tables.geom.geometryTables.GeometryTables::readTable_DUMMY_GEOM(), pyNastran.op2.tables.geom.geom3.Geometry3::readTable_Geom3(), and pyNastran.op2.tables.geom.geom4.Geometry4::readTable_Geom4().