pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Acceleration Load Defines static acceleration loads at individual GRID points. More...
Inherits BaseCard.
Public Member Functions | |
def | __init__ |
def | crossReference |
def | Cid |
def | nodeIDs |
returns nodeIDs for repr functions | |
def | rawFields |
Public Attributes | |
sid | |
Load set identification number (Integer>0) | |
cid | |
Coordinate system identification number. | |
scale | |
Acceleration vector scale factor. | |
N | |
Components of the acceleration vector measured in coordinate system CID. | |
nodes | |
nodes to apply the acceleration to | |
Static Public Attributes | |
string | type = 'ACCEL1' |
Acceleration Load Defines static acceleration loads at individual GRID points.
Definition at line 375 of file staticLoads.py.
def pyNastran.bdf.cards.loads.staticLoads.ACCEL1.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Definition at line 377 of file staticLoads.py.
Referenced by pyNastran.bdf.cards.loads.staticLoads.ACCEL1.rawFields().
def pyNastran.bdf.cards.loads.staticLoads.ACCEL1.crossReference | ( | self, | |
model | |||
) |
Definition at line 394 of file staticLoads.py.
References pyNastran.bdf.cards.elements.bush.BushElement.cid, pyNastran.bdf.cards.loads.loads.Load.cid, pyNastran.bdf.cards.coordinateSystems.Coord.cid, pyNastran.bdf.cards.elements.bush.CBUSH.cid, pyNastran.bdf.cards.elements.elements.CGAP.cid, pyNastran.bdf.cards.elements.bush.CBUSH1D.cid, pyNastran.bdf.cards.elements.bush.CBUSH2D.cid, pyNastran.bdf.cards.loads.staticLoads.GRAV.cid, pyNastran.bdf.cards.elements.mass.CONM1.cid, pyNastran.bdf.cards.coordinateSystems.Cord2x.cid, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.cid, pyNastran.bdf.cards.loads.loads.RFORCE.cid, pyNastran.bdf.cards.coordinateSystems.Cord1x.cid, pyNastran.bdf.cards.aero.SPLINE2.cid, pyNastran.bdf.cards.aero.SPLINE5.cid, and pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs().
Referenced by pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
def pyNastran.bdf.cards.loads.staticLoads.ACCEL1.Cid | ( | self | ) |
Definition at line 398 of file staticLoads.py.
References pyNastran.bdf.cards.loads.loads.Load.nodes, 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.loads.staticLoads.ACCEL1.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.loads.staticLoads.FORCE.Cid(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.Cid(), pyNastran.bdf.cards.loads.staticLoads.FORCE.F(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs(), pyNastran.bdf.cards.elements.bush.CBUSH1D.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH2D.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.reprFields(), and pyNastran.bdf.cards.coordinateSystems.Cord2x.transformToGlobal().
def pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs | ( | self, | |
nodes = None |
|||
) |
returns nodeIDs for repr functions
Definition at line 405 of file staticLoads.py.
References pyNastran.bdf.cards.elements.bush.BushElement.Cid(), pyNastran.bdf.cards.loads.loads.Load.Cid(), pyNastran.bdf.cards.coordinateSystems.Coord.Cid(), pyNastran.bdf.cards.elements.bush.CBUSH.Cid(), pyNastran.bdf.cards.elements.elements.CGAP.Cid(), pyNastran.bdf.cards.loads.staticLoads.GRAV.Cid(), pyNastran.bdf.cards.elements.mass.CONM1.Cid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.Cid(), pyNastran.bdf.cards.aero.SPLINE2.Cid(), pyNastran.bdf.cards.aero.SPLINE5.Cid(), pyNastran.bdf.cards.dynamic.TSTEP.N, pyNastran.bdf.cards.loads.staticLoads.GRAV.N, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.N, pyNastran.bdf.bdfInterface.getCard.GetMethods.nodeIDs(), pyNastran.bdf.cards.loads.loads.Load.nodeIDs(), pyNastran.bdf.cards.elements.mass.CMASS2.nodeIDs(), pyNastran.bdf.cards.baseCard.Element.nodeIDs(), pyNastran.bdf.cards.elements.mass.CONM1.nodeIDs(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs(), pyNastran.bdf.cards.elements.bars.CBAR.nodeIDs(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.rawFields(), pyNastran.bdf.cards.loads.staticLoads.GRAV.scale, pyNastran.bdf.cards.loads.loads.DAREA.scale, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.scale, pyNastran.bdf.cards.loads.loads.RFORCE.scale, pyNastran.bdf.cards.dynamic.FREQ.sid, pyNastran.bdf.cards.aero.AEFACT.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.loads.staticLoads.GRAV.sid, pyNastran.bdf.cards.loads.loads.DAREA.sid, pyNastran.bdf.cards.loads.loads.TLOAD1.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.loads.RLOAD1.sid, pyNastran.bdf.cards.loads.loads.RLOAD2.sid, pyNastran.bdf.cards.aero.FLFACT.sid, pyNastran.bdf.cards.loads.loads.RANDPS.sid, pyNastran.bdf.cards.aero.FLUTTER.sid, pyNastran.bdf.cards.aero.GUST.sid, and pyNastran.bdf.cards.aero.TRIM.sid.
Referenced by pyNastran.bdf.cards.elements.bars.CROD.Area(), pyNastran.bdf.cards.elements.shell.CQUAD8.AreaCentroid(), pyNastran.bdf.cards.elements.shell.CSHEAR.Centroid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.crossReference(), pyNastran.bdf.cards.elements.bars.CBEAM3.crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.crossReference(), pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.bdf.cards.elements.bars.CONROD.E(), pyNastran.bdf.cards.elements.bars.CONROD.G(), pyNastran.bdf.cards.loads.staticLoads.FORCE1.G1(), pyNastran.bdf.cards.elements.shell.CTRIA3.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIA6.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIAR.getReprDefaults(), pyNastran.bdf.cards.elements.damper.CDAMP1.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Lambda(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Mid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs(), pyNastran.bdf.cards.elements.damper.CVISC.rawFields(), pyNastran.bdf.cards.elements.solid.SolidElement.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP1.rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP2.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP3.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH2D.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP4.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP5.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS2.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.reprFields(), pyNastran.bdf.cards.elements.shell.CTRIAR.reprFields(), pyNastran.bdf.cards.elements.shell.CQUAD8.reprFields(), pyNastran.bdf.cards.elements.bars.CROD.Rmatrix(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness(), pyNastran.bdf.cards.elements.bars.CBEAM.Stiffness(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness1D(), pyNastran.bdf.cards.elements.solid.CTETRA4.Volume(), pyNastran.bdf.cards.elements.solid.CTETRA10.Volume(), pyNastran.bdf.cards.properties.springs.PELAS.writeCodeAster(), and pyNastran.bdf.cards.elements.springs.CELAS2.writeCodeAster().
Definition at line 416 of file staticLoads.py.
References pyNastran.bdf.cards.loads.staticLoads.ACCEL1.__init__(), pyNastran.bdf.cards.elements.bush.BushElement.cid, pyNastran.bdf.cards.loads.loads.Load.cid, pyNastran.bdf.cards.coordinateSystems.Coord.cid, pyNastran.bdf.cards.elements.bush.CBUSH.cid, pyNastran.bdf.cards.elements.elements.CGAP.cid, pyNastran.bdf.cards.elements.bush.CBUSH1D.cid, pyNastran.bdf.cards.elements.bush.CBUSH2D.cid, pyNastran.bdf.cards.loads.staticLoads.GRAV.cid, pyNastran.bdf.cards.elements.mass.CONM1.cid, pyNastran.bdf.cards.coordinateSystems.Cord2x.cid, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.cid, pyNastran.bdf.cards.loads.loads.RFORCE.cid, pyNastran.bdf.cards.coordinateSystems.Cord1x.cid, pyNastran.bdf.cards.aero.SPLINE2.cid, pyNastran.bdf.cards.aero.SPLINE5.cid, pyNastran.bdf.cards.loads.staticLoads.FORCE.mag, pyNastran.bdf.cards.loads.staticLoads.FORCE1.mag, pyNastran.bdf.cards.loads.staticLoads.FORCE2.mag, pyNastran.bdf.cards.loads.staticLoads.MOMENT.mag, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.mag, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.mag, pyNastran.bdf.cards.nodes.GRID.xyz, pyNastran.bdf.cards.loads.staticLoads.FORCE.xyz, pyNastran.bdf.cards.loads.staticLoads.FORCE1.xyz, pyNastran.bdf.cards.loads.staticLoads.FORCE2.xyz, pyNastran.bdf.cards.loads.staticLoads.MOMENT.xyz, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.xyz, and pyNastran.bdf.cards.loads.staticLoads.MOMENT2.xyz.
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.loads.staticLoads.ACCEL1.nodeIDs(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.nodes.SPOINTs.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.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(), and pyNastran.bdf.cards.coordinateSystems.Coord.T().
string pyNastran::bdf::cards::loads::staticLoads.ACCEL1::type = 'ACCEL1' [static] |
Definition at line 376 of file staticLoads.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().
Load set identification number (Integer>0)
Definition at line 378 of file staticLoads.py.
Referenced by pyNastran.bdf.cards.thermal.loads.TEMP::__init__(), pyNastran.bdf.cards.sets.QSET1::__init__(), pyNastran.bdf.cards.methods.EIGR::__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.loads.staticLoads.FORCE::Cid(), pyNastran.bdf.cards.thermal.loads.TEMP::crossReference(), pyNastran.bdf.cards.methods.EIGR::crossReference(), pyNastran.bdf.cards.loads.staticLoads.MOMENT1::crossReference(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2::crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::crossReference(), pyNastran.bdf.cards.loads.staticLoads.FORCE::F(), pyNastran.bdf.cards.loads.staticLoads.FORCE1::G1(), pyNastran.bdf.cards.loads.staticLoads.PLOAD::getLoads(), pyNastran.bdf.cards.loads.staticLoads.PLOAD1::getLoads(), pyNastran.bdf.cards.sets.SET3::IsGrid(), pyNastran.bdf.cards.sets.SET3::IsPoint(), pyNastran.bdf.cards.loads.staticLoads.Moment::M(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1::nodeIDs(), pyNastran.bdf.cards.loads.staticLoads.LOAD::organizeLoads(), pyNastran.bdf.cards.properties.mass.NSM::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY1::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY3::rawFields(), pyNastran.bdf.cards.sets.SET1::rawFields(), pyNastran.bdf.cards.methods.EIGR::rawFields(), pyNastran.bdf.cards.methods.EIGRL::rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE2::rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT::rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY1::reprFields(), pyNastran.bdf.cards.methods.EIGB::reprFields(), pyNastran.bdf.cards.thermal.loads.QBDY3::reprFields(), pyNastran.bdf.cards.loads.loads.DLOAD::reprFields(), pyNastran.bdf.cards.aero.AEROS::reprFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE::reprFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE1::reprFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT1::reprFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::reprFields(), and pyNastran.bdf.cards.aero.SPLINE5::Set().
Coordinate system identification number.
(Integer>0: Default=0)
Definition at line 379 of file staticLoads.py.
Referenced by pyNastran.bdf.cards.coordinateSystems.CORD1S.__init__(), pyNastran.bdf.cards.coordinateSystems.CORD2R.__init__(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.addNewEid(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject.addNewTransient(), pyNastran.bdf.cards.loads.staticLoads.FORCE.Cid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.getLoads(), pyNastran.bdf.cards.loads.staticLoads.Moment.M(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE2.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD1C.rawFields(), pyNastran.bdf.cards.loads.loads.TLOAD2.reprFields(), pyNastran.bdf.cards.aero.SPLINE1.reprFields(), pyNastran.bdf.cards.aero.SPLINE4.reprFields(), and pyNastran.bdf.cards.loads.staticLoads.PLOAD4.transformLoad().
Acceleration vector scale factor.
(Real)
Definition at line 380 of file staticLoads.py.
Referenced by pyNastran.bdf.cards.loads.loads.DLOAD.__init__(), pyNastran.bdf.cards.loads.staticLoads.LOAD.getReducedLoads(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs(), pyNastran.bdf.cards.loads.staticLoads.LOAD.organizeLoads(), pyNastran.bdf.cards.loads.staticLoads.PLOAD.rawFields(), pyNastran.bdf.cards.loads.loads.TLOAD2.reprFields(), and pyNastran.converters.LaWGS.wgsReader.LaWGS_Panel.updatePoints().
Components of the acceleration vector measured in coordinate system CID.
(Real; at least one Ni != 0)
Definition at line 382 of file staticLoads.py.
Referenced by pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs(), and pyNastran.bdf.cards.dynamic.FREQ4.reprFields().
nodes to apply the acceleration to
Definition at line 383 of file staticLoads.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.baseCard.Material.Mid(), pyNastran.bdf.bdfInterface.getCard.GetMethods.nNodes(), pyNastran.bdf.bdfInterface.getCard.GetMethods.Node(), 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().