|
pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
| def | readTable_MPTS |
| def | addOp2Material |
| def | readCREEP |
| CREEP(1003,10,245) - record 1. | |
| def | readMAT1 |
| MAT1(103,1,77) - record 2. | |
| def | readMAT2 |
| MAT2(203,2,78) - record 3. | |
| def | readMAT3 |
| MAT3(1403,14,122) - record 4. | |
| def | readMAT4 |
| MAT4(2103,21,234) - record 5. | |
| def | readMAT5 |
| MAT5(2203,22,235) - record 6. | |
| def | readMAT8 |
| MAT8(2503,25,288) - record 7. | |
| def | readMAT9 |
| MAT9(2603,26,300) - record 9. | |
| def | readMAT10 |
| MAT10(2801,28,365) - record 9. | |
| def | readMATHP |
| MATHP(4506,45,374) - Record 11. | |
| def | readMATS1 |
| MATS1(503,5,90) - record 12. | |
| def | readMATT1 |
| def | readMATT2 |
| def | readMATT3 |
| def | readMATT4 |
| def | readMATT5 |
| def | readMATT9 |
| def | readRADM |
| RADM(8802,88,413) - record 25. | |
| def | readNLPARM |
| NLPARM(3003,30,286) - record 27. | |
| def | readNLPCI |
| def | readTSTEPNL |
| TSTEPNL(3103,31,337) - record 29. | |
Public Attributes | |
| tableName | |
| bigMaterials | |
| iTableMap | |
| def pyNastran.op2.tables.mpt.MPT.readTable_MPTS | ( | self | ) |
Definition at line 36 of file mpt.py.
Referenced by pyNastran.op2.op2.OP2.readTable().
| def pyNastran.op2.tables.mpt.MPT.addOp2Material | ( | self, | |
| mat | |||
| ) |
Definition at line 67 of file mpt.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addMaterial(), and pyNastran.op2.tables.mpt.MPT.readCREEP().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT1(), pyNastran.op2.tables.mpt.MPT.readMAT2(), pyNastran.op2.tables.mpt.MPT.readMAT3(), pyNastran.op2.tables.mpt.MPT.readMAT8(), pyNastran.op2.tables.mpt.MPT.readMAT9(), and pyNastran.op2.tables.mpt.MPT.readMATHP().
| def pyNastran.op2.tables.mpt.MPT.readCREEP | ( | self, | |
| data | |||
| ) |
CREEP(1003,10,245) - record 1.
Definition at line 74 of file mpt.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCreepMaterial(), and pyNastran.op2.tables.mpt.MPT.readMAT1().
Referenced by pyNastran.op2.tables.mpt.MPT.addOp2Material().
| def pyNastran.op2.tables.mpt.MPT.readMAT1 | ( | self, | |
| data | |||
| ) |
MAT1(103,1,77) - record 2.
Definition at line 89 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.addOp2Material(), and pyNastran.op2.tables.mpt.MPT.readMAT2().
Referenced by pyNastran.op2.tables.mpt.MPT.readCREEP().
| def pyNastran.op2.tables.mpt.MPT.readMAT2 | ( | self, | |
| data | |||
| ) |
MAT2(203,2,78) - record 3.
Definition at line 104 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.addOp2Material(), pyNastran.op2.tables.mpt.MPT.bigMaterials, and pyNastran.op2.tables.mpt.MPT.readMAT3().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT1().
| def pyNastran.op2.tables.mpt.MPT.readMAT3 | ( | self, | |
| data | |||
| ) |
MAT3(1403,14,122) - record 4.
Definition at line 125 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.addOp2Material(), and pyNastran.op2.tables.mpt.MPT.readMAT4().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT2().
| def pyNastran.op2.tables.mpt.MPT.readMAT4 | ( | self, | |
| data | |||
| ) |
MAT4(2103,21,234) - record 5.
Definition at line 140 of file mpt.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addThermalMaterial(), and pyNastran.op2.tables.mpt.MPT.readMAT5().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT3().
| def pyNastran.op2.tables.mpt.MPT.readMAT5 | ( | self, | |
| data | |||
| ) |
MAT5(2203,22,235) - record 6.
Definition at line 155 of file mpt.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addThermalMaterial(), and pyNastran.op2.tables.mpt.MPT.readMAT8().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT4().
| def pyNastran.op2.tables.mpt.MPT.readMAT8 | ( | self, | |
| data | |||
| ) |
MAT8(2503,25,288) - record 7.
Definition at line 170 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.addOp2Material(), and pyNastran.op2.tables.mpt.MPT.readMAT9().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT5().
| def pyNastran.op2.tables.mpt.MPT.readMAT9 | ( | self, | |
| data | |||
| ) |
MAT9(2603,26,300) - record 9.
Definition at line 186 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.addOp2Material(), and pyNastran.op2.tables.mpt.MPT.readMAT10().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT8().
| def pyNastran.op2.tables.mpt.MPT.readMAT10 | ( | self, | |
| data | |||
| ) |
MAT10(2801,28,365) - record 9.
Definition at line 207 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.readMATHP().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT9().
| def pyNastran.op2.tables.mpt.MPT.readMATHP | ( | self, | |
| data | |||
| ) |
MATHP(4506,45,374) - Record 11.
Definition at line 222 of file mpt.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addMaterialDependence(), pyNastran.op2.tables.mpt.MPT.addOp2Material(), and pyNastran.op2.tables.mpt.MPT.readMATS1().
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT10().
| def pyNastran.op2.tables.mpt.MPT.readMATS1 | ( | self, | |
| data | |||
| ) |
MATS1(503,5,90) - record 12.
Definition at line 250 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.readMATT1(), pyNastran.op2.tables.mpt.MPT.readMATT2(), pyNastran.op2.tables.mpt.MPT.readMATT3(), and pyNastran.op2.tables.mpt.MPT.readMATT4().
Referenced by pyNastran.op2.tables.mpt.MPT.readMATHP().
| def pyNastran.op2.tables.mpt.MPT.readMATT1 | ( | self, | |
| data | |||
| ) |
Definition at line 262 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.readMATT5().
Referenced by pyNastran.op2.tables.mpt.MPT.readMATS1().
| def pyNastran.op2.tables.mpt.MPT.readMATT2 | ( | self, | |
| data | |||
| ) |
Definition at line 265 of file mpt.py.
Referenced by pyNastran.op2.tables.mpt.MPT.readMATS1().
| def pyNastran.op2.tables.mpt.MPT.readMATT3 | ( | self, | |
| data | |||
| ) |
Definition at line 268 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.readMATT9().
Referenced by pyNastran.op2.tables.mpt.MPT.readMATS1().
| def pyNastran.op2.tables.mpt.MPT.readMATT4 | ( | self, | |
| data | |||
| ) |
Definition at line 271 of file mpt.py.
Referenced by pyNastran.op2.tables.mpt.MPT.readMATS1().
| def pyNastran.op2.tables.mpt.MPT.readMATT5 | ( | self, | |
| data | |||
| ) |
Definition at line 274 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.readRADM().
Referenced by pyNastran.op2.tables.mpt.MPT.readMATT1().
| def pyNastran.op2.tables.mpt.MPT.readMATT9 | ( | self, | |
| data | |||
| ) |
Definition at line 279 of file mpt.py.
Referenced by pyNastran.op2.tables.mpt.MPT.readMATT3().
| def pyNastran.op2.tables.mpt.MPT.readRADM | ( | self, | |
| data | |||
| ) |
RADM(8802,88,413) - record 25.
Definition at line 293 of file mpt.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addNLParm(), pyNastran.op2.tables.mpt.MPT.readNLPARM(), and pyNastran.op2.tables.mpt.MPT.readNLPCI().
Referenced by pyNastran.op2.tables.mpt.MPT.readMATT5().
| def pyNastran.op2.tables.mpt.MPT.readNLPARM | ( | self, | |
| data | |||
| ) |
NLPARM(3003,30,286) - record 27.
Definition at line 326 of file mpt.py.
References pyNastran.op2.tables.mpt.MPT.readTSTEPNL().
Referenced by pyNastran.op2.tables.mpt.MPT.readRADM().
| def pyNastran.op2.tables.mpt.MPT.readNLPCI | ( | self, | |
| data | |||
| ) |
Definition at line 338 of file mpt.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addTSTEPNL().
Referenced by pyNastran.op2.tables.mpt.MPT.readRADM().
| def pyNastran.op2.tables.mpt.MPT.readTSTEPNL | ( | self, | |
| data | |||
| ) |
TSTEPNL(3103,31,337) - record 29.
Definition at line 345 of file mpt.py.
Referenced by pyNastran.op2.tables.mpt.MPT.readNLPARM().
Reimplemented in pyNastran.op2.op2.OP2.
Definition at line 36 of file mpt.py.
Referenced by pyNastran.op2.tables.oug.oug.OUG::getOUG_FormatStart(), pyNastran.op2.tables.oef_forces.oef.OEF::OEF_ForceCode(), pyNastran.op2.op2Codes.Op2Codes::printTableCode(), pyNastran.op2.tables.geom.geometryTables.GeometryTables::readGeomSubTable(), pyNastran.op2.tables.geom.geometryTables.GeometryTables::readTable_PCOMPTS(), pyNastran.op2.resultObjects.op2_Objects.scalarObject::setDataMembers(), and pyNastran.op2.tables.oes_stressStrain.real.elementsStressStrain.RealElementsStressStrain::skipOES_Element().
Definition at line 36 of file mpt.py.
Referenced by pyNastran.op2.tables.mpt.MPT.readMAT2().
Reimplemented in pyNastran.op2.tables.geom.geometryTables.GeometryTables.