pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines a list of grids, elements or points. More...
Public Member Functions | |
def | __init__ |
def | IsGrid |
def | IsPoint |
def | IsProperty |
def | IsElement |
def | rawFields |
gets the "raw" card without any processing as a list for printing | |
def | __repr__ |
Prints a card in the simplest way possible (default values are left blank). | |
Public Attributes | |
sid | |
Unique identification number. | |
desc | |
Set description (Character). | |
IDs | |
Identifiers of grids points, elements, points or properties. | |
Static Public Attributes | |
string | type = 'SET1' |
Defines a list of grids, elements or points.
SET3 SID DES ID1 ID2 ID3 ID4 ID5 ID6 ID7 ID8 -etc- SET3 1 POINT 11 12
def pyNastran.bdf.cards.sets.SET3.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.sets.Set.
Definition at line 292 of file sets.py.
References pyNastran.bdf.cards.sets.SET3.desc.
Referenced by pyNastran.bdf.cards.sets.SET3.IsElement().
def pyNastran.bdf.cards.sets.SET3.IsGrid | ( | self | ) |
Definition at line 310 of file sets.py.
References pyNastran.bdf.cards.sets.SET3.desc, pyNastran.bdf.cards.sets.SET3.rawFields(), pyNastran.bdf.cards.sets.Set.SetIDs(), pyNastran.bdf.cards.sets.Set.sid, pyNastran.bdf.cards.dynamic.FREQ.sid, pyNastran.bdf.cards.aero.AEFACT.sid, pyNastran.bdf.cards.methods.EIGB.sid, pyNastran.bdf.cards.properties.mass.NSM.sid, pyNastran.bdf.cards.dynamic.FREQ1.sid, pyNastran.bdf.cards.dynamic.FREQ2.sid, pyNastran.bdf.cards.aero.AELIST.sid, pyNastran.bdf.cards.dynamic.FREQ4.sid, pyNastran.bdf.cards.dynamic.TSTEP.sid, pyNastran.bdf.cards.dynamic.TSTEPNL.sid, pyNastran.bdf.cards.loads.loads.SLOAD.sid, pyNastran.bdf.cards.methods.EIGR.sid, pyNastran.bdf.cards.sets.SET1.sid, pyNastran.bdf.cards.loads.staticLoads.GRAV.sid, pyNastran.bdf.cards.sets.SET3.sid, pyNastran.bdf.cards.methods.EIGP.sid, pyNastran.bdf.cards.loads.loads.DAREA.sid, pyNastran.bdf.cards.loads.loads.TLOAD1.sid, pyNastran.bdf.cards.methods.EIGRL.sid, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.sid, pyNastran.bdf.cards.aero.CSSCHD.sid, pyNastran.bdf.cards.loads.loads.TLOAD2.sid, pyNastran.bdf.cards.loads.loads.RFORCE.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE.sid, pyNastran.bdf.cards.loads.loads.RLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE1.sid, pyNastran.bdf.cards.loads.loads.RLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE2.sid, pyNastran.bdf.cards.aero.FLFACT.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT.sid, pyNastran.bdf.cards.loads.loads.RANDPS.sid, pyNastran.bdf.cards.aero.FLUTTER.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.sid, pyNastran.bdf.cards.aero.GUST.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.sid, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.sid, and pyNastran.bdf.cards.aero.TRIM.sid.
def pyNastran.bdf.cards.sets.SET3.IsPoint | ( | self | ) |
Definition at line 315 of file sets.py.
References pyNastran.bdf.cards.sets.SET3.__repr__(), pyNastran.bdf.cards.sets.SET3.desc, pyNastran.bdf.cards.baseCard.BaseCard.printCard(), pyNastran.bdf.cards.sets.Set.SetIDs(), pyNastran.bdf.cards.sets.Set.sid, pyNastran.bdf.cards.dynamic.FREQ.sid, pyNastran.bdf.cards.aero.AEFACT.sid, pyNastran.bdf.cards.methods.EIGB.sid, pyNastran.bdf.cards.properties.mass.NSM.sid, pyNastran.bdf.cards.dynamic.FREQ1.sid, pyNastran.bdf.cards.dynamic.FREQ2.sid, pyNastran.bdf.cards.aero.AELIST.sid, pyNastran.bdf.cards.dynamic.FREQ4.sid, pyNastran.bdf.cards.dynamic.TSTEP.sid, pyNastran.bdf.cards.dynamic.TSTEPNL.sid, pyNastran.bdf.cards.loads.loads.SLOAD.sid, pyNastran.bdf.cards.methods.EIGR.sid, pyNastran.bdf.cards.sets.SET1.sid, pyNastran.bdf.cards.loads.staticLoads.GRAV.sid, pyNastran.bdf.cards.sets.SET3.sid, pyNastran.bdf.cards.methods.EIGP.sid, pyNastran.bdf.cards.loads.loads.DAREA.sid, pyNastran.bdf.cards.loads.loads.TLOAD1.sid, pyNastran.bdf.cards.methods.EIGRL.sid, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.sid, pyNastran.bdf.cards.aero.CSSCHD.sid, pyNastran.bdf.cards.loads.loads.TLOAD2.sid, pyNastran.bdf.cards.loads.loads.RFORCE.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE.sid, pyNastran.bdf.cards.loads.loads.RLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE1.sid, pyNastran.bdf.cards.loads.loads.RLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE2.sid, pyNastran.bdf.cards.aero.FLFACT.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT.sid, pyNastran.bdf.cards.loads.loads.RANDPS.sid, pyNastran.bdf.cards.aero.FLUTTER.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.sid, pyNastran.bdf.cards.aero.GUST.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.sid, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.sid, and pyNastran.bdf.cards.aero.TRIM.sid.
def pyNastran.bdf.cards.sets.SET3.IsProperty | ( | self | ) |
def pyNastran.bdf.cards.sets.SET3.IsElement | ( | self | ) |
Definition at line 325 of file sets.py.
References pyNastran.bdf.cards.sets.SET3.__init__(), 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.SetSuper.seid, pyNastran.bdf.cards.nodes.GRDSET.seid, pyNastran.bdf.cards.nodes.GRID.seid, and pyNastran.bdf.cards.sets.SESET.seid.
def pyNastran.bdf.cards.sets.SET3.rawFields | ( | self | ) |
gets the "raw" card without any processing as a list for printing
Definition at line 332 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, and pyNastran.bdf.cards.constraints.SUPORT.IDs.
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.sets.SET3.__repr__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.sets.SET3.IsGrid(), 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().
def pyNastran.bdf.cards.sets.SET3.__repr__ | ( | self | ) |
Prints a card in the simplest way possible (default values are left blank).
Reimplemented from pyNastran.bdf.cards.sets.Set.
Definition at line 336 of file sets.py.
References pyNastran.bdf.cards.sets.SET3.rawFields(), pyNastran.bdf.cards.sets.SetSuper.seid, pyNastran.bdf.cards.nodes.GRDSET.seid, pyNastran.bdf.cards.nodes.GRID.seid, pyNastran.bdf.cards.sets.SESET.seid, and pyNastran.bdf.cards.sets.Set.SetIDs().
Referenced by pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.bdf.cards.sets.SET3.IsPoint(), and pyNastran.bdf.cards.elements.bars.CBAR.Stiffness().
string pyNastran::bdf::cards::sets.SET3::type = 'SET1' [static] |
Reimplemented from pyNastran.bdf.cards.sets.Set.
Definition at line 291 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().
Unique identification number.
(Integer > 0)
Reimplemented from pyNastran.bdf.cards.sets.Set.
Definition at line 294 of file sets.py.
Referenced by pyNastran.bdf.cards.thermal.loads.TEMP::__init__(), pyNastran.bdf.cards.sets.QSET1::__init__(), pyNastran.bdf.cards.loads.loads.DLOAD::__init__(), pyNastran.bdf.cards.loads.loads.TabularLoad::__init__(), pyNastran.bdf.cards.loads.loads.RandomLoad::__init__(), pyNastran.bdf.cards.thermal.loads.TEMP::crossReference(), pyNastran.bdf.cards.sets.SET3::IsGrid(), pyNastran.bdf.cards.sets.SET3::IsPoint(), pyNastran.bdf.cards.loads.staticLoads.Moment::M(), pyNastran.bdf.cards.loads.staticLoads.LOAD::organizeLoads(), pyNastran.bdf.cards.thermal.loads.QBDY1::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY3::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY1::reprFields(), pyNastran.bdf.cards.thermal.loads.QBDY3::reprFields(), pyNastran.bdf.cards.loads.loads.DLOAD::reprFields(), pyNastran.bdf.cards.aero.AEROS::reprFields(), and pyNastran.bdf.cards.aero.SPLINE5::Set().
Set description (Character).
Valid options are 'GRID', 'ELEM', 'POINT' and 'PROP'.
Definition at line 296 of file sets.py.
Referenced by pyNastran.bdf.cards.sets.SET3.__init__(), pyNastran.bdf.cards.sets.SET3.IsGrid(), pyNastran.bdf.cards.sets.SET3.IsPoint(), and pyNastran.bdf.cards.sets.SET1.rawFields().
Identifiers of grids points, elements, points or properties.
(Integer > 0)
Reimplemented from pyNastran.bdf.cards.sets.Set.
Definition at line 298 of file sets.py.
Referenced by pyNastran.bdf.cards.sets.QSET.__init__(), pyNastran.bdf.cards.sets.BSET1.__init__(), pyNastran.bdf.cards.sets.QSET1.__init__(), pyNastran.bdf.cards.sets.SET3.IsElement(), pyNastran.bdf.cards.sets.SET3.rawFields(), and pyNastran.bdf.cards.sets.SESET.rawFields().