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

List of all members.

Public Member Functions

def readTable_EPT
def addOp2Property
def readNSM
 NSM(3201,32,55) - the marker for Record 2.
def readPBAR
 PBAR(52,20,181) - the marker for Record 11.
def readPBARL
 PBARL(9102,91,52) - the marker for Record 12.
def readPBEAM
 PBEAM(5402,54,262) - the marker for Record 14.
def readPBEND
def readPBUSH
def readPBUSH1D
def readPBUSHT
def readPCOMP
 PCOMP(2706,27,287) - the marker for Record 22.
def readPDAMP
def readPELAS
 PELAS(302,3,46) - the marker for Record 39.
def readPGAP
 PGAP(3201,32,55) - the marker for Record 42.
def readPMASS
 PMASS(402,4,44) - the marker for Record 48.
def readPROD
 PROD(902,9,29) - the marker for Record 49.
def readPSHEAR
 PSHEAR(1002,10,42) - the marker for Record 50.
def readPSHELL
 PSHELL(2302,23,283) - the marker for Record 51.
def readPSOLID
 PSOLID(2402,24,281) - the marker for Record 52.
def readPTUBE
 PTUBE(1602,16,30) - the marker for Record 56.
def readPVISC
 PVISC(1802,18,31) - the marker for Record 39.

Public Attributes

 tableName
 bigProperties
 iTableMap

Detailed Description

Definition at line 37 of file ept.py.


Member Function Documentation

Definition at line 39 of file ept.py.

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

def pyNastran.op2.tables.ept.EPT.readNSM (   self,
  data 
)

NSM(3201,32,55) - the marker for Record 2.

Todo:
this isnt a property...

Definition at line 82 of file ept.py.

References pyNastran.op2.tables.ept.EPT.readPBAR().

Referenced by pyNastran.op2.tables.ept.EPT.addOp2Property().

def pyNastran.op2.tables.ept.EPT.readPBAR (   self,
  data 
)

PBAR(52,20,181) - the marker for Record 11.

Warning:
this makes a funny property...

Definition at line 110 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPBARL().

Referenced by pyNastran.op2.tables.ept.EPT.readNSM().

def pyNastran.op2.tables.ept.EPT.readPBARL (   self,
  data 
)

PBARL(9102,91,52) - the marker for Record 12.

Definition at line 128 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPBEAM().

Referenced by pyNastran.op2.tables.ept.EPT.readPBAR().

def pyNastran.op2.tables.ept.EPT.readPBEAM (   self,
  data 
)

PBEAM(5402,54,262) - the marker for Record 14.

Todo:
add object

Definition at line 182 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPBEND().

Referenced by pyNastran.op2.tables.ept.EPT.readPBARL().

def pyNastran.op2.tables.ept.EPT.readPBUSH (   self,
  data 
)

Definition at line 218 of file ept.py.

References pyNastran.op2.tables.ept.EPT.readPBUSHT().

Referenced by pyNastran.op2.tables.ept.EPT.readPBEND().

def pyNastran.op2.tables.ept.EPT.readPBUSH1D (   self,
  data 
)

Definition at line 221 of file ept.py.

References pyNastran.op2.tables.ept.EPT.readPCOMP().

Referenced by pyNastran.op2.tables.ept.EPT.readPBEND().

def pyNastran.op2.tables.ept.EPT.readPBUSHT (   self,
  data 
)

Definition at line 224 of file ept.py.

Referenced by pyNastran.op2.tables.ept.EPT.readPBUSH().

def pyNastran.op2.tables.ept.EPT.readPCOMP (   self,
  data 
)

PCOMP(2706,27,287) - the marker for Record 22.

Definition at line 231 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPDAMP().

Referenced by pyNastran.op2.tables.ept.EPT.readPBUSH1D().

def pyNastran.op2.tables.ept.EPT.readPDAMP (   self,
  data 
)

Definition at line 273 of file ept.py.

References pyNastran.op2.tables.ept.EPT.readPELAS().

Referenced by pyNastran.op2.tables.ept.EPT.readPCOMP().

def pyNastran.op2.tables.ept.EPT.readPELAS (   self,
  data 
)

PELAS(302,3,46) - the marker for Record 39.

Definition at line 290 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPGAP().

Referenced by pyNastran.op2.tables.ept.EPT.readPDAMP().

def pyNastran.op2.tables.ept.EPT.readPGAP (   self,
  data 
)

PGAP(3201,32,55) - the marker for Record 42.

Definition at line 308 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPMASS().

Referenced by pyNastran.op2.tables.ept.EPT.readPELAS().

def pyNastran.op2.tables.ept.EPT.readPMASS (   self,
  data 
)

PMASS(402,4,44) - the marker for Record 48.

Definition at line 329 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPROD().

Referenced by pyNastran.op2.tables.ept.EPT.readPGAP().

def pyNastran.op2.tables.ept.EPT.readPROD (   self,
  data 
)

PROD(902,9,29) - the marker for Record 49.

Definition at line 346 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPSHEAR().

Referenced by pyNastran.op2.tables.ept.EPT.readPMASS().

def pyNastran.op2.tables.ept.EPT.readPSHEAR (   self,
  data 
)

PSHEAR(1002,10,42) - the marker for Record 50.

Definition at line 361 of file ept.py.

References pyNastran.op2.tables.ept.EPT.readPSHELL().

Referenced by pyNastran.op2.tables.ept.EPT.readPROD().

def pyNastran.op2.tables.ept.EPT.readPSOLID (   self,
  data 
)

PSOLID(2402,24,281) - the marker for Record 52.

Definition at line 397 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPTUBE().

Referenced by pyNastran.op2.tables.ept.EPT.readPSHELL().

def pyNastran.op2.tables.ept.EPT.readPTUBE (   self,
  data 
)

PTUBE(1602,16,30) - the marker for Record 56.

Todo:
OD2 only exists for heat transfer...how do i know if there's heat transfer at this point...
Todo:
I could store all the tubes and add them later, but what about themal/non-thermal subcases
Warning:
assuming OD2 is not written (only done for thermal)

Definition at line 419 of file ept.py.

References pyNastran.op2.tables.ept.EPT.addOp2Property(), and pyNastran.op2.tables.ept.EPT.readPVISC().

Referenced by pyNastran.op2.tables.ept.EPT.readPSOLID().

def pyNastran.op2.tables.ept.EPT.readPVISC (   self,
  data 
)

PVISC(1802,18,31) - the marker for Record 39.

Definition at line 435 of file ept.py.

Referenced by pyNastran.op2.tables.ept.EPT.readPTUBE().


Member Data Documentation


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