pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.baseCard.Element Class Reference
Inheritance diagram for pyNastran.bdf.cards.baseCard.Element:
pyNastran.bdf.cards.baseCard.BaseCard pyNastran.bdf.bdfInterface.BDF_Card.BDFCard pyNastran.bdf.cards.elements.bars.LineElement pyNastran.bdf.cards.elements.bars.RodElement pyNastran.bdf.cards.elements.bush.BushElement pyNastran.bdf.cards.elements.damper.DamperElement pyNastran.bdf.cards.elements.elements.CFAST pyNastran.bdf.cards.elements.elements.CGAP pyNastran.bdf.cards.elements.elements.CrackElement pyNastran.bdf.cards.elements.mass.PointElement pyNastran.bdf.cards.elements.rigid.RigidElement pyNastran.bdf.cards.elements.shell.ShellElement pyNastran.bdf.cards.elements.springs.SpringElement

List of all members.

Public Member Functions

def __init__
def isSameCard
def Pid
 returns the property ID of an element
def nodePositions
 returns the positions of multiple node objects
def nodeIDs
 returns nodeIDs for repr functions
def prepareNodeIDs
 verifies all node IDs exist and that they're integers
def CentroidTriangle
def Centroid
def Length
def Area
def Volume
def Mass
def B
def D
def Jacobian
def stiffnessMatrix
def massMatrix

Public Attributes

 nodes
 the list of node IDs for an element (default=None)

Static Public Attributes

int pid = 0

Detailed Description

Definition at line 203 of file baseCard.py.


Constructor & Destructor Documentation

def pyNastran.bdf.cards.baseCard.Element.__init__ (   self,
  card,
  data 
)

Reimplemented in pyNastran.bdf.cards.elements.bars.CBEND, pyNastran.bdf.cards.elements.shell.CQUADX, pyNastran.bdf.cards.elements.bars.CBEAM, pyNastran.bdf.cards.elements.bars.CBEAM3, pyNastran.bdf.cards.elements.shell.CQUAD8, pyNastran.bdf.cards.elements.shell.CQUAD, pyNastran.bdf.cards.elements.shell.CQUADR, pyNastran.bdf.cards.elements.shell.CQUAD4, pyNastran.bdf.cards.elements.shell.CSHEAR, pyNastran.bdf.cards.elements.bars.CBAR, pyNastran.bdf.cards.elements.shell.QuadShell, pyNastran.bdf.cards.elements.bars.CONROD, pyNastran.bdf.cards.elements.bars.CTUBE, pyNastran.bdf.cards.elements.shell.CTRIAX6, pyNastran.bdf.cards.elements.shell.CTRIAX, pyNastran.bdf.cards.elements.shell.CTRIAR, pyNastran.bdf.cards.elements.springs.CELAS4, pyNastran.bdf.cards.elements.springs.CELAS3, pyNastran.bdf.cards.elements.bars.CROD, pyNastran.bdf.cards.elements.shell.CTRIA6, pyNastran.bdf.cards.elements.rigid.RBE2, pyNastran.bdf.cards.elements.mass.CMASS4, pyNastran.bdf.cards.elements.damper.CDAMP5, pyNastran.bdf.cards.elements.mass.CMASS3, pyNastran.bdf.cards.elements.damper.CDAMP4, pyNastran.bdf.cards.elements.bush.CBUSH2D, pyNastran.bdf.cards.elements.springs.CELAS2, pyNastran.bdf.cards.elements.elements.CRAC3D, pyNastran.bdf.cards.elements.damper.CDAMP3, pyNastran.bdf.cards.elements.shell.CTRIA3, pyNastran.bdf.cards.elements.elements.CRAC2D, pyNastran.bdf.cards.elements.bush.CBUSH1D, pyNastran.bdf.cards.elements.elements.CrackElement, pyNastran.bdf.cards.elements.springs.CELAS1, pyNastran.bdf.cards.elements.damper.CDAMP2, pyNastran.bdf.cards.elements.rigid.RBAR1, pyNastran.bdf.cards.elements.mass.CMASS2, pyNastran.bdf.cards.elements.shell.TriShell, pyNastran.bdf.cards.elements.damper.CDAMP1, pyNastran.bdf.cards.elements.elements.CGAP, pyNastran.bdf.cards.elements.bush.CBUSH, pyNastran.bdf.cards.elements.rigid.RBAR, pyNastran.bdf.cards.elements.damper.CVISC, pyNastran.bdf.cards.elements.shell.ShellElement, pyNastran.bdf.cards.elements.mass.PointMassElement, pyNastran.bdf.cards.elements.damper.LineDamper, pyNastran.bdf.cards.elements.springs.SpringElement, pyNastran.bdf.cards.elements.bush.BushElement, pyNastran.bdf.cards.elements.elements.CFAST, pyNastran.bdf.cards.elements.mass.PointElement, and pyNastran.bdf.cards.elements.damper.DamperElement.

