pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
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 |
def pyNastran::bdf::cards::sets::__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
def pyNastran::bdf::cards::sets::rawFields | ( | self | ) |
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().
string pyNastran::bdf::cards::sets::type = 'SEQSEP' |