pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines the radiation properties of a boundary element for heat transfer analysis. More...
Public Member Functions | |
def | __init__ |
def | reprFields |
Public Attributes | |
radmid | |
Material identification number. | |
absorb | |
emissivity | |
Static Public Attributes | |
string | type = 'RADM' |
Defines the radiation properties of a boundary element for heat transfer analysis.
Definition at line 476 of file thermal.py.
def pyNastran.bdf.cards.thermal.thermal.RADM.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.thermal.thermal.ThermalBC.
Definition at line 478 of file thermal.py.
References pyNastran.bdf.cards.thermal.thermal.RADM.emissivity.
Referenced by pyNastran.bdf.cards.thermal.thermal.RADM.reprFields().
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 492 of file thermal.py.
References pyNastran.bdf.cards.thermal.thermal.RADM.__init__(), pyNastran.bdf.cards.thermal.thermal.RADBC.famb, and pyNastran.bdf.cards.thermal.thermal.RADBC.nodamb.
string pyNastran::bdf::cards::thermal::thermal.RADM::type = 'RADM' [static] |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 477 of file thermal.py.
Referenced by pyNastran.bdf.cards.nodes.Node::__init__(), pyNastran.bdf.cards.sets.ABQSet1::__init__(), pyNastran.bdf.cards.baseCard.Property::__init__(), pyNastran.bdf.cards.baseCard.Element::__init__(), pyNastran.bdf.cards.sets.CSET1::__init__(), pyNastran.bdf.cards.dmig.NastranMatrix::__repr__(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Material identification number.
Definition at line 479 of file thermal.py.
Referenced by pyNastran.bdf.cards.thermal.thermal.CONV::reprFields().
Definition at line 479 of file thermal.py.
Referenced by pyNastran.bdf.cards.thermal.thermal.CONV.reprFields().
Definition at line 479 of file thermal.py.
Referenced by pyNastran.bdf.cards.thermal.thermal.RADM.__init__(), and pyNastran.bdf.cards.thermal.thermal.CONV.reprFields().