pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | writeCodeAster |
def | writeCodeAsterLoad |
def | verify |
this method checks performs checks on the cards such as that the PBEAML has a proper material type | |
def | isSameFields |
def | Is |
retruns True if the card type is the same as the object | |
def | removeTrailingNones |
removes blank fields at the end of a card object | |
def | printCard |
prints a card object | |
def | crossReference |
def | buildTableLines |
builds a table of the form: 'DESVAR' DVID1 DVID2 DVID3 DVID4 DVID5 DVID6 DVID7 DVID8 -etc. | |
def | isSameCard |
def | printRawFields |
A card's raw fields include all defaults for all fields. | |
def | reprFields |
def | __repr__ |
Prints a card in the simplest way possible (default values are left blank). | |
Public Attributes | |
type |
Definition at line 35 of file baseCard.py.
Reimplemented in pyNastran.bdf.cards.properties.bars.PBEAM, pyNastran.bdf.cards.properties.shell.PSHELL, pyNastran.bdf.cards.properties.bars.PBAR, pyNastran.bdf.cards.elements.bars.CONROD, pyNastran.bdf.cards.elements.rigid.RBE2, pyNastran.bdf.cards.elements.springs.CELAS2, pyNastran.bdf.cards.dmig.NastranMatrix, and pyNastran.bdf.cards.properties.springs.PELAS.
Definition at line 39 of file baseCard.py.
References pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.aero.SPLINE5.type, and pyNastran.bdf.cards.aero.TRIM.type.
def pyNastran.bdf.cards.baseCard.BaseCard.writeCodeAsterLoad | ( | self, | |
model, | |||
gridWord = 'node' |
|||
) |
Definition at line 42 of file baseCard.py.
References pyNastran.bdf.cards.optimization.DCONSTR.lid, pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.aero.SPLINE5.type, pyNastran.bdf.cards.aero.TRIM.type, and pyNastran.bdf.cards.baseCard.BaseCard.verify().
def pyNastran.bdf.cards.baseCard.BaseCard.verify | ( | self, | |
model, | |||
iSubcase | |||
) |
this method checks performs checks on the cards such as that the PBEAML has a proper material type
Reimplemented in pyNastran.bdf.cards.properties.bars.PBEAML.
Definition at line 50 of file baseCard.py.
Referenced by pyNastran.bdf.cards.baseCard.BaseCard.writeCodeAsterLoad().
def pyNastran.bdf.cards.baseCard.BaseCard.isSameFields | ( | self, | |
fields1, | |||
fields2 | |||
) |
Definition at line 53 of file baseCard.py.
References pyNastran.bdf.cards.baseCard.BaseCard.Is(), pyNastran::bdf::fieldWriter.is_same(), pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.aero.SPLINE5.type, and pyNastran.bdf.cards.aero.TRIM.type.
Referenced by pyNastran.bdf.cards.baseCard.Material.__init__(), pyNastran.bdf.cards.elements.solid.SolidElement.isSameCard(), pyNastran.bdf.cards.elements.damper.CDAMP1.isSameCard(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS1.isSameCard(), pyNastran.bdf.cards.elements.mass.CMASS3.isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS2.isSameCard(), pyNastran.bdf.cards.elements.mass.CMASS4.isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS3.isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS4.isSameCard(), and pyNastran.bdf.cards.baseCard.Property.Mid().
def pyNastran.bdf.cards.baseCard.BaseCard.Is | ( | self, | |
typeCheck | |||
) |
retruns True if the card type is the same as the object
Reimplemented from pyNastran.bdf.bdfInterface.BDF_Card.BDFCard.
Definition at line 63 of file baseCard.py.
Referenced by pyNastran.bdf.cards.baseCard.BaseCard.isSameFields().
def pyNastran.bdf.cards.baseCard.BaseCard.removeTrailingNones | ( | self, | |
fields | |||
) |
removes blank fields at the end of a card object
Definition at line 70 of file baseCard.py.
References pyNastran.bdf.cards.baseCard.BaseCard.printCard().
def pyNastran.bdf.cards.baseCard.BaseCard.printCard | ( | self, | |
fields, | |||
tol = 0. |
|||
) |
prints a card object
Definition at line 75 of file baseCard.py.
References pyNastran.bdf.cards.baseCard.BaseCard.crossReference(), pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.aero.SPLINE5.type, and pyNastran.bdf.cards.aero.TRIM.type.
Referenced by pyNastran.bdf.cards.constraints.ConstraintADD.__init__(), pyNastran.bdf.cards.dmig.NastranMatrix.__repr__(), pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), pyNastran.bdf.cards.dmig.DMI.isComplex(), pyNastran.bdf.cards.sets.SET3.IsPoint(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.optimization.DDVAL.rawFields(), pyNastran.bdf.cards.baseCard.BaseCard.removeTrailingNones(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), and pyNastran.bdf.cards.baseCard.BaseCard.reprFields().
def pyNastran.bdf.cards.baseCard.BaseCard.crossReference | ( | self, | |
model | |||
) |
Reimplemented in pyNastran.bdf.cards.properties.bars.PBEND, pyNastran.bdf.cards.properties.bars.PBEAML, pyNastran.bdf.cards.aero.SPLINE5, pyNastran.bdf.cards.aero.SPLINE4, pyNastran.bdf.cards.elements.bars.CBEAM, pyNastran.bdf.cards.materials.MATS1, pyNastran.bdf.cards.loads.staticLoads.PLOADX1, pyNastran.bdf.cards.aero.SPLINE2, pyNastran.bdf.cards.properties.bars.PBEAM, pyNastran.bdf.cards.loads.staticLoads.PLOAD4, pyNastran.bdf.cards.aero.SPLINE1, pyNastran.bdf.cards.elements.bars.CBEAM3, pyNastran.bdf.cards.loads.staticLoads.PLOAD2, pyNastran.bdf.cards.loads.staticLoads.PLOAD1, pyNastran.bdf.cards.properties.bars.PBARL, pyNastran.bdf.cards.loads.staticLoads.PLOAD, pyNastran.bdf.cards.loads.staticLoads.MOMENT2, pyNastran.bdf.cards.properties.shell.PSHELL, pyNastran.bdf.cards.loads.staticLoads.MOMENT1, pyNastran.bdf.cards.elements.bars.CBAR, pyNastran.bdf.cards.properties.bars.PBAR, pyNastran.bdf.cards.loads.loads.RANDPS, pyNastran.bdf.cards.loads.staticLoads.MOMENT, pyNastran.bdf.cards.loads.staticLoads.FORCE2, pyNastran.bdf.cards.loads.loads.RLOAD2, pyNastran.bdf.cards.aero.CAERO2, pyNastran.bdf.cards.properties.bars.PTUBE, pyNastran.bdf.cards.loads.staticLoads.FORCE1, pyNastran.bdf.cards.loads.loads.RLOAD1, pyNastran.bdf.cards.coordinateSystems.Cord1x, pyNastran.bdf.cards.loads.staticLoads.FORCE, pyNastran.bdf.cards.properties.bars.PROD, pyNastran.bdf.cards.elements.bars.CONROD, pyNastran.bdf.cards.thermal.thermal.RADBC, pyNastran.bdf.cards.aero.CAERO1, pyNastran.bdf.cards.loads.loads.RFORCE, pyNastran.bdf.cards.optimization.DVPREL2, pyNastran.bdf.cards.elements.shell.CTRIAX6, pyNastran.bdf.cards.loads.loads.TLOAD2, pyNastran.bdf.cards.thermal.thermal.CONV, pyNastran.bdf.cards.coordinateSystems.Cord2x, pyNastran.bdf.cards.aero.CSSCHD, pyNastran.bdf.cards.properties.shell.PCOMP, pyNastran.bdf.cards.methods.EIGRL, pyNastran.bdf.cards.loads.loads.TLOAD1, pyNastran.bdf.cards.elements.springs.CELAS4, pyNastran.bdf.cards.methods.EIGP, pyNastran.bdf.cards.properties.properties.PRAC3D, pyNastran.bdf.cards.elements.springs.CELAS3, pyNastran.bdf.cards.properties.properties.PRAC2D, pyNastran.bdf.cards.methods.EIGR, pyNastran.bdf.cards.elements.mass.CMASS4, pyNastran.bdf.cards.thermal.thermal.CHBDYP, pyNastran.bdf.cards.loads.loads.SLOAD, pyNastran.bdf.cards.elements.damper.CDAMP5, pyNastran.bdf.cards.elements.springs.CELAS2, pyNastran.bdf.cards.elements.mass.CMASS3, pyNastran.bdf.cards.elements.damper.CDAMP4, pyNastran.bdf.cards.elements.bush.CBUSH2D, pyNastran.bdf.cards.baseCard.Material, pyNastran.bdf.cards.nodes.GRDSET, pyNastran.bdf.cards.thermal.thermal.CHBDYG, pyNastran.bdf.cards.properties.properties.PLSOLID, pyNastran.bdf.cards.baseCard.Property, pyNastran.bdf.cards.elements.damper.CDAMP3, pyNastran.bdf.cards.elements.springs.CELAS1, pyNastran.bdf.cards.elements.bush.CBUSH1D, pyNastran.bdf.cards.elements.mass.CMASS2, pyNastran.bdf.cards.nodes.SPOINTs, pyNastran.bdf.cards.elements.damper.CDAMP2, pyNastran.bdf.cards.properties.damper.PDAMPT, pyNastran.bdf.cards.elements.elements.CrackElement, pyNastran.bdf.cards.properties.properties.PGAP, pyNastran.bdf.cards.properties.springs.PELAST, pyNastran.bdf.cards.elements.bush.CBUSH, pyNastran.bdf.cards.properties.damper.PDAMP5, pyNastran.bdf.cards.elements.damper.CDAMP1, pyNastran.bdf.cards.elements.elements.CGAP, pyNastran.bdf.cards.nodes.SPOINT, pyNastran.bdf.cards.methods.EIGB, pyNastran.bdf.cards.elements.shell.ShellElement, pyNastran.bdf.cards.properties.springs.PELAS, pyNastran.bdf.cards.properties.properties.PFAST, pyNastran.bdf.cards.properties.damper.PVISC, pyNastran.bdf.cards.elements.elements.CFAST, pyNastran.bdf.cards.nodes.Node, pyNastran.bdf.cards.elements.damper.LineDamper, pyNastran.bdf.cards.elements.rigid.RigidElement, pyNastran.bdf.cards.properties.damper.DamperProperty, pyNastran.bdf.cards.properties.bush.BushingProperty, pyNastran.bdf.cards.properties.mass.PointProperty, and pyNastran.bdf.cards.thermal.thermal.ThermalCard.
Definition at line 79 of file baseCard.py.
References pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines().
Referenced by pyNastran.bdf.cards.baseCard.BaseCard.printCard(), pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
def pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines | ( | self, | |
fields, | |||
nStart = 1 , |
|||
nEnd = 0 |
|||
) |
builds a table of the form: 'DESVAR' DVID1 DVID2 DVID3 DVID4 DVID5 DVID6 DVID7 DVID8 -etc.
fields | the fields to enter, including DESVAR |
nStart | the number of blank fields at the start of the line (default=1) |
nEnd | the number of blank fields at the end of the line (default=0) |
Definition at line 98 of file baseCard.py.
References pyNastran.bdf.bdfInterface.BDF_Card.BDFCard._wipeEmptyFields(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), 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.thermal.thermal.CHBDYP.rawFields(), pyNastran.bdf.cards.dynamic.TSTEPNL.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.properties.shell.PCOMP.rawFields(), pyNastran.bdf.cards.thermal.thermal.RADBC.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.baseCard.BaseCard.crossReference(), pyNastran.bdf.cards.optimization.DVPREL2.OptValue(), pyNastran.bdf.cards.optimization.DRESP2.packParams(), and pyNastran.bdf.cards.optimization.DVPREL2.rawFields().
def pyNastran.bdf.cards.baseCard.BaseCard.isSameCard | ( | self, | |
card, | |||
debug = False |
|||
) |
Reimplemented in pyNastran.bdf.cards.properties.shell.PSHEAR, pyNastran.bdf.cards.properties.shell.PCOMP, pyNastran.bdf.cards.elements.springs.CELAS4, pyNastran.bdf.cards.elements.springs.CELAS3, pyNastran.bdf.cards.elements.mass.CMASS4, pyNastran.bdf.cards.baseCard.Element, pyNastran.bdf.cards.elements.springs.CELAS2, pyNastran.bdf.cards.elements.mass.CMASS3, pyNastran.bdf.cards.baseCard.Material, pyNastran.bdf.cards.baseCard.Property, pyNastran.bdf.cards.elements.springs.CELAS1, pyNastran.bdf.cards.elements.damper.CDAMP1, and pyNastran.bdf.cards.thermal.thermal.ThermalCard.
Definition at line 124 of file baseCard.py.
References pyNastran.bdf.cards.baseCard.BaseCard.isSameFields(), pyNastran.bdf.cards.baseCard.BaseCard.printCard(), pyNastran.bdf.cards.baseCard.BaseCard.printRawFields(), 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.sets.SESET.rawFields(), pyNastran.bdf.cards.constraints.SUPORT.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.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.properties.shell.PCOMP.rawFields(), pyNastran.bdf.cards.thermal.thermal.RADBC.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.baseCard.BaseCard.reprFields().
Referenced by pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines().
A card's raw fields include all defaults for all fields.
Definition at line 133 of file baseCard.py.
References pyNastran.bdf.cards.baseCard.BaseCard.__repr__().
Referenced by pyNastran.bdf.cards.baseCard.BaseCard.isSameCard().
def pyNastran.bdf.cards.baseCard.BaseCard.reprFields | ( | self | ) |
Reimplemented in pyNastran.bdf.cards.properties.bars.PBEND, pyNastran.bdf.cards.properties.bars.PBEAML, pyNastran.bdf.cards.elements.bars.CBEND, pyNastran.bdf.cards.aero.SPLINE5, pyNastran.bdf.cards.elements.bars.CBEAM, pyNastran.bdf.cards.aero.SPLINE4, pyNastran.bdf.cards.materials.MATS1, pyNastran.bdf.cards.loads.staticLoads.PLOADX1, pyNastran.bdf.cards.properties.bars.PBEAM, pyNastran.bdf.cards.elements.shell.CQUADX, pyNastran.bdf.cards.aero.SPLINE2, pyNastran.bdf.cards.loads.staticLoads.PLOAD4, pyNastran.bdf.cards.elements.shell.CQUAD8, pyNastran.bdf.cards.aero.SPLINE1, pyNastran.bdf.cards.elements.bars.CBEAM3, pyNastran.bdf.cards.aero.PAERO2, pyNastran.bdf.cards.elements.shell.CQUAD, pyNastran.bdf.cards.elements.bars.CBAR, pyNastran.bdf.cards.loads.staticLoads.PLOAD2, pyNastran.bdf.cards.properties.bars.PBARL, pyNastran.bdf.cards.aero.PAERO1, pyNastran.bdf.cards.elements.shell.CQUADR, pyNastran.bdf.cards.loads.staticLoads.PLOAD1, pyNastran.bdf.cards.aero.MKAERO2, pyNastran.bdf.cards.loads.staticLoads.PLOAD, pyNastran.bdf.cards.aero.MKAERO1, pyNastran.bdf.cards.elements.shell.CQUAD4, pyNastran.bdf.cards.properties.shell.PSHELL, pyNastran.bdf.cards.loads.staticLoads.MOMENT2, pyNastran.bdf.cards.properties.bars.PBAR, pyNastran.bdf.cards.loads.staticLoads.MOMENT1, pyNastran.bdf.cards.elements.shell.CSHEAR, pyNastran.bdf.cards.loads.loads.RANDPS, pyNastran.bdf.cards.loads.staticLoads.MOMENT, pyNastran.bdf.cards.loads.staticLoads.FORCE2, pyNastran.bdf.cards.loads.loads.RLOAD2, pyNastran.bdf.cards.properties.bars.PTUBE, pyNastran.bdf.cards.aero.CAERO2, pyNastran.bdf.cards.loads.staticLoads.FORCE1, pyNastran.bdf.cards.elements.bars.CONROD, pyNastran.bdf.cards.loads.loads.RLOAD1, pyNastran.bdf.cards.properties.bars.PROD, pyNastran.bdf.cards.loads.staticLoads.FORCE, pyNastran.bdf.cards.aero.CAERO1, pyNastran.bdf.cards.properties.shell.PCOMP, pyNastran.bdf.cards.thermal.thermal.RADBC, pyNastran.bdf.cards.optimization.DVPREL2, pyNastran.bdf.cards.loads.loads.RFORCE, pyNastran.bdf.cards.elements.shell.CTRIAX6, pyNastran.bdf.cards.thermal.thermal.RADM, pyNastran.bdf.cards.loads.loads.TLOAD2, pyNastran.bdf.cards.elements.bars.CROD, pyNastran.bdf.cards.thermal.thermal.CONV, pyNastran.bdf.cards.aero.CSSCHD, pyNastran.bdf.cards.tables.TIC, pyNastran.bdf.cards.elements.shell.CTRIAX, pyNastran.bdf.cards.thermal.thermal.PHBDY, pyNastran.bdf.cards.elements.shell.CTRIAR, pyNastran.bdf.cards.tables.TABRNDG, pyNastran.bdf.cards.methods.EIGRL, pyNastran.bdf.cards.loads.loads.TLOAD1, pyNastran.bdf.cards.aero.AEROS, pyNastran.bdf.cards.thermal.thermal.PCONVM, pyNastran.bdf.cards.dynamic.NLPARM, pyNastran.bdf.cards.tables.TABRND1, pyNastran.bdf.cards.nodes.GRID, pyNastran.bdf.cards.elements.shell.CTRIA6, pyNastran.bdf.cards.aero.AERO, pyNastran.bdf.cards.elements.rigid.RBE2, pyNastran.bdf.cards.thermal.thermal.PCONV, pyNastran.bdf.cards.methods.EIGP, pyNastran.bdf.cards.properties.properties.PRAC3D, pyNastran.bdf.cards.tables.TABLEST, pyNastran.bdf.cards.tables.TABLES1, pyNastran.bdf.cards.properties.bush.PBUSH1D, pyNastran.bdf.cards.optimization.DRESP2, pyNastran.bdf.cards.loads.loads.DLOAD, pyNastran.bdf.cards.properties.properties.PRAC2D, pyNastran.bdf.cards.methods.EIGR, pyNastran.bdf.cards.tables.TABLEM4, pyNastran.bdf.cards.dynamic.TSTEPNL, pyNastran.bdf.cards.thermal.thermal.CHBDYP, pyNastran.bdf.cards.loads.loads.SLOAD, pyNastran.bdf.cards.elements.springs.CELAS2, pyNastran.bdf.cards.tables.TABLEM3, pyNastran.bdf.cards.aero.AESURF, pyNastran.bdf.cards.elements.shell.CTRIA3, pyNastran.bdf.cards.nodes.GRIDB, pyNastran.bdf.cards.coordinateSystems.Coord, pyNastran.bdf.cards.properties.properties.PSOLID, pyNastran.bdf.cards.tables.TABLEM2, pyNastran.bdf.cards.nodes.GRDSET, pyNastran.bdf.cards.thermal.thermal.CHBDYG, pyNastran.bdf.cards.optimization.DSCREEN, pyNastran.bdf.cards.tables.TABLED3, pyNastran.bdf.cards.dynamic.TSTEP, pyNastran.bdf.cards.elements.mass.CMASS2, pyNastran.bdf.cards.nodes.SPOINTs, pyNastran.bdf.cards.optimization.DLINK, pyNastran.bdf.cards.tables.TABLED2, pyNastran.bdf.cards.elements.bush.CBUSH1D, pyNastran.bdf.cards.dynamic.FREQ4, pyNastran.bdf.cards.properties.damper.PDAMPT, pyNastran.bdf.cards.properties.bush.PBUSH, pyNastran.bdf.cards.thermal.thermal.CHBDYE, pyNastran.bdf.cards.tables.TABLED1, pyNastran.bdf.cards.properties.properties.PGAP, pyNastran.bdf.cards.elements.rigid.RBAR1, pyNastran.bdf.cards.elements.bush.CBUSH, pyNastran.bdf.cards.elements.springs.SpringElement, pyNastran.bdf.cards.properties.damper.PDAMP5, pyNastran.bdf.cards.elements.rigid.RBAR, pyNastran.bdf.cards.properties.springs.PELAS, pyNastran.bdf.cards.properties.mass.PMASS, pyNastran.bdf.cards.methods.EIGB, pyNastran.bdf.cards.optimization.DESVAR, pyNastran.bdf.cards.properties.damper.PDAMP, pyNastran.bdf.cards.properties.properties.PFAST, pyNastran.bdf.cards.properties.mass.NSM, pyNastran.bdf.cards.elements.damper.CVISC, pyNastran.bdf.cards.elements.elements.CFAST, pyNastran.bdf.cards.optimization.DCONSTR, pyNastran.bdf.cards.properties.damper.PVISC, pyNastran.bdf.cards.aero.AEFACT, and pyNastran.bdf.cards.sets.Set.
Definition at line 137 of file baseCard.py.
References pyNastran.bdf.cards.baseCard.BaseCard.printCard(), pyNastran.bdf.cards.aero.AEFACT.reprFields(), pyNastran.bdf.cards.baseCard.BaseCard.reprFields(), pyNastran.bdf.cards.aero.AESURF.reprFields(), pyNastran.bdf.cards.aero.AERO.reprFields(), pyNastran.bdf.cards.aero.AEROS.reprFields(), pyNastran.bdf.cards.aero.CSSCHD.reprFields(), pyNastran.bdf.cards.aero.CAERO1.reprFields(), pyNastran.bdf.cards.aero.CAERO2.reprFields(), pyNastran.bdf.cards.aero.MKAERO1.reprFields(), pyNastran.bdf.cards.aero.MKAERO2.reprFields(), pyNastran.bdf.cards.aero.PAERO1.reprFields(), pyNastran.bdf.cards.aero.PAERO2.reprFields(), pyNastran.bdf.cards.aero.SPLINE1.reprFields(), pyNastran.bdf.cards.aero.SPLINE2.reprFields(), pyNastran.bdf.cards.aero.SPLINE4.reprFields(), pyNastran.bdf.cards.aero.SPLINE5.reprFields(), pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.aero.SPLINE5.type, and pyNastran.bdf.cards.aero.TRIM.type.
Referenced by pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.sets.Set.reprFields(), and pyNastran.bdf.cards.baseCard.BaseCard.reprFields().
def pyNastran.bdf.cards.baseCard.BaseCard.__repr__ | ( | self | ) |
Prints a card in the simplest way possible (default values are left blank).
Reimplemented from pyNastran.bdf.bdfInterface.BDF_Card.BDFCard.
Reimplemented in pyNastran.bdf.cards.aero.FLFACT, pyNastran.bdf.cards.dmig.DMI, pyNastran.bdf.cards.dmig.NastranMatrix, pyNastran.bdf.cards.sets.SET3, pyNastran.bdf.cards.sets.CSET1, pyNastran.bdf.cards.sets.ABQSet1, pyNastran.bdf.cards.elements.springs.SpringElement, pyNastran.bdf.cards.sets.ABCQSet, and pyNastran.bdf.cards.sets.Set.
Definition at line 145 of file baseCard.py.
References pyNastran.bdf.cards.elements.shell.ShellElement.mid(), pyNastran.bdf.cards.materials.CREEP.mid, pyNastran.bdf.cards.properties.damper.PDAMP5.mid, pyNastran.bdf.cards.materials.MAT1.mid, pyNastran::bdf::cards::baseCard.Mid(), pyNastran.bdf.cards.properties.properties.PLSOLID.mid, pyNastran.bdf.cards.baseCard.Property.mid, pyNastran.bdf.cards.properties.properties.PSOLID.mid, pyNastran.bdf.cards.properties.properties.PRAC2D.mid, pyNastran.bdf.cards.materials.MAT2.mid, pyNastran.bdf.cards.thermal.thermal.PCONV.mid, pyNastran.bdf.cards.properties.properties.PRAC3D.mid, pyNastran.bdf.cards.thermal.thermal.PCONVM.mid, pyNastran.bdf.cards.materials.MAT3.mid, pyNastran.bdf.cards.elements.shell.CTRIAX6.mid, pyNastran.bdf.cards.materials.MAT4.mid, pyNastran.bdf.cards.elements.bars.CONROD.mid, pyNastran.bdf.cards.properties.bars.PROD.mid, pyNastran.bdf.cards.properties.bars.PTUBE.mid, pyNastran.bdf.cards.materials.MAT8.mid, pyNastran.bdf.cards.properties.shell.PSHEAR.mid, pyNastran.bdf.cards.properties.bars.PBAR.mid, pyNastran.bdf.cards.materials.MAT9.mid, pyNastran.bdf.cards.properties.shell.PSHELL.mid(), pyNastran.bdf.cards.materials.MAT10.mid, pyNastran.bdf.cards.properties.bars.PBARL.mid, pyNastran.bdf.cards.materials.MATHP.mid, pyNastran.bdf.cards.properties.bars.PBEAM.mid, pyNastran.bdf.cards.materials.MATS1.mid, pyNastran.bdf.cards.properties.bars.PBEAML.mid, and pyNastran.bdf.cards.properties.bars.PBEND.mid.
Referenced by pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.bdf.cards.baseCard.BaseCard.printRawFields(), and pyNastran.bdf.cards.elements.bars.CBAR.Stiffness().
Reimplemented in pyNastran.bdf.cards.properties.bars.PBEND, pyNastran.bdf.cards.elements.bars.CBEND, pyNastran.bdf.cards.aero.TRIM, pyNastran.bdf.cards.aero.SPLINE5, pyNastran.bdf.cards.properties.bars.PBEAML, pyNastran.bdf.cards.aero.SPLINE4, pyNastran.bdf.cards.loads.staticLoads.PLOADX1, pyNastran.bdf.cards.elements.shell.CQUADX, pyNastran.bdf.cards.aero.SPLINE2, pyNastran.bdf.cards.elements.bars.CBEAM, pyNastran.bdf.cards.materials.MATS1, pyNastran.bdf.cards.aero.SPLINE1, pyNastran.bdf.cards.elements.bars.CBEAM3, pyNastran.bdf.cards.elements.shell.CQUAD8, pyNastran.bdf.cards.loads.staticLoads.PLOAD4, pyNastran.bdf.cards.properties.bars.PBEAM, pyNastran.bdf.cards.aero.PAERO2, pyNastran.bdf.cards.elements.shell.CQUAD, pyNastran.bdf.cards.loads.staticLoads.PLOAD2, pyNastran.bdf.cards.aero.PAERO1, pyNastran.bdf.cards.loads.staticLoads.PLOAD1, pyNastran.bdf.cards.aero.MKAERO2, pyNastran.bdf.cards.elements.shell.CQUADR, pyNastran.bdf.cards.loads.staticLoads.PLOAD, pyNastran.bdf.cards.properties.bars.PBARL, pyNastran.bdf.cards.coordinateSystems.CORD2C, pyNastran.bdf.cards.aero.MKAERO1, pyNastran.bdf.cards.coordinateSystems.CORD2S, pyNastran.bdf.cards.aero.GUST, pyNastran.bdf.cards.coordinateSystems.CORD2R, pyNastran.bdf.cards.loads.staticLoads.MOMENT2, pyNastran.bdf.cards.elements.shell.CQUAD4, pyNastran.bdf.cards.coordinateSystems.CORD1S, pyNastran.bdf.cards.loads.staticLoads.MOMENT1, pyNastran.bdf.cards.coordinateSystems.CORD1C, pyNastran.bdf.cards.aero.FLUTTER, pyNastran.bdf.cards.coordinateSystems.CORD1R, pyNastran.bdf.cards.loads.loads.RANDPS, pyNastran.bdf.cards.properties.shell.PSHELL, pyNastran.bdf.cards.loads.staticLoads.MOMENT, pyNastran.bdf.cards.aero.FLFACT, pyNastran.bdf.cards.elements.shell.CSHEAR, pyNastran.bdf.cards.properties.bars.PBAR, pyNastran.bdf.cards.constraints.MPCADD, pyNastran.bdf.cards.properties.shell.PSHEAR, pyNastran.bdf.cards.loads.staticLoads.FORCE2, pyNastran.bdf.cards.elements.bars.CBAR, pyNastran.bdf.cards.loads.loads.RLOAD2, pyNastran.bdf.cards.constraints.SPCADD, pyNastran.bdf.cards.properties.bars.PTUBE, pyNastran.bdf.cards.loads.staticLoads.FORCE1, pyNastran.bdf.cards.aero.CAERO2, pyNastran.bdf.cards.loads.loads.RLOAD1, pyNastran.bdf.cards.constraints.SPC1, pyNastran.bdf.cards.properties.bars.PROD, pyNastran.bdf.cards.loads.staticLoads.FORCE, pyNastran.bdf.cards.elements.bars.CONROD, pyNastran.bdf.cards.thermal.thermal.RADBC, pyNastran.bdf.cards.constraints.SPCAX, pyNastran.bdf.cards.loads.loads.RFORCE, pyNastran.bdf.cards.loads.staticLoads.Moment, pyNastran.bdf.cards.constraints.SPCD, pyNastran.bdf.cards.properties.bars.IntegratedLineProperty, pyNastran.bdf.cards.elements.bars.CTUBE, pyNastran.bdf.cards.thermal.thermal.RADM, pyNastran.bdf.cards.aero.CAERO1, pyNastran.bdf.cards.loads.staticLoads.Force, pyNastran.bdf.cards.elements.shell.CTRIAX6, pyNastran.bdf.cards.thermal.thermal.CONV, pyNastran.bdf.cards.optimization.DVPREL2, pyNastran.bdf.cards.dmig.DMI, pyNastran.bdf.cards.constraints.SPC, pyNastran.bdf.cards.dmig.DMIK, pyNastran.bdf.cards.elements.shell.CTRIAX, pyNastran.bdf.cards.loads.loads.TLOAD2, pyNastran.bdf.cards.tables.TIC, pyNastran.bdf.cards.dmig.DMIJI, pyNastran.bdf.cards.aero.CSSCHD, pyNastran.bdf.cards.thermal.thermal.PHBDY, pyNastran.bdf.cards.dmig.DMIJ, pyNastran.bdf.cards.tables.TABRNDG, pyNastran.bdf.cards.dmig.DMIG, pyNastran.bdf.cards.aero.AEROS, pyNastran.bdf.cards.elements.shell.CTRIAR, pyNastran.bdf.cards.constraints.MPC, pyNastran.bdf.cards.thermal.thermal.PCONVM, pyNastran.bdf.cards.sets.SESET, pyNastran.bdf.cards.constraints.SUPORT, pyNastran.bdf.cards.methods.EIGRL, pyNastran.bdf.cards.tables.TABRND1, pyNastran.bdf.cards.loads.loads.TLOAD1, pyNastran.bdf.cards.tables.RandomTable, pyNastran.bdf.cards.aero.AERO, pyNastran.bdf.cards.dynamic.NLPARM, pyNastran.bdf.cards.constraints.SUPORT1, pyNastran.bdf.cards.elements.springs.CELAS4, pyNastran.bdf.cards.tables.TABLEST, pyNastran.bdf.cards.properties.properties.PRAC3D, pyNastran.bdf.cards.loads.loads.DAREA, pyNastran.bdf.cards.methods.EIGP, pyNastran.bdf.cards.thermal.thermal.PCONV, pyNastran.bdf.cards.sets.SET3, pyNastran.bdf.cards.tables.TABLES1, pyNastran.bdf.cards.loads.loads.DLOAD, pyNastran.bdf.cards.elements.springs.CELAS3, pyNastran.bdf.cards.tables.TABLEM4, pyNastran.bdf.cards.properties.properties.PRAC2D, pyNastran.bdf.cards.properties.shell.PCOMP, pyNastran.bdf.cards.elements.bars.CROD, pyNastran.bdf.cards.methods.EIGR, pyNastran.bdf.cards.elements.shell.CTRIA6, pyNastran.bdf.cards.nodes.GRID, pyNastran.bdf.cards.sets.SET1, pyNastran.bdf.cards.elements.rigid.RBE2, pyNastran.bdf.cards.elements.mass.CMASS4, pyNastran.bdf.cards.tables.TABLEM3, pyNastran.bdf.cards.sets.QSET1, pyNastran.bdf.cards.loads.loads.SLOAD, pyNastran.bdf.cards.optimization.DRESP2, pyNastran.bdf.cards.thermal.thermal.CHBDYP, pyNastran.bdf.cards.elements.damper.CDAMP5, pyNastran.bdf.cards.nodes.GRIDB, pyNastran.bdf.cards.tables.TABLEM2, pyNastran.bdf.cards.properties.properties.PSOLID, pyNastran.bdf.cards.optimization.DRESP1, pyNastran.bdf.cards.dynamic.TSTEPNL, pyNastran.bdf.cards.tables.TABLEM1, pyNastran.bdf.cards.sets.BSET1, pyNastran.bdf.cards.aero.AESURF, pyNastran.bdf.cards.elements.mass.CMASS3, pyNastran.bdf.cards.sets.ASET1, pyNastran.bdf.cards.elements.damper.CDAMP4, pyNastran.bdf.cards.nodes.GRDSET, pyNastran.bdf.cards.elements.bush.CBUSH2D, pyNastran.bdf.cards.optimization.DSCREEN, pyNastran.bdf.cards.elements.springs.CELAS2, pyNastran.bdf.cards.tables.TABLED3, pyNastran.bdf.cards.properties.properties.PLSOLID, pyNastran.bdf.cards.aero.AESTAT, pyNastran.bdf.cards.dynamic.TSTEP, pyNastran.bdf.cards.elements.elements.CRAC3D, pyNastran.bdf.cards.elements.damper.CDAMP3, pyNastran.bdf.cards.properties.properties.SolidProperty, pyNastran.bdf.cards.thermal.thermal.CHBDYG, pyNastran.bdf.cards.properties.bush.PBUSH1D, pyNastran.bdf.cards.elements.shell.CTRIA3, pyNastran.bdf.cards.sets.QSET, pyNastran.bdf.cards.tables.TABLED2, pyNastran.bdf.cards.elements.elements.CRAC2D, pyNastran.bdf.cards.aero.AEPARM, pyNastran.bdf.cards.dynamic.FREQ4, pyNastran.bdf.cards.elements.bush.CBUSH1D, pyNastran.bdf.cards.optimization.DLINK, pyNastran.bdf.cards.sets.CSET, pyNastran.bdf.cards.elements.springs.CELAS1, pyNastran.bdf.cards.nodes.SPOINTs, pyNastran.bdf.cards.properties.damper.PDAMPT, pyNastran.bdf.cards.sets.BSET, pyNastran.bdf.cards.elements.damper.CDAMP2, pyNastran.bdf.cards.properties.bars.LineProperty, pyNastran.bdf.cards.tables.TABLED1, pyNastran.bdf.cards.aero.AELIST, pyNastran.bdf.cards.dynamic.FREQ2, pyNastran.bdf.cards.properties.springs.PELAST, pyNastran.bdf.cards.optimization.DOPTPRM, pyNastran.bdf.cards.sets.ASET, pyNastran.bdf.cards.elements.rigid.RBAR1, pyNastran.bdf.cards.elements.mass.CMASS2, pyNastran.bdf.cards.nodes.SPOINT, pyNastran.bdf.cards.optimization.DDVAL, pyNastran.bdf.cards.dynamic.FREQ1, pyNastran.bdf.cards.properties.damper.PDAMP5, pyNastran.bdf.cards.properties.properties.PGAP, pyNastran.bdf.cards.nodes.RINGAX, pyNastran.bdf.cards.thermal.thermal.CHBDYE, pyNastran.bdf.cards.elements.damper.CDAMP1, pyNastran.bdf.cards.optimization.DESVAR, pyNastran.bdf.cards.aero.AELINK, pyNastran.bdf.cards.elements.elements.CGAP, pyNastran.bdf.cards.properties.damper.PDAMP, pyNastran.bdf.cards.elements.bush.CBUSH, pyNastran.bdf.cards.methods.EIGB, pyNastran.bdf.cards.elements.damper.CVISC, pyNastran.bdf.cards.aero.AEFACT, pyNastran.bdf.cards.dynamic.FREQ, pyNastran.bdf.cards.elements.rigid.RBAR, pyNastran.bdf.cards.properties.springs.PELAS, pyNastran.bdf.cards.properties.damper.PVISC, pyNastran.bdf.cards.elements.shell.ShellElement, pyNastran.bdf.cards.optimization.DCONSTR, pyNastran.bdf.cards.properties.bush.PBUSH, pyNastran.bdf.cards.coordinateSystems.Coord, pyNastran.bdf.cards.properties.shell.ShellProperty, pyNastran.bdf.cards.loads.loads.Load, pyNastran.bdf.cards.properties.springs.SpringProperty, pyNastran.bdf.cards.sets.Set, pyNastran.bdf.cards.tables.Table, pyNastran.bdf.cards.elements.elements.CFAST, pyNastran.bdf.cards.properties.properties.PFAST, pyNastran.bdf.cards.properties.damper.DamperProperty, pyNastran.bdf.cards.params.PARAM, pyNastran.bdf.cards.properties.bush.BushingProperty, and pyNastran.bdf.cards.properties.mass.PointProperty.
Definition at line 63 of file baseCard.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.elements.shell.ShellElement::Area(), pyNastran.bdf.cards.properties.bars.LineProperty::areaL(), pyNastran.bdf.cards.materials.MAT2::Dplate(), pyNastran.bdf.cards.loads.staticLoads.Force::F(), pyNastran.bdf.cards.elements.shell.ShellElement::flipNormal(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.loads.staticLoads.Moment::getLoads(), pyNastran.bdf.cards.elements.shell.CTRIA3::getReprDefaults(), pyNastran.bdf.cards.properties.bars.LineProperty::IAreaL(), pyNastran.bdf.cards.dmig.DMI::isComplex(), pyNastran.bdf.cards.dmig.DMI::isReal(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.damper.CDAMP1::isSameCard(), pyNastran.bdf.cards.baseCard.BaseCard::isSameFields(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.elements.mass.CMASS3::Mass(), pyNastran.bdf.cards.properties.bars.PBARL::MassPerLength(), pyNastran.bdf.cards.properties.shell.PCOMP::nPlies(), pyNastran.bdf.cards.baseCard.BaseCard::printCard(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement::rawFields(), pyNastran.bdf.cards.baseCard.BaseCard::reprFields(), pyNastran.bdf.cards.baseCard.BaseCard::writeCodeAster(), and pyNastran.bdf.cards.baseCard.BaseCard::writeCodeAsterLoad().