pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Go to the source code of this file.
Classes | |
class | pyNastran.bdf.cards.sets.Set |
Generic Class all SETx cards inherit from. More... | |
class | pyNastran.bdf.cards.sets.SetSuper |
Generic Class all Superelement SETx cards inherit from. More... | |
class | pyNastran.bdf.cards.sets.ABCQSet |
Generic Class ASET, BSET, CSET, QSET cards inherit from. More... | |
class | pyNastran.bdf.cards.sets.ASET |
Defines degrees-of-freedom in the analysis set (a-set). More... | |
class | pyNastran.bdf.cards.sets.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 | pyNastran.bdf.cards.sets.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 | pyNastran.bdf.cards.sets.QSET |
Defines generalized degrees-of-freedom (q-set) to be used for dynamic reduction or component mode synthesis. More... | |
class | pyNastran.bdf.cards.sets.ABQSet1 |
Generic Class ASET1, BSET1, QSET1 cards inherit from. More... | |
class | pyNastran.bdf.cards.sets.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 | pyNastran.bdf.cards.sets.BSET1 |
class | pyNastran.bdf.cards.sets.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 | pyNastran.bdf.cards.sets.QSET1 |
Defines generalized degrees-of-freedom (q-set) to be used for dynamic reduction or component mode synthesis. More... | |
class | pyNastran.bdf.cards.sets.SET1 |
Defines a list of structural grid points or element identification numbers. More... | |
class | pyNastran.bdf.cards.sets.SET3 |
Defines a list of grids, elements or points. More... | |
class | pyNastran.bdf.cards.sets.SESET |
Defines interior grid points for a superelement. More... | |
class | pyNastran.bdf.cards.sets.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 | pyNastran.bdf.cards.sets.RADSET |
Specifies which radiation cavities are to be included for radiation enclosure analysis. More... | |
Packages | |
namespace | pyNastran::bdf::cards::sets |
Functions | |
def | pyNastran::bdf::cards::sets.__init__ |
def | pyNastran::bdf::cards::sets.rawFields |
gets the "raw" card without any processing as a list for printing | |
def | pyNastran::bdf::cards::sets.addRadsetObject |
Variables | |
string | pyNastran::bdf::cards::sets.type = 'SEQSEP' |
pyNastran::bdf::cards::sets::ssid | |
Identification number for secondary superelement. | |
pyNastran::bdf::cards::sets.psid | |
Identification number for the primary superelement. | |
pyNastran::bdf::cards::sets.IDs | |
Exterior grid point identification numbers for the primary superelement. | |
pyNastran::bdf::cards::sets::seid |