pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.thermal.loads.TEMPD Class Reference

Defines a temperature value for all grid points of the structural model that have not been given a temperature on a TEMP entry. More...

Inheritance diagram for pyNastran.bdf.cards.thermal.loads.TEMPD:
pyNastran.bdf.cards.thermal.loads.ThermalLoadDefault

List of all members.

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'

Detailed Description

Defines a temperature value for all grid points of the structural model that have not been given a temperature on a TEMP entry.

Definition at line 288 of file loads.py.


Constructor & Destructor Documentation


Member Function Documentation

def pyNastran.bdf.cards.thermal.loads.TEMPD.add (   self,
  tempdObj 
)

Definition at line 306 of file loads.py.

Writes the TEMPD card.

Definition at line 316 of file loads.py.


Member Data Documentation


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