pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran::bdf::cards::thermal::loads Namespace Reference

Classes

class  ThermalLoadDefault
class  ThermalLoad
class  QBDY1
 Defines a uniform heat flux into CHBDYj elements. More...
class  QBDY2
 Defines a uniform heat flux load for a boundary surface. More...
class  QBDY3
 Defines a uniform heat flux load for a boundary surface. More...
class  QHBDY
 Defines a uniform heat flux into a set of grid points. More...
class  TEMP
 Defines temperature at grid points for determination of thermal loading, temperature-dependent material properties, or stress recovery. More...
class  TEMPD
 Defines a temperature value for all grid points of the structural model that have not been given a temperature on a TEMP entry. More...

Functions

def __init__
def crossReference
def Eid
def nQFluxTerms
def rawFields
def reprFields

Variables

string type = 'QBDY2'
 sid
 Load set identification number.
 eid
 Identification number of an CHBDYj element.
 qFlux
 Heat flux at the i-th grid point on the referenced CHBDYj element.

Function Documentation

def pyNastran.bdf.cards.thermal.loads.__init__ (   self,
  card = None,
  data = None 
)

Definition at line 93 of file loads.py.

Referenced by reprFields().

Definition at line 109 of file loads.py.

References Eid().

Definition at line 112 of file loads.py.

References nQFluxTerms().

Referenced by crossReference().

Definition at line 117 of file loads.py.

References rawFields().

Referenced by Eid().

Definition at line 120 of file loads.py.

References reprFields().

Referenced by nQFluxTerms().

Definition at line 124 of file loads.py.

References __init__().

Referenced by rawFields().


Variable Documentation

Definition at line 92 of file loads.py.

Load set identification number.

(Integer > 0)

Definition at line 94 of file loads.py.

Identification number of an CHBDYj element.

(Integer > 0)

Definition at line 95 of file loads.py.

Heat flux at the i-th grid point on the referenced CHBDYj element.

(Real or blank)

Definition at line 96 of file loads.py.

 All Classes Namespaces Files Functions Variables