pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | isSameCard |
def | K |
def | crossReference |
def | rawFields |
Public Attributes | |
eid | |
k | |
stiffness of the scalar spring | |
s1 | |
Scalar point identification numbers. | |
s2 | |
nodes | |
the list of node IDs for an element (default=None) | |
Static Public Attributes | |
string | type = 'CELAS4' |
string | asterType = 'CELAS4' |
Definition at line 315 of file springs.py.
def pyNastran.bdf.cards.elements.springs.CELAS4.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.elements.springs.SpringElement.
Definition at line 318 of file springs.py.
def pyNastran.bdf.cards.elements.springs.CELAS4.isSameCard | ( | self, | |
elem, | |||
debug = False |
|||
) |
Reimplemented from pyNastran.bdf.cards.baseCard.Element.
Definition at line 341 of file springs.py.
References pyNastran.bdf.cards.baseCard.BaseCard.isSameFields(), pyNastran.bdf.cards.coordinateSystems.Coord.k, pyNastran.bdf.cards.elements.springs.CELAS2.k, pyNastran.bdf.cards.elements.springs.CELAS4.k, pyNastran.bdf.cards.elements.springs.CELAS4.K(), pyNastran.bdf.cards.coordinateSystems.Cord2x.k, and pyNastran.bdf.cards.coordinateSystems.Cord1x.k.
def pyNastran.bdf.cards.elements.springs.CELAS4.K | ( | self | ) |
Reimplemented from pyNastran.bdf.cards.elements.springs.SpringElement.
Definition at line 349 of file springs.py.
References pyNastran.bdf.cards.elements.springs.CELAS4.crossReference(), pyNastran.bdf.cards.elements.damper.LineDamper.nodes, pyNastran.bdf.cards.elements.solid.SolidElement.nodes, pyNastran.bdf.cards.elements.shell.ShellElement.nodes, pyNastran.bdf.cards.elements.damper.CDAMP1.nodes, pyNastran.bdf.cards.elements.bush.CBUSH.nodes, pyNastran.bdf.cards.elements.elements.CrackElement.nodes, pyNastran.bdf.cards.elements.damper.CDAMP2.nodes, pyNastran.bdf.cards.elements.bush.CBUSH1D.nodes, pyNastran.bdf.cards.elements.springs.CELAS1.nodes, pyNastran.bdf.cards.elements.damper.CDAMP3.nodes, pyNastran.bdf.cards.elements.shell.CTRIA3.nodes, pyNastran.bdf.cards.elements.bush.CBUSH2D.nodes, pyNastran.bdf.cards.baseCard.Element.nodes, pyNastran.bdf.cards.elements.damper.CDAMP4.nodes, pyNastran.bdf.cards.elements.springs.CELAS2.nodes, pyNastran.bdf.cards.elements.damper.CDAMP5.nodes, pyNastran.bdf.cards.elements.springs.CELAS3.nodes, pyNastran.bdf.cards.elements.shell.CTRIA6.nodes, pyNastran.bdf.cards.elements.springs.CELAS4.nodes, pyNastran.bdf.cards.elements.shell.CTRIAR.nodes, pyNastran.bdf.bdf.BDF.nodes, pyNastran.bdf.cards.elements.shell.CTRIAX6.nodes, pyNastran.bdf.cards.elements.bars.CONROD.nodes, pyNastran.bdf.cards.constraints.SPC1.nodes, pyNastran.bdf.cards.elements.shell.QuadShell.nodes, pyNastran.bdf.cards.elements.shell.CSHEAR.nodes, pyNastran.bdf.cards.elements.shell.CQUAD4.nodes, pyNastran.bdf.cards.elements.shell.CQUADR.nodes, pyNastran.bdf.cards.elements.shell.CQUAD.nodes, pyNastran.bdf.cards.elements.shell.CQUAD8.nodes, and pyNastran.bdf.cards.elements.shell.CQUADX.nodes.
Referenced by pyNastran.bdf.cards.elements.springs.CELAS4.isSameCard().
def pyNastran.bdf.cards.elements.springs.CELAS4.crossReference | ( | self, | |
model | |||
) |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 352 of file springs.py.
Referenced by pyNastran.bdf.cards.elements.springs.CELAS4.K(), pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
Definition at line 355 of file springs.py.
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.materials.MATS1.crossReference(), pyNastran.bdf.cards.loads.staticLoads.FORCE1.G2(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.nodes.SPOINTs.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.loads.loads.SLOAD.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.loads.staticLoads.LOAD.rawFields(), pyNastran.bdf.cards.loads.loads.DLOAD.rawFields(), pyNastran.bdf.cards.methods.EIGP.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.optimization.DVPREL2.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.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(), pyNastran.bdf.cards.coordinateSystems.Coord.T(), and pyNastran.bdf.cards.loads.loads.RANDPS.Tid().
string pyNastran::bdf::cards::elements::springs.CELAS4::type = 'CELAS4' [static] |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 316 of file springs.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.materials.MAT2::Dplate(), pyNastran.bdf.cards.loads.staticLoads.Force::F(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.loads.staticLoads.Moment::getLoads(), 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().
string pyNastran::bdf::cards::elements::springs.CELAS4::asterType = 'CELAS4' [static] |
Definition at line 317 of file springs.py.
Definition at line 318 of file springs.py.
Referenced by pyNastran.bdf.cards.aero.Spline::__init__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject::addNewEid100(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject::addNewEid100(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::Cid(), pyNastran.bdf.cards.thermal.thermal.CHBDYP::crossReference(), pyNastran.bdf.cards.thermal.thermal.CONV::crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2::crossReference(), pyNastran.bdf.cards.thermal.loads.QBDY1::Eid(), pyNastran.bdf.cards.loads.staticLoads.PLOAD::getLoads(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2::getLoads(), pyNastran.bdf.cards.elements.shell.QuadShell::getReprDefaults(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.shell.QuadShell::MassMatrix(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYE::rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement::rawFields(), pyNastran.bdf.cards.thermal.thermal.CONV::rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2::rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYE::reprFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYG::reprFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYP::reprFields(), pyNastran.bdf.cards.thermal.thermal.PHBDY::reprFields(), pyNastran.bdf.cards.aero.PAERO2::reprFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::reprFields(), and pyNastran.bdf.cards.loads.staticLoads.PLOAD4::transformLoad().
stiffness of the scalar spring
Definition at line 319 of file springs.py.
Referenced by pyNastran.bdf.cards.loads.loads.RANDPS.__init__(), pyNastran.bdf.cards.loads.loads.RANDPS.getLoads(), pyNastran.bdf.cards.elements.springs.CELAS4.isSameCard(), pyNastran.bdf.cards.properties.springs.PELAS.rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH1D.rawFields(), pyNastran.bdf.cards.properties.springs.PELAS.reprFields(), pyNastran.bdf.cards.materials.MAT3.reprFields(), and pyNastran.bdf.cards.properties.springs.PELAS.writeCodeAster().
Scalar point identification numbers.
Definition at line 320 of file springs.py.
Referenced by pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_rods.ComplexRodStrainObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.real.oes_rods.RodStrainObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStrainObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewEid(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewEid(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewEid100(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewEid100(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.deleteTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.deleteTransient(), pyNastran.bdf.cards.properties.bars.PBEAM.reprFields(), pyNastran.bdf.cards.properties.bars.PBEAM.writeCodeAster(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.writeF06Transient(), and pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.writeF06Transient().
Definition at line 320 of file springs.py.
Referenced by pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addF06Data(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewEid(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewEid(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewEid100(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewEid100(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.addNewTransient(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.deleteTransient(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.deleteTransient(), pyNastran.bdf.cards.properties.bars.PBEAM.reprFields(), pyNastran.bdf.cards.properties.bars.PBEAM.writeCodeAster(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.writeF06(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject.writeF06Transient(), and pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject.writeF06Transient().
the list of node IDs for an element (default=None)
Reimplemented from pyNastran.bdf.cards.baseCard.Element.
Definition at line 352 of file springs.py.
Referenced by pyNastran.bdf.bdfInterface.addCard.AddMethods::addNode(), pyNastran.bdf.cards.elements.springs.SpringElement::Centroid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1::Cid(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2::crossReference(), pyNastran.bdf.cards.elements.solid.CPENTA6::getFaceNodesAndArea(), pyNastran.bdf.bdfInterface.getCard.GetMethods::getNodeIDToElementIDsMap(), pyNastran.bdf.cards.elements.springs.CELAS4::K(), pyNastran.bdf.cards.baseCard.Material::Mid(), pyNastran.bdf.bdfInterface.getCard.GetMethods::nNodes(), pyNastran.bdf.bdfInterface.getCard.GetMethods::Node(), pyNastran.bdf.cards.loads.loads.Load::nodeIDs(), pyNastran.bdf.cards.constraints.SPCAX::rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2::rawFields(), pyNastran.bdf.cards.elements.bars.CROD::reprFields(), pyNastran.bdf.cards.elements.springs.SpringElement::Stiffness(), pyNastran.bdf.cards.elements.bars.CROD::Stiffness1D(), pyNastran.bdf.bdf_Methods.BDFMethods::unresolveGrids(), pyNastran.bdf.bdfInterface.bdf_writeMesh.WriteMesh::write_nodes_associated(), and pyNastran.bdf.bdfInterface.bdf_writeMesh.WriteMesh::write_params().