pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | Length_noXref |
Returns the length of a bar/rod/beam element
\[ \large \sqrt{ (n_{x2}-n_{x1})^2+(n_{y2}-n_{y1})^2+(n_{z2}-n_{z1})^2 } \] | |
def | Centroid |
def | K |
def | Lambda |
2d [l,m,0,0] [0,0,l,m] | |
def | Stiffness |
def | Length |
Returns the length of a bar/rod/beam element
\[ \large \sqrt{ (n_{x2}-n_{x1})^2+(n_{y2}-n_{y1})^2+(n_{z2}-n_{z1})^2 } \] | |
def | Mass |
def | reprFields |
def | __repr__ |
Prints a card in the simplest way possible (default values are left blank). |
Definition at line 35 of file springs.py.
def pyNastran.bdf.cards.elements.springs.SpringElement.__init__ | ( | self, | |
card, | |||
data | |||
) |
Reimplemented from pyNastran.bdf.cards.baseCard.Element.
Reimplemented in pyNastran.bdf.cards.elements.springs.CELAS4, pyNastran.bdf.cards.elements.springs.CELAS3, pyNastran.bdf.cards.elements.springs.CELAS2, and pyNastran.bdf.cards.elements.springs.CELAS1.
Definition at line 36 of file springs.py.
References pyNastran.bdf.cards.elements.springs.SpringElement.Length_noXref().
def pyNastran.bdf.cards.elements.springs.SpringElement.Length_noXref | ( | self, | |
n1 = None , |
|||
n2 = None |
|||
) |
Returns the length of a bar/rod/beam element
\[ \large \sqrt{ (n_{x2}-n_{x1})^2+(n_{y2}-n_{y1})^2+(n_{z2}-n_{z1})^2 } \]
.
self | the object pointer |
n1 | a Node object (default=None) |
n2 | a Node object (default=None) |
Definition at line 50 of file springs.py.
References pyNastran.bdf.cards.elements.springs.SpringElement.Centroid(), and pyNastran::bdf::cards::methods.norm.
Referenced by pyNastran.bdf.cards.elements.springs.SpringElement.__init__(), and pyNastran.bdf.cards.elements.springs.SpringElement.Stiffness().
Reimplemented from pyNastran.bdf.cards.baseCard.Element.
Definition at line 55 of file springs.py.
References pyNastran.bdf.cards.elements.springs.SpringElement.K(), 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.loads.staticLoads.PLOAD.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.SpringElement.Length_noXref().
Reimplemented in pyNastran.bdf.cards.elements.springs.CELAS4, pyNastran.bdf.cards.elements.springs.CELAS3, pyNastran.bdf.cards.elements.springs.CELAS2, and pyNastran.bdf.cards.elements.springs.CELAS1.
Definition at line 59 of file springs.py.
References pyNastran.bdf.cards.elements.springs.SpringElement.Lambda(), pyNastran.bdf.cards.properties.bush.BushingProperty.type, pyNastran.bdf.cards.properties.mass.PointProperty.type, pyNastran.bdf.cards.params.PARAM.type, pyNastran.bdf.cards.properties.damper.DamperProperty.type, pyNastran.bdf.cards.elements.elements.CFAST.type, pyNastran.bdf.cards.properties.properties.PFAST.type, pyNastran.bdf.cards.tables.Table.type, pyNastran.bdf.cards.properties.springs.SpringProperty.type, pyNastran.bdf.cards.sets.Set.type, pyNastran.bdf.cards.loads.loads.Load.type, pyNastran.bdf.cards.loads.staticLoads.LOAD.type, pyNastran.bdf.cards.coordinateSystems.Coord.type, pyNastran.bdf.cards.properties.shell.ShellProperty.type, pyNastran.bdf.cards.optimization.DCONSTR.type, pyNastran.bdf.cards.properties.bush.PBUSH.type, pyNastran.bdf.cards.elements.shell.ShellElement.type, pyNastran.bdf.cards.properties.damper.PVISC.type, pyNastran.bdf.cards.elements.rigid.RBAR.type, pyNastran.bdf.cards.properties.springs.PELAS.type, pyNastran.bdf.cards.dynamic.FREQ.type, pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.elements.damper.CVISC.type, pyNastran.bdf.cards.methods.EIGB.type, pyNastran.bdf.cards.thermal.loads.QBDY1.type, pyNastran.bdf.cards.materials.CREEP.type, pyNastran.bdf.cards.elements.bush.CBUSH.type, pyNastran.bdf.cards.elements.mass.CMASS1.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.properties.damper.PDAMP.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.elements.elements.CGAP.type, pyNastran.bdf.cards.optimization.DESVAR.type, pyNastran.bdf.cards.elements.damper.CDAMP1.type, pyNastran.bdf.cards.thermal.thermal.CHBDYE.type, pyNastran.bdf.cards.nodes.RINGAX.type, pyNastran.bdf.cards.elements.solid.CHEXA8.type, pyNastran.bdf.cards.properties.properties.PGAP.type, pyNastran.bdf.cards.properties.damper.PDAMP5.type, pyNastran.bdf.cards.dynamic.FREQ1.type, pyNastran.bdf.cards.optimization.DDVAL.type, pyNastran.bdf.cards.nodes.SPOINT.type, pyNastran.bdf.cards.elements.mass.CMASS2.type, pyNastran.bdf.cards.elements.rigid.RBAR1.type, pyNastran.bdf.cards.optimization.DOPTPRM.type, pyNastran.bdf.cards.sets.ASET.type, pyNastran.bdf.cards.properties.springs.PELAST.type, pyNastran.bdf.cards.dynamic.FREQ2.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.tables.TABLED1.type, pyNastran.bdf.cards.properties.bars.LineProperty.type, pyNastran.bdf.cards.elements.damper.CDAMP2.type, pyNastran.bdf.cards.sets.BSET.type, pyNastran.bdf.cards.materials.MAT1.type, pyNastran.bdf.cards.properties.damper.PDAMPT.type, pyNastran.bdf.cards.nodes.SPOINTs.type, pyNastran.bdf.cards.elements.springs.CELAS1.type, pyNastran.bdf.cards.thermal.loads.QBDY3.type, pyNastran.bdf.cards.sets.CSET.type, pyNastran.bdf.cards.optimization.DLINK.type, pyNastran.bdf.cards.elements.bush.CBUSH1D.type, pyNastran.bdf.cards.elements.solid.CHEXA20.type, pyNastran.bdf.cards.dynamic.FREQ4.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.elements.elements.CRAC2D.type, pyNastran.bdf.cards.elements.shell.CTRIA3.type, pyNastran.bdf.cards.sets.QSET.type, pyNastran.bdf.cards.tables.TABLED2.type, pyNastran.bdf.cards.properties.bush.PBUSH1D.type, pyNastran.bdf.cards.thermal.thermal.CHBDYG.type, pyNastran.bdf.cards.properties.properties.SolidProperty.type, pyNastran.bdf.cards.elements.damper.CDAMP3.type, pyNastran.bdf.cards.elements.elements.CRAC3D.type, pyNastran.bdf.cards.dynamic.TSTEP.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.properties.properties.PLSOLID.type, pyNastran.bdf.cards.tables.TABLED3.type, pyNastran.bdf.cards.elements.springs.CELAS2.type, pyNastran.bdf.cards.optimization.DSCREEN.type, pyNastran.bdf.cards.elements.bush.CBUSH2D.type, pyNastran.bdf.cards.nodes.GRDSET.type, pyNastran.bdf.cards.thermal.loads.QHBDY.type, pyNastran.bdf.cards.elements.damper.CDAMP4.type, pyNastran.bdf.cards.sets.ASET1.type, pyNastran.bdf.cards.elements.solid.CPENTA6.type, pyNastran.bdf.cards.elements.mass.CMASS3.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.sets.BSET1.type, pyNastran.bdf.cards.tables.TABLEM1.type, pyNastran.bdf.cards.dynamic.TSTEPNL.type, pyNastran.bdf.cards.optimization.DRESP1.type, pyNastran.bdf.cards.properties.properties.PSOLID.type, pyNastran.bdf.cards.nodes.GRIDB.type, pyNastran.bdf.cards.tables.TABLEM2.type, pyNastran.bdf.cards.elements.damper.CDAMP5.type, pyNastran.bdf.cards.thermal.thermal.CHBDYP.type, pyNastran.bdf.cards.optimization.DRESP2.type, pyNastran.bdf.cards.loads.loads.SLOAD.type, pyNastran.bdf.cards.thermal.loads.TEMP.type, pyNastran.bdf.cards.sets.QSET1.type, pyNastran.bdf.cards.tables.TABLEM3.type, pyNastran.bdf.cards.elements.mass.CMASS4.type, pyNastran.bdf.cards.elements.rigid.RBE2.type, pyNastran.bdf.cards.sets.SET1.type, pyNastran.bdf.cards.nodes.GRID.type, pyNastran.bdf.cards.elements.shell.CTRIA6.type, pyNastran.bdf.cards.methods.EIGR.type, pyNastran.bdf.cards.elements.bars.CROD.type, pyNastran.bdf.cards.properties.shell.PCOMP.type, pyNastran.bdf.cards.properties.properties.PRAC2D.type, pyNastran.bdf.cards.tables.TABLEM4.type, pyNastran.bdf.cards.elements.springs.CELAS3.type, pyNastran.bdf.cards.loads.loads.DLOAD.type, pyNastran.bdf.cards.elements.mass.CONM1.type, pyNastran.bdf.cards.elements.solid.CPENTA15.type, pyNastran.bdf.cards.loads.staticLoads.GRAV.type, pyNastran.bdf.cards.materials.MAT2.type, pyNastran.bdf.cards.thermal.loads.TEMPD.type, pyNastran.bdf.cards.tables.TABLES1.type, pyNastran.bdf.cards.sets.SET3.type, pyNastran.bdf.cards.thermal.thermal.PCONV.type, pyNastran.bdf.cards.methods.EIGP.type, pyNastran.bdf.cards.loads.loads.DAREA.type, pyNastran.bdf.cards.properties.properties.PRAC3D.type, pyNastran.bdf.cards.tables.TABLEST.type, pyNastran.bdf.cards.elements.springs.CELAS4.type, pyNastran.bdf.cards.constraints.SUPORT1.type, pyNastran.bdf.cards.dynamic.NLPARM.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.elements.solid.CTETRA4.type, pyNastran.bdf.cards.tables.RandomTable.type, pyNastran.bdf.cards.loads.loads.TLOAD1.type, pyNastran.bdf.cards.tables.TABRND1.type, pyNastran.bdf.cards.constraints.SUPORT.type, pyNastran.bdf.cards.methods.EIGRL.type, pyNastran.bdf.cards.sets.SESET.type, pyNastran.bdf.cards.thermal.thermal.PCONVM.type, pyNastran.bdf.cards.constraints.MPC.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.elements.shell.CTRIAR.type, pyNastran.bdf.cards.dmig.DMIG.type, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.type, pyNastran.bdf.cards.tables.TABRNDG.type, pyNastran.bdf.cards.dmig.DMIJ.type, pyNastran.bdf.cards.thermal.thermal.PHBDY.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.dmig.DMIJI.type, pyNastran.bdf.cards.tables.TIC.type, pyNastran.bdf.cards.loads.loads.TLOAD2.type, pyNastran.bdf.cards.elements.shell.CTRIAX.type, pyNastran.bdf.cards.dmig.DMIK.type, pyNastran.bdf.cards.constraints.SPC.type, pyNastran.bdf.cards.dmig.DMI.type, pyNastran.bdf.cards.optimization.DVPREL2.type, pyNastran.bdf.cards.thermal.thermal.CONV.type, pyNastran.bdf.cards.materials.MAT3.type, pyNastran.bdf.cards.elements.solid.CTETRA10.type, pyNastran.bdf.cards.elements.shell.CTRIAX6.type, pyNastran.bdf.cards.loads.staticLoads.Force.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.thermal.thermal.RADM.type, pyNastran.bdf.cards.elements.bars.CTUBE.type, pyNastran.bdf.cards.properties.bars.IntegratedLineProperty.type, pyNastran.bdf.cards.constraints.SPCD.type, pyNastran.bdf.cards.loads.staticLoads.Moment.type, pyNastran.bdf.cards.loads.loads.RFORCE.type, pyNastran.bdf.cards.materials.MAT4.type, pyNastran.bdf.cards.constraints.SPCAX.type, pyNastran.bdf.cards.thermal.thermal.RADBC.type, pyNastran.bdf.cards.elements.bars.CONROD.type, pyNastran.bdf.cards.loads.staticLoads.FORCE.type, pyNastran.bdf.cards.properties.bars.PROD.type, pyNastran.bdf.cards.constraints.SPC1.type, pyNastran.bdf.cards.loads.loads.RLOAD1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.loads.staticLoads.FORCE1.type, pyNastran.bdf.cards.properties.bars.PTUBE.type, pyNastran.bdf.cards.constraints.SPCADD.type, pyNastran.bdf.cards.materials.MAT8.type, pyNastran.bdf.cards.loads.loads.RLOAD2.type, pyNastran.bdf.cards.elements.bars.CBAR.type, pyNastran.bdf.cards.loads.staticLoads.FORCE2.type, pyNastran.bdf.cards.properties.shell.PSHEAR.type, pyNastran.bdf.cards.constraints.MPCADD.type, pyNastran.bdf.cards.properties.bars.PBAR.type, pyNastran.bdf.cards.elements.shell.CSHEAR.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT.type, pyNastran.bdf.cards.properties.shell.PSHELL.type, pyNastran.bdf.cards.loads.loads.RANDPS.type, pyNastran.bdf.cards.coordinateSystems.CORD1R.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.coordinateSystems.CORD1C.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.type, pyNastran.bdf.cards.materials.MAT9.type, pyNastran.bdf.cards.coordinateSystems.CORD1S.type, pyNastran.bdf.cards.elements.shell.CQUAD4.type, pyNastran.bdf.cards.coordinateSystems.CORD2R.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.coordinateSystems.CORD2S.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.coordinateSystems.CORD2C.type, pyNastran.bdf.cards.properties.bars.PBARL.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD.type, pyNastran.bdf.cards.materials.MAT10.type, pyNastran.bdf.cards.elements.shell.CQUADR.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.type, pyNastran.bdf.cards.elements.shell.CQUAD.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.properties.bars.PBEAM.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.type, pyNastran.bdf.cards.elements.shell.CQUAD8.type, pyNastran.bdf.cards.elements.bars.CBEAM3.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.materials.MATS1.type, pyNastran.bdf.cards.elements.bars.CBEAM.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.elements.shell.CQUADX.type, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.properties.bars.PBEAML.type, pyNastran.bdf.cards.aero.SPLINE5.type, pyNastran.bdf.cards.aero.TRIM.type, pyNastran.bdf.cards.elements.bars.CBEND.type, and pyNastran.bdf.cards.properties.bars.PBEND.type.
Referenced by pyNastran.bdf.cards.elements.springs.SpringElement.Centroid(), and pyNastran.bdf.cards.elements.springs.SpringElement.Lambda().
def pyNastran.bdf.cards.elements.springs.SpringElement.Lambda | ( | self, | |
model | |||
) |
2d [l,m,0,0] [0,0,l,m]
3d [l,m,n,0,0,0] [0,0,0,l,m,n]
Definition at line 71 of file springs.py.
References pyNastran.bdf.cards.elements.springs.SpringElement.K(), pyNastran.bdf.bdfInterface.getCard.GetMethods.nodeIDs(), pyNastran.bdf.cards.loads.loads.Load.nodeIDs(), pyNastran.bdf.cards.thermal.thermal.ThermalElement.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::methods.norm, and pyNastran.bdf.cards.elements.springs.SpringElement.Stiffness().
Referenced by pyNastran.bdf.cards.elements.springs.SpringElement.K(), and pyNastran.bdf.cards.elements.springs.SpringElement.Stiffness().
def pyNastran.bdf.cards.elements.springs.SpringElement.Stiffness | ( | self, | |
model | |||
) |
Definition at line 96 of file springs.py.
References pyNastran.bdf.cards.elements.springs.SpringElement.Lambda(), pyNastran.bdf.cards.elements.bars.CROD.Lambda(), pyNastran.bdf.cards.elements.bars.CBAR.Lambda(), pyNastran.bdf.cards.elements.springs.SpringElement.Length(), pyNastran.bdf.cards.elements.springs.SpringElement.Length_noXref(), 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.loads.staticLoads.PLOAD.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.SpringElement.Lambda().
Returns the length of a bar/rod/beam element
\[ \large \sqrt{ (n_{x2}-n_{x1})^2+(n_{y2}-n_{y1})^2+(n_{z2}-n_{z1})^2 } \]
.
self | the object pointer |
Reimplemented from pyNastran.bdf.cards.baseCard.Element.
Definition at line 113 of file springs.py.
References pyNastran.bdf.cards.elements.springs.SpringElement.Mass().
Referenced by pyNastran.bdf.cards.elements.springs.SpringElement.Stiffness().
Reimplemented from pyNastran.bdf.cards.baseCard.Element.
Definition at line 117 of file springs.py.
References pyNastran.bdf.cards.params.PARAM.rawFields(), pyNastran.bdf.cards.aero.AEFACT.rawFields(), pyNastran.bdf.cards.properties.damper.PVISC.rawFields(), pyNastran.bdf.cards.elements.elements.CFAST.rawFields(), pyNastran.bdf.cards.optimization.DCONSTR.rawFields(), pyNastran.bdf.cards.elements.damper.CVISC.rawFields(), pyNastran.bdf.cards.properties.mass.NSM.rawFields(), pyNastran.bdf.cards.properties.properties.PFAST.rawFields(), pyNastran.bdf.cards.elements.solid.SolidElement.rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY1.rawFields(), pyNastran.bdf.cards.dynamic.FREQ.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMP.rawFields(), pyNastran.bdf.cards.optimization.DESVAR.rawFields(), pyNastran.bdf.cards.methods.EIGB.rawFields(), pyNastran.bdf.cards.nodes.RINGAX.rawFields(), pyNastran.bdf.cards.aero.AELINK.rawFields(), pyNastran.bdf.cards.properties.mass.PMASS.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS1.rawFields(), pyNastran.bdf.cards.properties.springs.PELAS.rawFields(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.elements.rigid.RBAR.rawFields(), pyNastran.bdf.cards.optimization.DDVAL.rawFields(), pyNastran.bdf.cards.materials.CREEP.rawFields(), pyNastran.bdf.cards.nodes.SPOINT.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP1.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMP5.rawFields(), pyNastran.bdf.cards.elements.elements.CGAP.rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH.rawFields(), pyNastran.bdf.cards.aero.AELIST.rawFields(), pyNastran.bdf.cards.optimization.DOPTPRM.rawFields(), pyNastran.bdf.cards.elements.rigid.RBAR1.rawFields(), pyNastran.bdf.cards.properties.properties.PGAP.rawFields(), pyNastran.bdf.cards.tables.TABLED1.rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYE.rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement.rawFields(), pyNastran.bdf.cards.dynamic.FREQ4.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP2.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMPT.rawFields(), pyNastran.bdf.cards.aero.AEPARM.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.rawFields(), pyNastran.bdf.cards.optimization.DLINK.rawFields(), pyNastran.bdf.cards.tables.TABLED2.rawFields(), pyNastran.bdf.cards.nodes.SPOINTs.rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY3.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS1.rawFields(), pyNastran.bdf.cards.sets.ABQSet1.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS2.rawFields(), pyNastran.bdf.cards.aero.AESTAT.rawFields(), pyNastran.bdf.cards.dynamic.TSTEP.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP3.rawFields(), pyNastran.bdf.cards.optimization.DSCREEN.rawFields(), pyNastran.bdf.cards.tables.TABLED3.rawFields(), pyNastran.bdf.cards.properties.properties.PLSOLID.rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYG.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH2D.rawFields(), pyNastran.bdf.cards.nodes.GRDSET.rawFields(), pyNastran.bdf.cards.tables.TABLEM1.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP4.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.optimization.DRESP1.rawFields(), pyNastran.bdf.cards.sets.CSET1.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS3.rawFields(), pyNastran.bdf.cards.tables.TABLEM2.rawFields(), pyNastran.bdf.cards.properties.properties.PSOLID.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP5.rawFields(), pyNastran.bdf.cards.nodes.GRIDB.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIA3.rawFields(), pyNastran.bdf.cards.aero.AESURF.rawFields(), pyNastran.bdf.cards.materials.MAT1.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS2.rawFields(), pyNastran.bdf.cards.tables.TABLEM3.rawFields(), pyNastran.bdf.cards.loads.loads.SLOAD.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.dynamic.TSTEPNL.rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYP.rawFields(), pyNastran.bdf.cards.loads.staticLoads.LOAD.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS4.rawFields(), pyNastran.bdf.cards.sets.SET1.rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH1D.rawFields(), pyNastran.bdf.cards.tables.TABLEM4.rawFields(), pyNastran.bdf.cards.methods.EIGR.rawFields(), pyNastran.bdf.cards.loads.loads.DLOAD.rawFields(), pyNastran.bdf.cards.properties.properties.PRAC2D.rawFields(), pyNastran.bdf.cards.optimization.DRESP2.rawFields(), pyNastran.bdf.cards.tables.TABLES1.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS3.rawFields(), pyNastran.bdf.cards.constraints.Constraint.rawFields(), pyNastran.bdf.cards.loads.loads.DAREA.rawFields(), pyNastran.bdf.cards.tables.TABLEST.rawFields(), pyNastran.bdf.cards.properties.properties.PRAC3D.rawFields(), pyNastran.bdf.cards.methods.EIGP.rawFields(), pyNastran.bdf.cards.constraints.SUPORT1.rawFields(), pyNastran.bdf.cards.thermal.thermal.PCONV.rawFields(), pyNastran.bdf.cards.sets.SET3.rawFields(), pyNastran.bdf.cards.elements.rigid.RBE2.rawFields(), pyNastran.bdf.cards.aero.AERO.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS4.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIA6.rawFields(), pyNastran.bdf.cards.loads.staticLoads.GRAV.rawFields(), pyNastran.bdf.cards.constraints.SUPORT.rawFields(), pyNastran.bdf.cards.sets.SESET.rawFields(), pyNastran.bdf.cards.nodes.GRID.rawFields(), pyNastran.bdf.cards.tables.TABRND1.rawFields(), pyNastran.bdf.cards.dynamic.NLPARM.rawFields(), pyNastran.bdf.cards.thermal.thermal.PCONVM.rawFields(), pyNastran.bdf.cards.elements.mass.CONM1.rawFields(), pyNastran.bdf.cards.aero.AEROS.rawFields(), pyNastran.bdf.cards.methods.EIGRL.rawFields(), pyNastran.bdf.cards.loads.loads.TLOAD1.rawFields(), pyNastran.bdf.cards.tables.TABRNDG.rawFields(), pyNastran.bdf.cards.constraints.MPC.rawFields(), pyNastran.bdf.cards.materials.MAT2.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIAR.rawFields(), pyNastran.bdf.cards.thermal.thermal.PHBDY.rawFields(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIAX.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.aero.CSSCHD.rawFields(), pyNastran.bdf.cards.thermal.thermal.CONV.rawFields(), pyNastran.bdf.cards.constraints.SPC.rawFields(), pyNastran.bdf.cards.loads.loads.TLOAD2.rawFields(), pyNastran.bdf.cards.elements.bars.CROD.rawFields(), pyNastran.bdf.cards.materials.MAT3.rawFields(), pyNastran.bdf.cards.constraints.SPCD.rawFields(), pyNastran.bdf.cards.elements.bars.CTUBE.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIAX6.rawFields(), pyNastran.bdf.cards.optimization.DVPREL2.rawFields(), pyNastran.bdf.cards.loads.loads.RFORCE.rawFields(), pyNastran.bdf.cards.constraints.SPCAX.rawFields(), pyNastran.bdf.cards.materials.MAT4.rawFields(), pyNastran.bdf.cards.thermal.thermal.RADBC.rawFields(), pyNastran.bdf.cards.properties.shell.PCOMP.rawFields(), pyNastran.bdf.cards.aero.CAERO1.rawFields(), pyNastran.bdf.cards.constraints.SPC1.rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE.rawFields(), pyNastran.bdf.cards.properties.bars.PROD.rawFields(), pyNastran.bdf.cards.loads.loads.RLOAD1.rawFields(), pyNastran.bdf.cards.elements.bars.CONROD.rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE1.rawFields(), pyNastran.bdf.cards.constraints.SPCADD.rawFields(), pyNastran.bdf.cards.aero.CAERO2.rawFields(), pyNastran.bdf.cards.properties.bars.PTUBE.rawFields(), pyNastran.bdf.cards.constraints.MPCADD.rawFields(), pyNastran.bdf.cards.loads.loads.RLOAD2.rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE2.rawFields(), pyNastran.bdf.cards.properties.shell.PSHEAR.rawFields(), pyNastran.bdf.cards.aero.FLFACT.rawFields(), pyNastran.bdf.cards.materials.MAT8.rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD1R.rawFields(), pyNastran.bdf.cards.loads.loads.RANDPS.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD1C.rawFields(), pyNastran.bdf.cards.elements.shell.CSHEAR.rawFields(), pyNastran.bdf.cards.aero.FLUTTER.rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT1.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD1S.rawFields(), pyNastran.bdf.cards.properties.bars.PBAR.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD2R.rawFields(), pyNastran.bdf.cards.aero.GUST.rawFields(), pyNastran.bdf.cards.materials.MAT9.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD2S.rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2.rawFields(), pyNastran.bdf.cards.properties.shell.PSHELL.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD2C.rawFields(), pyNastran.bdf.cards.aero.MKAERO1.rawFields(), pyNastran.bdf.cards.elements.shell.CQUAD4.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD.rawFields(), pyNastran.bdf.cards.materials.MAT10.rawFields(), pyNastran.bdf.cards.aero.MKAERO2.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD1.rawFields(), pyNastran.bdf.cards.elements.shell.CQUADR.rawFields(), pyNastran.bdf.cards.aero.PAERO1.rawFields(), pyNastran.bdf.cards.properties.bars.PBARL.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2.rawFields(), pyNastran.bdf.cards.elements.bars.CBAR.rawFields(), pyNastran.bdf.cards.elements.shell.CQUAD.rawFields(), pyNastran.bdf.cards.aero.PAERO2.rawFields(), pyNastran.bdf.cards.materials.MATHP.rawFields(), pyNastran.bdf.cards.elements.bars.CBEAM3.rawFields(), pyNastran.bdf.cards.aero.SPLINE1.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.rawFields(), pyNastran.bdf.cards.elements.shell.CQUAD8.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAM.rawFields(), pyNastran.bdf.cards.aero.SPLINE2.rawFields(), pyNastran.bdf.cards.elements.shell.CQUADX.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOADX1.rawFields(), pyNastran.bdf.cards.materials.MATS1.rawFields(), pyNastran.bdf.cards.aero.SPLINE4.rawFields(), pyNastran.bdf.cards.elements.bars.CBEAM.rawFields(), pyNastran.bdf.cards.aero.SPLINE5.rawFields(), pyNastran.bdf.cards.elements.bars.CBEND.rawFields(), pyNastran.bdf.cards.aero.TRIM.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAML.rawFields(), and pyNastran.bdf.cards.elements.springs.SpringElement.reprFields().
Referenced by pyNastran.bdf.cards.elements.shell.TriShell.Centroid(), pyNastran.bdf.cards.elements.shell.QuadShell.Centroid(), pyNastran.bdf.cards.elements.bars.CBAR.Gb(), pyNastran.bdf.cards.elements.bars.CROD.Lambda(), and pyNastran.bdf.cards.elements.springs.SpringElement.Length().
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Reimplemented in pyNastran.bdf.cards.elements.springs.CELAS2.
Definition at line 120 of file springs.py.
References pyNastran.bdf.cards.elements.springs.SpringElement.__repr__(), pyNastran.bdf.cards.baseCard.BaseCard.printCard(), pyNastran.bdf.cards.params.PARAM.rawFields(), pyNastran.bdf.cards.aero.AEFACT.rawFields(), pyNastran.bdf.cards.properties.damper.PVISC.rawFields(), pyNastran.bdf.cards.elements.elements.CFAST.rawFields(), pyNastran.bdf.cards.optimization.DCONSTR.rawFields(), pyNastran.bdf.cards.elements.damper.CVISC.rawFields(), pyNastran.bdf.cards.properties.mass.NSM.rawFields(), pyNastran.bdf.cards.properties.properties.PFAST.rawFields(), pyNastran.bdf.cards.elements.solid.SolidElement.rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY1.rawFields(), pyNastran.bdf.cards.dynamic.FREQ.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMP.rawFields(), pyNastran.bdf.cards.optimization.DESVAR.rawFields(), pyNastran.bdf.cards.methods.EIGB.rawFields(), pyNastran.bdf.cards.nodes.RINGAX.rawFields(), pyNastran.bdf.cards.aero.AELINK.rawFields(), pyNastran.bdf.cards.properties.mass.PMASS.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS1.rawFields(), pyNastran.bdf.cards.properties.springs.PELAS.rawFields(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.elements.rigid.RBAR.rawFields(), pyNastran.bdf.cards.optimization.DDVAL.rawFields(), pyNastran.bdf.cards.materials.CREEP.rawFields(), pyNastran.bdf.cards.nodes.SPOINT.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP1.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMP5.rawFields(), pyNastran.bdf.cards.elements.elements.CGAP.rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH.rawFields(), pyNastran.bdf.cards.aero.AELIST.rawFields(), pyNastran.bdf.cards.optimization.DOPTPRM.rawFields(), pyNastran.bdf.cards.elements.rigid.RBAR1.rawFields(), pyNastran.bdf.cards.properties.properties.PGAP.rawFields(), pyNastran.bdf.cards.tables.TABLED1.rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYE.rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement.rawFields(), pyNastran.bdf.cards.dynamic.FREQ4.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP2.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMPT.rawFields(), pyNastran.bdf.cards.aero.AEPARM.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.rawFields(), pyNastran.bdf.cards.optimization.DLINK.rawFields(), pyNastran.bdf.cards.tables.TABLED2.rawFields(), pyNastran.bdf.cards.nodes.SPOINTs.rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY3.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS1.rawFields(), pyNastran.bdf.cards.sets.ABQSet1.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS2.rawFields(), pyNastran.bdf.cards.aero.AESTAT.rawFields(), pyNastran.bdf.cards.dynamic.TSTEP.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP3.rawFields(), pyNastran.bdf.cards.optimization.DSCREEN.rawFields(), pyNastran.bdf.cards.tables.TABLED3.rawFields(), pyNastran.bdf.cards.properties.properties.PLSOLID.rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYG.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH2D.rawFields(), pyNastran.bdf.cards.nodes.GRDSET.rawFields(), pyNastran.bdf.cards.tables.TABLEM1.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP4.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.optimization.DRESP1.rawFields(), pyNastran.bdf.cards.sets.CSET1.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS3.rawFields(), pyNastran.bdf.cards.tables.TABLEM2.rawFields(), pyNastran.bdf.cards.properties.properties.PSOLID.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP5.rawFields(), pyNastran.bdf.cards.nodes.GRIDB.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIA3.rawFields(), pyNastran.bdf.cards.aero.AESURF.rawFields(), pyNastran.bdf.cards.materials.MAT1.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS2.rawFields(), pyNastran.bdf.cards.tables.TABLEM3.rawFields(), pyNastran.bdf.cards.loads.loads.SLOAD.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.dynamic.TSTEPNL.rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYP.rawFields(), pyNastran.bdf.cards.loads.staticLoads.LOAD.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS4.rawFields(), pyNastran.bdf.cards.sets.SET1.rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH1D.rawFields(), pyNastran.bdf.cards.tables.TABLEM4.rawFields(), pyNastran.bdf.cards.methods.EIGR.rawFields(), pyNastran.bdf.cards.loads.loads.DLOAD.rawFields(), pyNastran.bdf.cards.properties.properties.PRAC2D.rawFields(), pyNastran.bdf.cards.optimization.DRESP2.rawFields(), pyNastran.bdf.cards.tables.TABLES1.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS3.rawFields(), pyNastran.bdf.cards.constraints.Constraint.rawFields(), pyNastran.bdf.cards.loads.loads.DAREA.rawFields(), pyNastran.bdf.cards.tables.TABLEST.rawFields(), pyNastran.bdf.cards.properties.properties.PRAC3D.rawFields(), pyNastran.bdf.cards.methods.EIGP.rawFields(), pyNastran.bdf.cards.thermal.thermal.PCONV.rawFields(), pyNastran.bdf.cards.constraints.SUPORT1.rawFields(), pyNastran.bdf.cards.sets.SET3.rawFields(), pyNastran.bdf.cards.elements.rigid.RBE2.rawFields(), pyNastran.bdf.cards.aero.AERO.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS4.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIA6.rawFields(), pyNastran.bdf.cards.loads.staticLoads.GRAV.rawFields(), pyNastran.bdf.cards.constraints.SUPORT.rawFields(), pyNastran.bdf.cards.sets.SESET.rawFields(), pyNastran.bdf.cards.nodes.GRID.rawFields(), pyNastran.bdf.cards.tables.TABRND1.rawFields(), pyNastran.bdf.cards.dynamic.NLPARM.rawFields(), pyNastran.bdf.cards.thermal.thermal.PCONVM.rawFields(), pyNastran.bdf.cards.elements.mass.CONM1.rawFields(), pyNastran.bdf.cards.aero.AEROS.rawFields(), pyNastran.bdf.cards.loads.loads.TLOAD1.rawFields(), pyNastran.bdf.cards.methods.EIGRL.rawFields(), pyNastran.bdf.cards.tables.TABRNDG.rawFields(), pyNastran.bdf.cards.constraints.MPC.rawFields(), pyNastran.bdf.cards.materials.MAT2.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIAR.rawFields(), pyNastran.bdf.cards.thermal.thermal.PHBDY.rawFields(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIAX.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.aero.CSSCHD.rawFields(), pyNastran.bdf.cards.thermal.thermal.CONV.rawFields(), pyNastran.bdf.cards.constraints.SPC.rawFields(), pyNastran.bdf.cards.elements.bars.CROD.rawFields(), pyNastran.bdf.cards.loads.loads.TLOAD2.rawFields(), pyNastran.bdf.cards.materials.MAT3.rawFields(), pyNastran.bdf.cards.constraints.SPCD.rawFields(), pyNastran.bdf.cards.elements.bars.CTUBE.rawFields(), pyNastran.bdf.cards.elements.shell.CTRIAX6.rawFields(), pyNastran.bdf.cards.optimization.DVPREL2.rawFields(), pyNastran.bdf.cards.loads.loads.RFORCE.rawFields(), pyNastran.bdf.cards.constraints.SPCAX.rawFields(), pyNastran.bdf.cards.materials.MAT4.rawFields(), pyNastran.bdf.cards.thermal.thermal.RADBC.rawFields(), pyNastran.bdf.cards.properties.shell.PCOMP.rawFields(), pyNastran.bdf.cards.aero.CAERO1.rawFields(), pyNastran.bdf.cards.constraints.SPC1.rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE.rawFields(), pyNastran.bdf.cards.properties.bars.PROD.rawFields(), pyNastran.bdf.cards.loads.loads.RLOAD1.rawFields(), pyNastran.bdf.cards.elements.bars.CONROD.rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE1.rawFields(), pyNastran.bdf.cards.constraints.SPCADD.rawFields(), pyNastran.bdf.cards.aero.CAERO2.rawFields(), pyNastran.bdf.cards.properties.bars.PTUBE.rawFields(), pyNastran.bdf.cards.constraints.MPCADD.rawFields(), pyNastran.bdf.cards.loads.loads.RLOAD2.rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE2.rawFields(), pyNastran.bdf.cards.properties.shell.PSHEAR.rawFields(), pyNastran.bdf.cards.aero.FLFACT.rawFields(), pyNastran.bdf.cards.materials.MAT8.rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD1R.rawFields(), pyNastran.bdf.cards.loads.loads.RANDPS.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD1C.rawFields(), pyNastran.bdf.cards.elements.shell.CSHEAR.rawFields(), pyNastran.bdf.cards.aero.FLUTTER.rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT1.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD1S.rawFields(), pyNastran.bdf.cards.properties.bars.PBAR.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD2R.rawFields(), pyNastran.bdf.cards.aero.GUST.rawFields(), pyNastran.bdf.cards.materials.MAT9.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD2S.rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2.rawFields(), pyNastran.bdf.cards.properties.shell.PSHELL.rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD2C.rawFields(), pyNastran.bdf.cards.aero.MKAERO1.rawFields(), pyNastran.bdf.cards.elements.shell.CQUAD4.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD.rawFields(), pyNastran.bdf.cards.materials.MAT10.rawFields(), pyNastran.bdf.cards.aero.MKAERO2.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD1.rawFields(), pyNastran.bdf.cards.elements.shell.CQUADR.rawFields(), pyNastran.bdf.cards.aero.PAERO1.rawFields(), pyNastran.bdf.cards.properties.bars.PBARL.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2.rawFields(), pyNastran.bdf.cards.elements.bars.CBAR.rawFields(), pyNastran.bdf.cards.elements.shell.CQUAD.rawFields(), pyNastran.bdf.cards.aero.PAERO2.rawFields(), pyNastran.bdf.cards.materials.MATHP.rawFields(), pyNastran.bdf.cards.elements.bars.CBEAM3.rawFields(), pyNastran.bdf.cards.aero.SPLINE1.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.rawFields(), pyNastran.bdf.cards.elements.shell.CQUAD8.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAM.rawFields(), pyNastran.bdf.cards.aero.SPLINE2.rawFields(), pyNastran.bdf.cards.elements.shell.CQUADX.rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOADX1.rawFields(), pyNastran.bdf.cards.materials.MATS1.rawFields(), pyNastran.bdf.cards.aero.SPLINE4.rawFields(), pyNastran.bdf.cards.elements.bars.CBEAM.rawFields(), pyNastran.bdf.cards.aero.SPLINE5.rawFields(), pyNastran.bdf.cards.elements.bars.CBEND.rawFields(), pyNastran.bdf.cards.aero.TRIM.rawFields(), and pyNastran.bdf.cards.properties.bars.PBEAML.rawFields().
Referenced by pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), and pyNastran.bdf.cards.sets.Set.reprFields().
Prints a card in the simplest way possible (default values are left blank).
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 123 of file springs.py.
Referenced by pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), and pyNastran.bdf.cards.elements.bars.CBAR.Stiffness().