pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines interior grid points for a superelement. More...
Public Member Functions | |
def | __init__ |
def | rawFields |
Public Attributes | |
seid | |
Superelement identification number. | |
IDs | |
Grid or scalar point identification number. | |
Static Public Attributes | |
string | type = 'SESET' |
def pyNastran.bdf.cards.sets.SESET.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.sets.SetSuper.
def pyNastran.bdf.cards.sets.SESET.rawFields | ( | self | ) |
Definition at line 357 of file sets.py.
References pyNastran.bdf.cards.sets.Set.cleanIDs(), pyNastran.bdf.cards.aero.AELIST.cleanIDs(), pyNastran::bdf::cards::baseCard.expandThru(), pyNastran.bdf.cards.sets.Set.IDs, pyNastran.bdf.cards.sets.SetSuper.IDs, pyNastran.bdf.cards.sets.ABCQSet.IDs, pyNastran.bdf.cards.sets.ABQSet1.IDs, pyNastran.bdf.cards.sets.CSET1.IDs, pyNastran.bdf.cards.sets.SET1.IDs, pyNastran.bdf.cards.sets.SET3.IDs, pyNastran.bdf.cards.constraints.SUPORT1.IDs, pyNastran.bdf.cards.constraints.SUPORT.IDs, pyNastran.bdf.cards.sets.SESET.IDs, and pyNastran.bdf.cards.sets.Set.SetIDs().
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), pyNastran.bdf.cards.tables.TABLED1.reprFields(), pyNastran.bdf.cards.tables.TABLED2.reprFields(), pyNastran.bdf.cards.tables.TABLED3.reprFields(), pyNastran.bdf.cards.tables.TABLEM2.reprFields(), pyNastran.bdf.cards.tables.TABLEM3.reprFields(), pyNastran.bdf.cards.tables.TABLEM4.reprFields(), pyNastran.bdf.cards.tables.TABLES1.reprFields(), pyNastran.bdf.cards.tables.TABLEST.reprFields(), pyNastran.bdf.cards.tables.TABRNDG.reprFields(), pyNastran.bdf.cards.sets.Set.SetIDs(), and pyNastran.bdf.cards.coordinateSystems.Coord.T().
string pyNastran::bdf::cards::sets.SESET::type = 'SESET' [static] |
Reimplemented from pyNastran.bdf.cards.sets.Set.
Definition at line 345 of file sets.py.
Referenced by pyNastran.bdf.cards.nodes.Node::__init__(), pyNastran.bdf.cards.sets.ABQSet1::__init__(), pyNastran.bdf.cards.baseCard.Property::__init__(), pyNastran.bdf.cards.baseCard.Element::__init__(), pyNastran.bdf.cards.sets.CSET1::__init__(), pyNastran.bdf.cards.dmig.NastranMatrix::__repr__(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Superelement identification number.
Must be a primary superelement. (Integer >= 0)
Reimplemented from pyNastran.bdf.cards.sets.SetSuper.
Definition at line 346 of file sets.py.
Referenced by pyNastran.bdf.cards.sets.SET3::__repr__(), pyNastran.bdf.cards.nodes.Node::Cp(), pyNastran.bdf.cards.sets.SET3::IsElement(), and pyNastran.bdf.cards.nodes.Node::Seid().
Grid or scalar point identification number.
(0 < Integer < 1000000; G1 < G2)
Reimplemented from pyNastran.bdf.cards.sets.SetSuper.
Definition at line 348 of file sets.py.
Referenced by pyNastran.bdf.cards.sets.QSET.__init__(), pyNastran.bdf.cards.sets.BSET1.__init__(), pyNastran.bdf.cards.sets.QSET1.__init__(), and pyNastran.bdf.cards.sets.SESET.rawFields().