pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines a temperature value for all grid points of the structural model that have not been given a temperature on a TEMP entry. More...
Public Member Functions | |
def | __init__ |
def | add |
def | crossReference |
def | reprFields |
Writes the TEMPD card. | |
Public Attributes | |
temperatures | |
dictionary of temperatures where the key is the set ID (SIDi) and the value is the temperature (Ti) | |
Static Public Attributes | |
string | type = 'TEMPD' |
Defines a temperature value for all grid points of the structural model that have not been given a temperature on a TEMP entry.
def pyNastran.bdf.cards.thermal.loads.TEMPD.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.thermal.loads.ThermalLoadDefault.
Definition at line 290 of file loads.py.
References pyNastran.bdf.cards.thermal.loads.TEMP.temperatures, and pyNastran.bdf.cards.thermal.loads.TEMPD.temperatures.
def pyNastran.bdf.cards.thermal.loads.TEMPD.add | ( | self, | |
tempdObj | |||
) |
def pyNastran.bdf.cards.thermal.loads.TEMPD.crossReference | ( | self, | |
model | |||
) |
Definition at line 311 of file loads.py.
Referenced by pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
string pyNastran::bdf::cards::thermal::loads.TEMPD::type = 'TEMPD' [static] |
Definition at line 289 of file loads.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().
dictionary of temperatures where the key is the set ID (SIDi) and the value is the temperature (Ti)
Definition at line 291 of file loads.py.
Referenced by pyNastran.bdf.cards.thermal.loads.TEMPD::__init__(), pyNastran.f06.tables.oug.OUG::getTemperatureVector(), pyNastran.f06.f06.F06::isMarker(), pyNastran.op2.op2.OP2::tableInit(), and pyNastran.f06.f06Writer.F06Writer::writeF06().