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

Classes

class  Set
 Generic Class all SETx cards inherit from. More...
class  SetSuper
 Generic Class all Superelement SETx cards inherit from. More...
class  ABCQSet
 Generic Class ASET, BSET, CSET, QSET cards inherit from. More...
class  ASET
 Defines degrees-of-freedom in the analysis set (a-set). More...
class  BSET
 Defines analysis set (a-set) degrees-of-freedom to be fixed (b-set) during generalized dynamic reduction or component mode synthesis calculations. More...
class  CSET
 Defines analysis set (a-set) degrees-of-freedom to be fixed (b-set) during generalized dynamic reduction or component mode synthesis calculations. More...
class  QSET
 Defines generalized degrees-of-freedom (q-set) to be used for dynamic reduction or component mode synthesis. More...
class  ABQSet1
 Generic Class ASET1, BSET1, QSET1 cards inherit from. More...
class  ASET1
 Defines degrees-of-freedom in the analysis set (a-set) ASET1 C ID1 ID2 ID3 ID4 ID5 ID6 ID7 ID8 ID9 ASET1 C ID1 'THRU' ID2. More...
class  BSET1
class  CSET1
 Defines analysis set (a-set) degrees-of-freedom to be fixed (b-set) during generalized dynamic reduction or component mode synthesis calculations. More...
class  QSET1
 Defines generalized degrees-of-freedom (q-set) to be used for dynamic reduction or component mode synthesis. More...
class  SET1
 Defines a list of structural grid points or element identification numbers. More...
class  SET3
 Defines a list of grids, elements or points. More...
class  SESET
 Defines interior grid points for a superelement. More...
class  SEQSEP
 Used with the CSUPER entry to define the correspondence of the exterior grid points between an identical or mirror-image superelement and its primary superelement. More...
class  RADSET
 Specifies which radiation cavities are to be included for radiation enclosure analysis. More...

Functions

def __init__
def rawFields
 gets the "raw" card without any processing as a list for printing
def addRadsetObject

Variables

string type = 'SEQSEP'
 ssid
 Identification number for secondary superelement.
 psid
 Identification number for the primary superelement.
 IDs
 Exterior grid point identification numbers for the primary superelement.
 seid

Function Documentation

def pyNastran::bdf::cards::sets::__init__ (   self,
  card = None,
  data = None 
)

Definition at line 369 of file sets.py.

gets the "raw" card without any processing as a list for printing

Definition at line 385 of file sets.py.

References addRadsetObject().

def pyNastran.bdf.cards.sets.addRadsetObject (   self,
  radset 
)

Definition at line 409 of file sets.py.

Referenced by rawFields().


Variable Documentation

Definition at line 368 of file sets.py.

Identification number for secondary superelement.

(Integer >= 0).

Definition at line 370 of file sets.py.

Identification number for the primary superelement.

(Integer >= 0).

Definition at line 371 of file sets.py.

Exterior grid point identification numbers for the primary superelement.

Grid or scalar point identification number.

(Integer > 0)

(0 < Integer < 1000000; G1 < G2)

Definition at line 373 of file sets.py.

Definition at line 398 of file sets.py.

 All Classes Namespaces Files Functions Variables