pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | fluxObject |
Functions | |
def | __init__ |
def | deleteTransient |
def | getTransients |
def | add |
def | writeOp2 |
creates the binary data for writing the table | |
def | __repr__ |
Variables | |
dt | |
fluxes | |
isTransient |
def pyNastran.op2.tables.oug.oug_Objects.__init__ | ( | self, | |
dataCode, | |||
iSubcase, | |||
dt = None |
|||
) |
Definition at line 33 of file oug_Objects.py.
def pyNastran.op2.tables.oug.oug_Objects.deleteTransient | ( | self, | |
dt | |||
) |
Definition at line 43 of file oug_Objects.py.
Definition at line 46 of file oug_Objects.py.
def pyNastran.op2.tables.oug.oug_Objects.add | ( | self, | |
nodeID, | |||
gridType, | |||
v1, | |||
v2, | |||
v3, | |||
v4 = None , |
|||
v5 = None , |
|||
v6 = None |
|||
) |
Definition at line 51 of file oug_Objects.py.
References writeOp2().
def pyNastran.op2.tables.oug.oug_Objects.writeOp2 | ( | self, | |
block3, | |||
deviceCode = 1 |
|||
) |
creates the binary data for writing the table
Definition at line 61 of file oug_Objects.py.
References __repr__().
Referenced by add(), and pyNastran.op2.writer.ougWriter.Ougv1Writer.writeOUG_displacements().
def pyNastran.op2.tables.oug.oug_Objects.__repr__ | ( | self | ) |
Definition at line 69 of file oug_Objects.py.
Referenced by writeOp2().
Definition at line 33 of file oug_Objects.py.
Definition at line 33 of file oug_Objects.py.
Definition at line 33 of file oug_Objects.py.