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

Defines interior grid points for a superelement. More...

Inheritance diagram for pyNastran.bdf.cards.sets.SESET:
pyNastran.bdf.cards.sets.SetSuper 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__
def rawFields

Public Attributes

 seid
 Superelement identification number.
 IDs
 Grid or scalar point identification number.

Static Public Attributes

string type = 'SESET'

Detailed Description

Defines interior grid points for a superelement.

Definition at line 344 of file sets.py.


Constructor & Destructor Documentation

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

Reimplemented from pyNastran.bdf.cards.sets.SetSuper.

Definition at line 346 of file sets.py.


Member Function Documentation

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().


Member Data Documentation

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().


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