pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines default options for fields 3, 7, 8, and 9 of all GRID entries. More...
Public Member Functions | |
def | __init__ |
def | crossReference |
def | rawFields |
def | reprFields |
Public Attributes | |
cp | |
Grid point coordinate system. | |
cd | |
Analysis coordinate system. | |
ps | |
Default SPC constraint on undefined nodes. | |
seid | |
Superelement ID. | |
Static Public Attributes | |
string | type = 'GRDSET' |
Defines default options for fields 3, 7, 8, and 9 of all GRID entries.
def pyNastran.bdf.cards.nodes.GRDSET.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.nodes.Node.
Definition at line 182 of file nodes.py.
Referenced by pyNastran.bdf.cards.nodes.GRDSET.reprFields().
def pyNastran.bdf.cards.nodes.GRDSET.crossReference | ( | self, | |
model | |||
) |
Reimplemented from pyNastran.bdf.cards.nodes.Node.
Definition at line 195 of file nodes.py.
References pyNastran.bdf.cards.nodes.Node.Cd(), pyNastran.bdf.cards.nodes.Node.Cp(), pyNastran.bdf.cards.aero.CAERO1.Cp(), pyNastran.bdf.cards.aero.CAERO2.Cp(), pyNastran.bdf.cards.nodes.RINGAX.ps, pyNastran.bdf.cards.nodes.GRDSET.ps, pyNastran.bdf.cards.nodes.GRDSET.reprFields(), pyNastran.bdf.cards.nodes.Node.Seid(), and pyNastran::bdf::fieldWriter.set_blank_if_default().
Referenced by pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
def pyNastran.bdf.cards.nodes.GRDSET.rawFields | ( | self | ) |
Definition at line 200 of file nodes.py.
References pyNastran.bdf.cards.nodes.Node.Cd(), pyNastran.bdf.cards.nodes.RINGAX.ps, pyNastran.bdf.cards.nodes.GRDSET.ps, pyNastran.bdf.cards.nodes.Node.Seid(), and pyNastran::bdf::fieldWriter.set_blank_if_default().
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.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.optimization.DVPREL2.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAML.rawFields(), pyNastran.bdf.cards.properties.mass.NSM.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMP.reprFields(), pyNastran.bdf.cards.properties.mass.PMASS.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMP5.reprFields(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), pyNastran.bdf.cards.tables.TABLED1.reprFields(), pyNastran.bdf.cards.properties.bush.PBUSH.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMPT.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.properties.bush.PBUSH1D.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.nodes.GRDSET.reprFields | ( | self | ) |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 204 of file nodes.py.
References pyNastran.bdf.cards.nodes.GRDSET.__init__().
Referenced by pyNastran.bdf.cards.nodes.GRDSET.crossReference(), and pyNastran.bdf.cards.sets.Set.reprFields().
string pyNastran::bdf::cards::nodes.GRDSET::type = 'GRDSET' [static] |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 181 of file nodes.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.properties.bars.LineProperty::areaL(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.properties.bars.LineProperty::IAreaL(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.properties.bars.PBARL::MassPerLength(), pyNastran.bdf.cards.properties.shell.PCOMP::nPlies(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Grid point coordinate system.
Definition at line 183 of file nodes.py.
Referenced by pyNastran.bdf.cards.nodes.GRID::__init__(), pyNastran.bdf.cards.nodes.Node::Cp(), pyNastran.bdf.cards.nodes.Node::crossReference(), pyNastran.bdf.cards.nodes.GRID::PositionWRT(), pyNastran.bdf.cards.nodes.SPOINTs::reprFields(), and pyNastran.bdf.cards.materials.MAT3::reprFields().
Analysis coordinate system.
Definition at line 184 of file nodes.py.
Referenced by pyNastran.bdf.cards.nodes.Node.Cd(), pyNastran.bdf.cards.nodes.GRID.PositionWRT(), and pyNastran.bdf.cards.nodes.Node.Seid().
Default SPC constraint on undefined nodes.
Definition at line 185 of file nodes.py.
Referenced by pyNastran.bdf.cards.nodes.GRDSET.crossReference(), pyNastran.bdf.cards.nodes.GRID.crossReference(), pyNastran.bdf.cards.nodes.GRID.PositionWRT(), pyNastran.bdf.cards.nodes.GRDSET.rawFields(), and pyNastran.bdf.cards.nodes.GRIDB.rawFields().
Superelement ID.
Definition at line 186 of file nodes.py.
Referenced by pyNastran.bdf.cards.sets.SET3.__repr__(), pyNastran.bdf.cards.nodes.Node.Cp(), pyNastran.bdf.cards.sets.SET3.IsElement(), pyNastran.bdf.cards.nodes.GRID.PositionWRT(), and pyNastran.bdf.cards.nodes.Node.Seid().