pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.sets.BSET Class Reference

Defines analysis set (a-set) degrees-of-freedom to be fixed (b-set) during generalized dynamic reduction or component mode synthesis calculations. More...

Inheritance diagram for pyNastran.bdf.cards.sets.BSET:
pyNastran.bdf.cards.sets.ABCQSet pyNastran.bdf.cards.sets.Set pyNastran.bdf.cards.baseCard.BaseCard pyNastran.bdf.bdfInterface.BDF_Card.BDFCard

List of all members.

Public Member Functions

def __init__

Static Public Attributes

string type = 'BSET'

Detailed Description

Defines analysis set (a-set) degrees-of-freedom to be fixed (b-set) during generalized dynamic reduction or component mode synthesis calculations.

ASET ID1 C1 ID2 C2 ID3 C3 ID4 C4 ASET 16 2 23 3516 1 4

Definition at line 122 of file sets.py.


Constructor & Destructor Documentation

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

Reimplemented from pyNastran.bdf.cards.sets.ABCQSet.

Definition at line 124 of file sets.py.


Member Data Documentation


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