pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | crossReference |
def | isSameCard |
Definition at line 32 of file thermal.py.
def pyNastran.bdf.cards.thermal.thermal.ThermalCard.__init__ | ( | self, | |
card, | |||
data | |||
) |
Reimplemented in pyNastran.bdf.cards.thermal.thermal.RADBC, pyNastran.bdf.cards.thermal.thermal.RADM, pyNastran.bdf.cards.thermal.thermal.CONV, pyNastran.bdf.cards.thermal.thermal.PHBDY, pyNastran.bdf.cards.thermal.thermal.PCONVM, pyNastran.bdf.cards.thermal.thermal.PCONV, pyNastran.bdf.cards.thermal.thermal.CHBDYP, pyNastran.bdf.cards.thermal.thermal.CHBDYG, pyNastran.bdf.cards.thermal.thermal.CHBDYE, pyNastran.bdf.cards.thermal.thermal.ThermalProperty, pyNastran.bdf.cards.thermal.thermal.ThermalElement, and pyNastran.bdf.cards.thermal.thermal.ThermalBC.
Definition at line 33 of file thermal.py.
def pyNastran.bdf.cards.thermal.thermal.ThermalCard.crossReference | ( | self, | |
model | |||
) |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Reimplemented in pyNastran.bdf.cards.thermal.thermal.RADBC, pyNastran.bdf.cards.thermal.thermal.CONV, pyNastran.bdf.cards.thermal.thermal.CHBDYP, and pyNastran.bdf.cards.thermal.thermal.CHBDYG.
Definition at line 35 of file thermal.py.
Referenced by pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
def pyNastran.bdf.cards.thermal.thermal.ThermalCard.isSameCard | ( | self, | |
obj, | |||
debug = False |
|||
) |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 39 of file thermal.py.