pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.op2.tables.mpt.MPT Class Reference
Inheritance diagram for pyNastran.op2.tables.mpt.MPT:
pyNastran.op2.tables.geom.geometryTables.GeometryTables pyNastran.op2.op2.OP2

List of all members.

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

Detailed Description

Definition at line 34 of file mpt.py.


Member Function Documentation

Definition at line 36 of file mpt.py.

Referenced by pyNastran.op2.op2.OP2.readTable().

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.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.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.

Todo:
buggy

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.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.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.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().


Member Data Documentation


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