Definition at line 205 of file baseCard.py.

References pyNastran.bdf.cards.params.PARAM.type, pyNastran.bdf.cards.properties.bush.BushingProperty.type, pyNastran.bdf.cards.properties.mass.PointProperty.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.


Member Function Documentation

returns the property ID of an element

Reimplemented in pyNastran.bdf.cards.elements.bars.CONROD.

Definition at line 222 of file baseCard.py.

References pyNastran.bdf.cards.baseCard.Element.nodeIDs(), pyNastran.bdf.cards.baseCard.Element.nodes, and pyNastran.bdf.bdf.BDF.nodes.

Referenced by pyNastran.bdf.cards.elements.shell.CQUAD8.AreaCentroid(), pyNastran.bdf.cards.elements.shell.CSHEAR.Centroid(), pyNastran.bdf.cards.elements.mass.CMASS3.crossReference(), pyNastran.bdf.cards.thermal.thermal.CHBDYP.crossReference(), pyNastran.bdf.cards.optimization.DVPREL2.crossReference(), pyNastran.bdf.cards.elements.bars.CBEAM3.crossReference(), pyNastran.bdf.cards.elements.shell.CTRIA3.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIA6.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIAR.getReprDefaults(), pyNastran.bdf.cards.elements.solid.SolidElement.isSameCard(), pyNastran.bdf.cards.elements.damper.CDAMP1.isSameCard(), pyNastran.bdf.cards.baseCard.Element.isSameCard(), pyNastran.bdf.cards.elements.bars.CBAR.Lambda(), pyNastran.bdf.cards.elements.mass.CMASS3.Mass(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Mid(), pyNastran.bdf.cards.elements.elements.CFAST.rawFields(), pyNastran.bdf.cards.elements.damper.CVISC.rawFields(), pyNastran.bdf.cards.elements.solid.SolidElement.rawFields(), pyNastran.bdf.cards.elements.mass.CMASS1.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP1.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH.rawFields(), pyNastran.bdf.cards.elements.elements.CGAP.rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH2D.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP5.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH.reprFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.reprFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYP.reprFields(), pyNastran.bdf.cards.elements.shell.CTRIAR.reprFields(), pyNastran.bdf.cards.elements.shell.CQUAD8.reprFields(), pyNastran.bdf.cards.elements.bars.CBEAM.reprFields(), pyNastran.bdf.cards.elements.bars.CBEAM.Stiffness(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness1D(), and pyNastran.bdf.cards.properties.springs.PELAS.writeCodeAster().

def pyNastran.bdf.cards.baseCard.Element.nodePositions (   self,
  nodes = None 
)

returns the positions of multiple node objects

Definition at line 231 of file baseCard.py.

Referenced by pyNastran.bdf.cards.elements.shell.TriShell.Area(), pyNastran.bdf.cards.elements.shell.CTRIA6.Area(), pyNastran.bdf.cards.elements.solid.CHEXA8.areaCentroid(), pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroid(), pyNastran.bdf.cards.elements.shell.CSHEAR.AreaCentroid(), pyNastran.bdf.cards.elements.shell.TriShell.AreaCentroidNormal(), pyNastran.bdf.cards.elements.shell.CTRIA6.AreaCentroidNormal(), pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroidNormal(), pyNastran.bdf.cards.elements.shell.CSHEAR.AreaCentroidNormal(), pyNastran.bdf.cards.elements.solid.CHEXA8.Centroid(), pyNastran.bdf.cards.elements.solid.CHEXA20.Centroid(), pyNastran.bdf.cards.elements.solid.CPENTA6.Centroid(), pyNastran.bdf.cards.elements.solid.CPENTA15.Centroid(), pyNastran.bdf.cards.elements.solid.CPENTA6.getFaceNodesAndArea(), pyNastran.bdf.cards.elements.shell.QuadShell.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIA3.Interp(), pyNastran.bdf.cards.baseCard.Element.isSameCard(), pyNastran.bdf.cards.elements.solid.CTETRA10.N_10(), pyNastran.bdf.cards.elements.shell.TriShell.Normal(), pyNastran.bdf.cards.elements.shell.CTRIA6.Normal(), pyNastran.bdf.cards.elements.shell.CQUAD8.Normal(), pyNastran.bdf.cards.elements.shell.CTRIAX6.rawFields(), pyNastran.bdf.cards.elements.shell.TriShell.Thickness(), pyNastran.bdf.cards.elements.shell.CQUAD8.Thickness(), pyNastran.bdf.cards.elements.solid.CHEXA20.Volume(), and pyNastran.bdf.cards.elements.solid.CTETRA4.zeta().

def pyNastran.bdf.cards.baseCard.Element.nodeIDs (   self,
  nodes = None,
  allowEmptyNodes = False,
  msg = '' 
)

returns nodeIDs for repr functions

Definition at line 238 of file baseCard.py.

References pyNastran.bdf.cards.baseCard.Element.nodes, pyNastran.bdf.bdf.BDF.nodes, and pyNastran.bdf.cards.baseCard.Element.prepareNodeIDs().

Referenced by pyNastran.bdf.cards.elements.bars.CROD.Area(), pyNastran.bdf.cards.elements.shell.CQUAD8.AreaCentroid(), pyNastran.bdf.cards.elements.shell.CSHEAR.Centroid(), pyNastran.bdf.cards.elements.bars.CBEAM3.crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.crossReference(), pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.bdf.cards.elements.bars.CONROD.E(), pyNastran.bdf.cards.elements.bars.CONROD.G(), pyNastran.bdf.cards.loads.staticLoads.FORCE1.G1(), pyNastran.bdf.cards.elements.shell.CTRIA3.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIA6.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIAR.getReprDefaults(), pyNastran.bdf.cards.elements.bars.CBAR.getX_G0_defaults(), pyNastran.bdf.cards.elements.damper.CDAMP1.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Lambda(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Mid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs(), pyNastran.bdf.cards.baseCard.Element.Pid(), pyNastran.bdf.cards.elements.damper.CVISC.rawFields(), pyNastran.bdf.cards.elements.solid.SolidElement.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP1.rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP2.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP3.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH2D.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP4.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP5.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS2.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.reprFields(), pyNastran.bdf.cards.elements.shell.CTRIAR.reprFields(), pyNastran.bdf.cards.elements.shell.CQUAD8.reprFields(), pyNastran.bdf.cards.elements.bars.CROD.Rmatrix(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness(), pyNastran.bdf.cards.elements.bars.CBAR.Stiffness(), pyNastran.bdf.cards.elements.bars.CBEAM.Stiffness(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness1D(), pyNastran.bdf.cards.elements.bars.CBAR.Stiffness1D(), pyNastran.bdf.cards.elements.solid.CTETRA4.Volume(), pyNastran.bdf.cards.elements.solid.CTETRA10.Volume(), pyNastran.bdf.cards.properties.springs.PELAS.writeCodeAster(), and pyNastran.bdf.cards.elements.springs.CELAS2.writeCodeAster().


Member Data Documentation

Reimplemented in pyNastran.bdf.cards.elements.bars.CBEND, pyNastran.bdf.cards.elements.shell.CQUADX, pyNastran.bdf.cards.elements.bars.CBEAM, pyNastran.bdf.cards.elements.bars.CBEAM3, pyNastran.bdf.cards.elements.shell.CQUAD8, pyNastran.bdf.cards.elements.shell.CQUAD, pyNastran.bdf.cards.elements.shell.CQUADR, pyNastran.bdf.cards.elements.shell.CQUAD4, pyNastran.bdf.cards.elements.shell.CSHEAR, pyNastran.bdf.cards.elements.bars.CBAR, pyNastran.bdf.cards.elements.bars.CTUBE, pyNastran.bdf.cards.elements.shell.CTRIAR, pyNastran.bdf.cards.elements.springs.CELAS3, pyNastran.bdf.cards.elements.bars.CROD, pyNastran.bdf.cards.elements.shell.CTRIA6, pyNastran.bdf.cards.elements.damper.CDAMP5, pyNastran.bdf.cards.elements.mass.CMASS3, pyNastran.bdf.cards.elements.bush.CBUSH2D, pyNastran.bdf.cards.elements.elements.CRAC3D, pyNastran.bdf.cards.elements.damper.CDAMP3, pyNastran.bdf.cards.elements.shell.CTRIA3, pyNastran.bdf.cards.elements.elements.CRAC2D, pyNastran.bdf.cards.elements.bush.CBUSH1D, pyNastran.bdf.cards.elements.elements.CrackElement, pyNastran.bdf.cards.elements.springs.CELAS1, pyNastran.bdf.cards.elements.shell.ShellElement, pyNastran.bdf.cards.elements.damper.CDAMP1, pyNastran.bdf.cards.elements.elements.CGAP, pyNastran.bdf.cards.elements.bush.CBUSH, pyNastran.bdf.cards.elements.damper.CVISC, pyNastran.bdf.cards.elements.damper.LineDamper, and pyNastran.bdf.cards.elements.elements.CFAST.

Definition at line 204 of file baseCard.py.

Referenced by pyNastran.bdf.cards.properties.shell.PCOMP::__init__(), pyNastran.bdf.cards.properties.properties.PRAC2D::__init__(), pyNastran.bdf.cards.elements.shell.CSHEAR::Area(), pyNastran.bdf.cards.properties.bars.PBAR::Area(), pyNastran.bdf.cards.properties.bars.PTUBE::area2(), pyNastran.bdf.cards.elements.shell.CQUAD8::AreaCentroid(), pyNastran.bdf.cards.elements.damper.CVISC::B(), pyNastran.bdf.cards.elements.damper.CDAMP1::B(), pyNastran.bdf.cards.elements.damper.CDAMP3::B(), pyNastran.bdf.cards.elements.elements.CFAST::crossReference(), pyNastran.bdf.cards.elements.mass.CMASS1::crossReference(), pyNastran.bdf.cards.elements.elements.CGAP::crossReference(), pyNastran.bdf.cards.properties.springs.PELAST::crossReference(), pyNastran.bdf.cards.properties.properties.PRAC2D::crossReference(), pyNastran.bdf.cards.properties.bars.PROD::crossReference(), pyNastran.bdf.cards.properties.shell.PSHELL::crossReference(), pyNastran.bdf.cards.elements.shell.QuadShell::getReprDefaults(), pyNastran.bdf.cards.elements.bars.CBEAM::initOfftBit(), pyNastran.bdf.cards.elements.bars.CBAR::initX_G0(), pyNastran.bdf.cards.elements.springs.CELAS1::isSameCard(), pyNastran.bdf.cards.elements.mass.CMASS3::isSameCard(), pyNastran.bdf.cards.baseCard.Element::isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS3::isSameCard(), pyNastran.bdf.cards.properties.shell.PSHEAR::isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS1::K(), pyNastran.bdf.cards.elements.springs.CELAS3::K(), pyNastran.bdf.cards.elements.mass.CMASS1::Mass(), pyNastran.bdf.cards.properties.shell.PCOMP::MassPerArea(), pyNastran.bdf.cards.properties.bars.PBARL::MassPerLength(), pyNastran.bdf.cards.properties.bars.PBEAM::MassPerLength(), pyNastran.bdf.cards.thermal.thermal.ThermalElement::Pid(), pyNastran.bdf.cards.elements.mass.CMASS1::Pid(), pyNastran.bdf.cards.properties.springs.PELAST::Pid(), pyNastran.bdf.cards.optimization.DVPREL2::Pid(), pyNastran.bdf.cards.properties.properties.PFAST::rawFields(), pyNastran.bdf.cards.properties.damper.PDAMP::rawFields(), pyNastran.bdf.cards.properties.mass.PMASS::rawFields(), pyNastran.bdf.cards.properties.springs.PELAS::rawFields(), pyNastran.bdf.cards.properties.damper.PDAMP5::rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH::rawFields(), pyNastran.bdf.cards.properties.properties.PGAP::rawFields(), pyNastran.bdf.cards.properties.damper.PDAMPT::rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP3::rawFields(), pyNastran.bdf.cards.properties.properties.PLSOLID::rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH1D::rawFields(), pyNastran.bdf.cards.properties.properties.PRAC3D::rawFields(), pyNastran.bdf.cards.elements.shell.CTRIA6::rawFields(), pyNastran.bdf.cards.thermal.thermal.PHBDY::rawFields(), pyNastran.bdf.cards.properties.shell.PCOMP::rawFields(), pyNastran.bdf.cards.properties.bars.PROD::rawFields(), pyNastran.bdf.cards.properties.bars.PTUBE::rawFields(), pyNastran.bdf.cards.aero.MKAERO2::rawFields(), pyNastran.bdf.cards.elements.bars.CBAR::rawFields(), pyNastran.bdf.cards.properties.bars.PBEAM::rawFields(), pyNastran.bdf.cards.properties.bars.PBEAML::rawFields(), pyNastran.bdf.cards.properties.damper.PVISC::reprFields(), pyNastran.bdf.cards.properties.properties.PFAST::reprFields(), pyNastran.bdf.cards.properties.springs.PELAS::reprFields(), pyNastran.bdf.cards.properties.properties.PGAP::reprFields(), pyNastran.bdf.cards.properties.properties.PSOLID::reprFields(), pyNastran.bdf.cards.properties.properties.PRAC2D::reprFields(), pyNastran.bdf.cards.thermal.thermal.PCONVM::reprFields(), pyNastran.bdf.cards.properties.shell.PCOMP::reprFields(), pyNastran.bdf.cards.elements.shell.CSHEAR::reprFields(), pyNastran.bdf.cards.properties.bars.PBAR::reprFields(), pyNastran.bdf.cards.elements.shell.CQUAD4::reprFields(), pyNastran.bdf.cards.aero.MKAERO2::reprFields(), pyNastran.bdf.cards.properties.bars.PBARL::reprFields(), pyNastran.bdf.cards.elements.shell.CQUAD::reprFields(), pyNastran.bdf.cards.elements.bars.CBEAM3::reprFields(), pyNastran.bdf.cards.elements.solid.SolidElement::Rho(), pyNastran.bdf.cards.elements.bars.CBEAM::Stiffness(), pyNastran.bdf.cards.elements.bars.CROD::Stiffness1D(), pyNastran.bdf.cards.elements.shell.CQUADR::Thickness(), pyNastran.bdf.cards.elements.shell.CQUAD::Thickness(), pyNastran.bdf.cards.elements.shell.CQUAD4::writeAsCTRIA3(), pyNastran.bdf.cards.properties.properties.PSOLID::writeCalculix(), pyNastran.bdf.cards.properties.shell.PSHELL::writeCalculix(), pyNastran.bdf.cards.properties.bars.PROD::writeCodeAster(), pyNastran.bdf.cards.elements.bars.CONROD::writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBAR::writeCodeAster(), pyNastran.bdf.cards.properties.shell.PSHELL::writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBARL::writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBEAM::writeCodeAster(), and pyNastran.bdf.cards.properties.bars.PBEAML::writeCodeAster().

the list of node IDs for an element (default=None)

Reimplemented in pyNastran.bdf.cards.elements.shell.CQUADX, pyNastran.bdf.cards.elements.shell.CQUAD8, pyNastran.bdf.cards.elements.shell.CQUAD, pyNastran.bdf.cards.elements.shell.CQUADR, pyNastran.bdf.cards.elements.shell.CQUAD4, pyNastran.bdf.cards.elements.shell.CSHEAR, pyNastran.bdf.cards.elements.shell.QuadShell, pyNastran.bdf.cards.elements.bars.CONROD, pyNastran.bdf.cards.elements.shell.CTRIAX6, pyNastran.bdf.cards.elements.shell.CTRIAR, pyNastran.bdf.cards.elements.springs.CELAS4, pyNastran.bdf.cards.elements.shell.CTRIA6, pyNastran.bdf.cards.elements.springs.CELAS3, pyNastran.bdf.cards.elements.damper.CDAMP5, pyNastran.bdf.cards.elements.springs.CELAS2, pyNastran.bdf.cards.elements.damper.CDAMP4, pyNastran.bdf.cards.elements.bush.CBUSH2D, pyNastran.bdf.cards.elements.shell.CTRIA3, pyNastran.bdf.cards.elements.damper.CDAMP3, pyNastran.bdf.cards.elements.springs.CELAS1, pyNastran.bdf.cards.elements.bush.CBUSH1D, pyNastran.bdf.cards.elements.damper.CDAMP2, pyNastran.bdf.cards.elements.elements.CrackElement, pyNastran.bdf.cards.elements.bush.CBUSH, pyNastran.bdf.cards.elements.damper.CDAMP1, pyNastran.bdf.cards.elements.shell.ShellElement, and pyNastran.bdf.cards.elements.damper.LineDamper.

Definition at line 206 of file baseCard.py.

Referenced by pyNastran.bdf.bdfInterface.addCard.AddMethods::addNode(), pyNastran.bdf.cards.elements.shell.CQUAD8::Area(), pyNastran.bdf.cards.elements.springs.SpringElement::Centroid(), pyNastran.bdf.cards.elements.shell.CTRIA6::Centroid(), pyNastran.bdf.cards.elements.shell.CSHEAR::Centroid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1::Cid(), pyNastran.bdf.cards.constraints.SPC1::crossReference(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2::crossReference(), pyNastran.bdf.cards.elements.solid.CPENTA6::getFaceNodesAndArea(), pyNastran.bdf.bdfInterface.getCard.GetMethods::getNodeIDToElementIDsMap(), pyNastran.bdf.cards.elements.shell.QuadShell::getReprDefaults(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS1::isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS2::isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS1::K(), pyNastran.bdf.cards.elements.springs.CELAS2::K(), pyNastran.bdf.cards.elements.springs.CELAS3::K(), pyNastran.bdf.cards.elements.springs.CELAS4::K(), pyNastran.bdf.cards.elements.shell.QuadShell::MassMatrix(), pyNastran.bdf.cards.baseCard.Material::Mid(), pyNastran.bdf.bdfInterface.getCard.GetMethods::nNodes(), pyNastran.bdf.bdfInterface.getCard.GetMethods::Node(), pyNastran.bdf.cards.loads.loads.Load::nodeIDs(), pyNastran.bdf.cards.baseCard.Element::nodeIDs(), pyNastran.bdf.cards.baseCard.Element::Pid(), pyNastran.bdf.cards.constraints.SPCAX::rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2::rawFields(), pyNastran.bdf.cards.elements.shell.CTRIA6::reprFields(), pyNastran.bdf.cards.elements.bars.CROD::reprFields(), pyNastran.bdf.cards.elements.shell.CQUAD8::reprFields(), pyNastran.bdf.cards.elements.springs.SpringElement::Stiffness(), pyNastran.bdf.cards.elements.bars.CROD::Stiffness1D(), pyNastran.bdf.cards.elements.shell.CQUADR::Thickness(), pyNastran.bdf.bdf_Methods.BDFMethods::unresolveGrids(), pyNastran.bdf.bdfInterface.bdf_writeMesh.WriteMesh::write_nodes_associated(), and pyNastran.bdf.bdfInterface.bdf_writeMesh.WriteMesh::write_params().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables