pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | Thickness |
def | Normal |
def | AreaCentroidNormal |
def | AreaCentroid |
1-----2 | /| | A1/ | | / | |/ A2 | 4-----3 | |
def | Centroid |
def | Area |
\[ A = \frac{1}{2} \lvert (n_1-n_3) \times (n_2-n_4) \rvert \] | |
def | MassMatrix |
6x6 mass matrix triangle http://www.colorado.edu/engineering/cas/courses.d/IFEM.d/IFEM.Ch32.d/IFEM.Ch32.pdf | |
def | flipNormal |
1---2 1---4 | | --> | | | | | | 4---3 2---3 | |
def | getReprDefaults |
Public Attributes | |
nodes | |
the list of node IDs for an element (default=None) |
def pyNastran.bdf.cards.elements.shell.QuadShell.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.elements.shell.ShellElement.
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, and pyNastran.bdf.cards.elements.shell.CSHEAR.
Definition at line 515 of file shell.py.
References pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroid().
Referenced by pyNastran.bdf.cards.elements.shell.QuadShell.getReprDefaults().
Reimplemented from pyNastran.bdf.cards.elements.shell.ShellElement.
Reimplemented in pyNastran.bdf.cards.elements.shell.CQUADX, pyNastran.bdf.cards.elements.shell.CQUAD8, pyNastran.bdf.cards.elements.shell.CQUAD, and pyNastran.bdf.cards.elements.shell.CQUADR.
Definition at line 518 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.elements.bars.CONROD.J(), and pyNastran.bdf.cards.properties.shell.PCOMP.Material().
Reimplemented in pyNastran.bdf.cards.elements.shell.CQUAD8, and pyNastran.bdf.cards.elements.shell.CSHEAR.
Definition at line 521 of file shell.py.
Referenced by pyNastran.bdf.cards.elements.shell.QuadShell.getReprDefaults(), and pyNastran.bdf.cards.elements.shell.CTRIAX6.reprFields().
Reimplemented in pyNastran.bdf.cards.elements.shell.CSHEAR.
Definition at line 527 of file shell.py.
References pyNastran.bdf.cards.elements.shell.QuadShell.Area(), pyNastran.bdf.cards.baseCard.Element.CentroidTriangle(), and pyNastran.bdf.cards.baseCard.Element.nodePositions().
def pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroid | ( | self, | |
debug = False |
|||
) |
1-----2 | /| | A1/ | | / | |/ A2 | 4-----3
centroid c = sum(ci*Ai)/sum(A) where: c=centroid A=area
Reimplemented in pyNastran.bdf.cards.elements.shell.CQUAD8, and pyNastran.bdf.cards.elements.shell.CSHEAR.
Definition at line 547 of file shell.py.
References pyNastran.bdf.cards.elements.shell.QuadShell.Area(), pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroid(), pyNastran.bdf.cards.elements.shell.QuadShell.Centroid(), pyNastran.bdf.cards.elements.shell.QuadShell.MassMatrix(), pyNastran.bdf.cards.baseCard.Element.nodePositions(), and pyNastran.bdf.cards.elements.shell.ShellElement.type.
Referenced by pyNastran.bdf.cards.elements.shell.QuadShell.__init__(), pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroid(), pyNastran.bdf.cards.elements.shell.CSHEAR.AreaCentroid(), and pyNastran.bdf.cards.elements.shell.CTRIAX6.reprFields().
def pyNastran.bdf.cards.elements.shell.QuadShell.Centroid | ( | self, | |
debug = False |
|||
) |
Reimplemented in pyNastran.bdf.cards.elements.shell.CSHEAR.
Definition at line 569 of file shell.py.
References pyNastran.bdf.cards.elements.mass.PointMassElement.Mass(), pyNastran.bdf.cards.elements.mass.PointMass.Mass(), pyNastran.bdf.cards.elements.solid.SolidElement.Mass(), pyNastran.bdf.cards.properties.properties.PFAST.Mass(), pyNastran.bdf.cards.elements.shell.ShellElement.Mass(), pyNastran.bdf.bdf_Methods.BDFMethods.Mass(), pyNastran.bdf.cards.elements.mass.CMASS1.Mass(), pyNastran.bdf.cards.properties.mass.PMASS.Mass(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.elements.mass.CMASS2.Mass(), pyNastran.bdf.cards.elements.mass.CMASS3.Mass(), pyNastran.bdf.cards.elements.mass.CMASS4.Mass(), and pyNastran.bdf.cards.baseCard.Element.Mass().
Referenced by pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroid().
\[ A = \frac{1}{2} \lvert (n_1-n_3) \times (n_2-n_4) \rvert \]
where a and b are the quad's cross node point vectors
Reimplemented from pyNastran.bdf.cards.elements.shell.ShellElement.
Reimplemented in pyNastran.bdf.cards.elements.shell.CQUAD8, and pyNastran.bdf.cards.elements.shell.CSHEAR.
Definition at line 579 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.bars.PBAR.Area(), pyNastran.bdf.cards.properties.bars.PBARL.Area(), pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroid(), and pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroidNormal().
def pyNastran.bdf.cards.elements.shell.QuadShell.MassMatrix | ( | self, | |
isLumped = True , |
|||
gauss = 1 |
|||
) |
6x6 mass matrix triangle http://www.colorado.edu/engineering/cas/courses.d/IFEM.d/IFEM.Ch32.d/IFEM.Ch32.pdf
Definition at line 592 of file shell.py.
References pyNastran.bdf.cards.elements.elements.CFAST.eid, pyNastran.bdf.cards.elements.damper.CVISC.eid, pyNastran.bdf.cards.elements.rigid.RBAR.eid, pyNastran.bdf.cards.elements.bush.CBUSH.eid, pyNastran.bdf.cards.elements.mass.CMASS1.eid, pyNastran.bdf.cards.elements.elements.CGAP.eid, pyNastran.bdf.cards.elements.damper.CDAMP1.eid, pyNastran.bdf.cards.elements.solid.CHEXA8.eid, pyNastran.bdf.cards.thermal.thermal.CHBDYE.eid, pyNastran.bdf.cards.elements.mass.CMASS2.eid, pyNastran.bdf.cards.elements.rigid.RBAR1.eid, pyNastran.bdf.cards.elements.damper.CDAMP2.eid, pyNastran.bdf.cards.elements.springs.CELAS1.eid, pyNastran.bdf.cards.elements.bush.CBUSH1D.eid, pyNastran.bdf.cards.elements.solid.CHEXA20.eid, pyNastran.bdf.cards.elements.elements.CRAC2D.eid, pyNastran.bdf.cards.elements.shell.CTRIA3.eid, pyNastran.bdf.cards.thermal.thermal.CHBDYG.eid, pyNastran.bdf.cards.elements.damper.CDAMP3.eid, pyNastran.bdf.cards.elements.elements.CRAC3D.eid, pyNastran.bdf.cards.elements.bush.CBUSH2D.eid, pyNastran.bdf.cards.elements.springs.CELAS2.eid, pyNastran.bdf.cards.elements.damper.CDAMP4.eid, pyNastran.bdf.cards.elements.mass.CMASS3.eid, pyNastran.bdf.cards.elements.solid.CPENTA6.eid, pyNastran.bdf.cards.elements.damper.CDAMP5.eid, pyNastran.bdf.cards.thermal.thermal.CHBDYP.eid, pyNastran.bdf.cards.elements.mass.CMASS4.eid, pyNastran.bdf.cards.elements.rigid.RBE2.eid, pyNastran.bdf.cards.elements.bars.CROD.eid, pyNastran.bdf.cards.elements.shell.CTRIA6.eid, pyNastran.bdf.cards.elements.springs.CELAS3.eid, pyNastran.bdf.cards.elements.solid.CPENTA15.eid, pyNastran.bdf.cards.elements.mass.CONM1.eid, pyNastran.bdf.cards.elements.springs.CELAS4.eid, pyNastran.bdf.cards.elements.solid.CTETRA4.eid, pyNastran.bdf.cards.elements.shell.CTRIAR.eid, pyNastran.bdf.cards.elements.shell.CTRIAX.eid, pyNastran.bdf.cards.thermal.thermal.CONV.eid, pyNastran.bdf.cards.elements.solid.CTETRA10.eid, pyNastran.bdf.cards.elements.shell.CTRIAX6.eid, pyNastran.bdf.cards.elements.bars.CTUBE.eid, pyNastran.bdf.cards.aero.CAERO1.eid, pyNastran.bdf.cards.elements.bars.CONROD.eid, pyNastran.bdf.cards.aero.CAERO2.eid, pyNastran.bdf.cards.elements.bars.CBAR.eid, pyNastran.bdf.cards.elements.shell.CSHEAR.eid, pyNastran.bdf.cards.elements.shell.CQUAD4.eid, pyNastran.bdf.cards.elements.shell.CQUADR.eid, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.eid, pyNastran.bdf.cards.elements.shell.CQUAD.eid, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.eid, pyNastran.bdf.cards.elements.shell.CQUAD8.eid, pyNastran.bdf.cards.elements.bars.CBEAM3.eid, pyNastran.bdf.cards.aero.SPLINE1.eid, pyNastran.bdf.cards.aero.SPLINE2.eid, pyNastran.bdf.cards.elements.bars.CBEAM.eid, pyNastran.bdf.cards.elements.shell.CQUADX.eid, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.eid, pyNastran.bdf.cards.aero.SPLINE4.eid, pyNastran.bdf.cards.aero.SPLINE5.eid, pyNastran.bdf.cards.elements.bars.CBEND.eid, pyNastran.bdf.cards.elements.shell.QuadShell.flipNormal(), pyNastran.bdf.cards.elements.shell.QuadShell.getReprDefaults(), pyNastran.bdf.cards.elements.damper.LineDamper.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.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.damper.CDAMP5.nodes, pyNastran.bdf.cards.elements.shell.CTRIA6.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::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.elements.shell.CTRIA3.T1, pyNastran.bdf.cards.elements.shell.CTRIA6.T1, pyNastran.bdf.cards.elements.shell.CTRIAR.T1, pyNastran.bdf.cards.loads.loads.TLOAD2.T1, pyNastran.bdf.cards.elements.shell.CQUAD4.T1, pyNastran.bdf.cards.elements.shell.CQUADR.T1, pyNastran.bdf.cards.elements.shell.CQUAD.T1, pyNastran.bdf.cards.elements.shell.CQUAD8.T1, pyNastran.bdf.cards.elements.shell.CTRIA3.T2, pyNastran.bdf.cards.elements.shell.CTRIA6.T2, pyNastran.bdf.cards.elements.shell.CTRIAR.T2, pyNastran.bdf.cards.loads.loads.TLOAD2.T2, pyNastran.bdf.cards.elements.shell.CQUAD4.T2, pyNastran.bdf.cards.elements.shell.CQUADR.T2, pyNastran.bdf.cards.elements.shell.CQUAD.T2, pyNastran.bdf.cards.elements.shell.CQUAD8.T2, pyNastran.bdf.cards.elements.shell.CTRIA3.T3, pyNastran.bdf.cards.elements.shell.CTRIA6.T3, pyNastran.bdf.cards.elements.shell.CTRIAR.T3, pyNastran.bdf.cards.elements.shell.CQUAD4.T3, pyNastran.bdf.cards.elements.shell.CQUADR.T3, pyNastran.bdf.cards.elements.shell.CQUAD.T3, pyNastran.bdf.cards.elements.shell.CQUAD8.T3, pyNastran.bdf.cards.elements.shell.CQUAD4.T4, pyNastran.bdf.cards.elements.shell.CQUADR.T4, pyNastran.bdf.cards.elements.shell.CQUAD.T4, pyNastran.bdf.cards.elements.shell.CQUAD8.T4, pyNastran.bdf.cards.elements.shell.CTRIA3.TFlag, pyNastran.bdf.cards.elements.shell.CTRIA6.TFlag, pyNastran.bdf.cards.elements.shell.CTRIAR.TFlag, pyNastran.bdf.cards.elements.shell.CQUAD4.TFlag, pyNastran.bdf.cards.elements.shell.CQUADR.TFlag, pyNastran.bdf.cards.elements.shell.CQUAD.TFlag, pyNastran.bdf.cards.elements.shell.CQUAD8.TFlag, pyNastran.bdf.cards.elements.shell.CTRIA3.thetaMcid, pyNastran.bdf.cards.elements.shell.CTRIA6.thetaMcid, pyNastran.bdf.cards.elements.shell.CTRIAR.thetaMcid, pyNastran.bdf.cards.elements.shell.CQUAD4.thetaMcid, pyNastran.bdf.cards.elements.shell.CQUADR.thetaMcid, pyNastran.bdf.cards.elements.shell.CQUAD.thetaMcid, pyNastran.bdf.cards.elements.shell.CQUAD8.thetaMcid, pyNastran.bdf.cards.elements.shell.CTRIA3.zOffset, pyNastran.bdf.cards.elements.shell.CTRIA6.zOffset, pyNastran.bdf.cards.elements.shell.CTRIAR.zOffset, pyNastran.bdf.cards.elements.shell.CQUAD4.zOffset, pyNastran.bdf.cards.elements.shell.CQUADR.zOffset, pyNastran.bdf.cards.elements.shell.CQUAD.zOffset, and pyNastran.bdf.cards.elements.shell.CQUAD8.zOffset.
Referenced by pyNastran.bdf.cards.elements.shell.QuadShell.AreaCentroid().
1---2 1---4 | | --> | | | | | | 4---3 2---3
Reimplemented from pyNastran.bdf.cards.elements.shell.ShellElement.
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, and pyNastran.bdf.cards.elements.shell.CSHEAR.
Definition at line 626 of file shell.py.
Referenced by pyNastran.bdf.cards.elements.shell.QuadShell.MassMatrix().
def pyNastran.bdf.cards.elements.shell.QuadShell.getReprDefaults | ( | self, | |
debug = False |
|||
) |
Definition at line 630 of file shell.py.
References pyNastran.bdf.cards.elements.shell.QuadShell.__init__(), pyNastran.bdf.cards.elements.elements.CFAST.eid, pyNastran.bdf.cards.elements.damper.CVISC.eid, pyNastran.bdf.cards.elements.rigid.RBAR.eid, pyNastran.bdf.cards.elements.bush.CBUSH.eid, pyNastran.bdf.cards.elements.mass.CMASS1.eid, pyNastran.bdf.cards.elements.elements.CGAP.eid, pyNastran.bdf.cards.elements.damper.CDAMP1.eid, pyNastran.bdf.cards.elements.solid.CHEXA8.eid, pyNastran.bdf.cards.thermal.thermal.CHBDYE.eid, pyNastran.bdf.cards.elements.mass.CMASS2.eid, pyNastran.bdf.cards.elements.rigid.RBAR1.eid, pyNastran.bdf.cards.elements.damper.CDAMP2.eid, pyNastran.bdf.cards.elements.springs.CELAS1.eid, pyNastran.bdf.cards.elements.bush.CBUSH1D.eid, pyNastran.bdf.cards.elements.solid.CHEXA20.eid, pyNastran.bdf.cards.elements.elements.CRAC2D.eid, pyNastran.bdf.cards.elements.shell.CTRIA3.eid, pyNastran.bdf.cards.thermal.thermal.CHBDYG.eid, pyNastran.bdf.cards.elements.damper.CDAMP3.eid, pyNastran.bdf.cards.elements.elements.CRAC3D.eid, pyNastran.bdf.cards.elements.bush.CBUSH2D.eid, pyNastran.bdf.cards.elements.springs.CELAS2.eid, pyNastran.bdf.cards.elements.damper.CDAMP4.eid, pyNastran.bdf.cards.elements.mass.CMASS3.eid, pyNastran.bdf.cards.elements.solid.CPENTA6.eid, pyNastran.bdf.cards.elements.damper.CDAMP5.eid, pyNastran.bdf.cards.thermal.thermal.CHBDYP.eid, pyNastran.bdf.cards.elements.mass.CMASS4.eid, pyNastran.bdf.cards.elements.rigid.RBE2.eid, pyNastran.bdf.cards.elements.bars.CROD.eid, pyNastran.bdf.cards.elements.shell.CTRIA6.eid, pyNastran.bdf.cards.elements.springs.CELAS3.eid, pyNastran.bdf.cards.elements.solid.CPENTA15.eid, pyNastran.bdf.cards.elements.mass.CONM1.eid, pyNastran.bdf.cards.elements.springs.CELAS4.eid, pyNastran.bdf.cards.elements.solid.CTETRA4.eid, pyNastran.bdf.cards.elements.shell.CTRIAR.eid, pyNastran.bdf.cards.elements.shell.CTRIAX.eid, pyNastran.bdf.cards.thermal.thermal.CONV.eid, pyNastran.bdf.cards.elements.solid.CTETRA10.eid, pyNastran.bdf.cards.elements.shell.CTRIAX6.eid, pyNastran.bdf.cards.aero.CAERO1.eid, pyNastran.bdf.cards.elements.bars.CTUBE.eid, pyNastran.bdf.cards.elements.bars.CONROD.eid, pyNastran.bdf.cards.aero.CAERO2.eid, pyNastran.bdf.cards.elements.bars.CBAR.eid, pyNastran.bdf.cards.elements.shell.CSHEAR.eid, pyNastran.bdf.cards.elements.shell.CQUAD4.eid, pyNastran.bdf.cards.elements.shell.CQUADR.eid, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.eid, pyNastran.bdf.cards.elements.shell.CQUAD.eid, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.eid, pyNastran.bdf.cards.elements.shell.CQUAD8.eid, pyNastran.bdf.cards.elements.bars.CBEAM3.eid, pyNastran.bdf.cards.aero.SPLINE1.eid, pyNastran.bdf.cards.aero.SPLINE2.eid, pyNastran.bdf.cards.elements.bars.CBEAM.eid, pyNastran.bdf.cards.elements.shell.CQUADX.eid, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.eid, pyNastran.bdf.cards.aero.SPLINE4.eid, pyNastran.bdf.cards.aero.SPLINE5.eid, pyNastran.bdf.cards.elements.bars.CBEND.eid, pyNastran.bdf.cards.baseCard.Element.nodePositions(), pyNastran.bdf.cards.elements.damper.LineDamper.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.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.damper.CDAMP5.nodes, pyNastran.bdf.cards.elements.shell.CTRIA6.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.QuadShell.Normal(), pyNastran.bdf.cards.elements.elements.CFAST.pid, pyNastran.bdf.cards.properties.properties.PFAST.pid, pyNastran.bdf.cards.elements.damper.LineDamper.pid, pyNastran.bdf.cards.properties.bush.PBUSH.pid, pyNastran.bdf.cards.properties.damper.PVISC.pid, pyNastran.bdf.cards.properties.springs.PELAS.pid, pyNastran.bdf.cards.elements.damper.CVISC.pid, pyNastran.bdf.cards.thermal.thermal.ThermalElement.pid, pyNastran.bdf.cards.elements.solid.SolidElement.pid, pyNastran.bdf.cards.elements.bush.CBUSH.pid, pyNastran.bdf.cards.elements.mass.CMASS1.pid, pyNastran.bdf.cards.elements.elements.CGAP.pid, pyNastran.bdf.cards.properties.damper.PDAMP.pid, pyNastran.bdf.cards.elements.damper.CDAMP1.pid, pyNastran.bdf.cards.elements.shell.ShellElement.pid, pyNastran.bdf.cards.properties.mass.PMASS.pid, pyNastran.bdf.cards.elements.solid.CHEXA8.pid, pyNastran.bdf.cards.properties.properties.PGAP.pid, pyNastran.bdf.cards.properties.damper.PDAMP5.pid, pyNastran.bdf.cards.properties.springs.PELAST.pid, pyNastran.bdf.cards.properties.damper.PDAMPT.pid, pyNastran.bdf.cards.elements.springs.CELAS1.pid, pyNastran.bdf.cards.elements.elements.CrackElement.pid, pyNastran.bdf.cards.elements.bush.CBUSH1D.pid, pyNastran.bdf.cards.elements.solid.CHEXA20.pid, pyNastran.bdf.cards.elements.elements.CRAC2D.pid, pyNastran.bdf.cards.elements.shell.CTRIA3.pid, pyNastran.bdf.cards.properties.bush.PBUSH1D.pid, pyNastran.bdf.cards.elements.damper.CDAMP3.pid, pyNastran.bdf.cards.elements.elements.CRAC3D.pid, pyNastran.bdf.cards.properties.properties.PLSOLID.pid, pyNastran.bdf.cards.elements.bush.CBUSH2D.pid, pyNastran.bdf.cards.elements.mass.CMASS3.pid, pyNastran.bdf.cards.elements.solid.CPENTA6.pid, pyNastran.bdf.cards.baseCard.Element.pid, pyNastran.bdf.cards.properties.properties.PSOLID.pid, pyNastran.bdf.cards.elements.damper.CDAMP5.pid, pyNastran.bdf.cards.thermal.thermal.CHBDYP.pid, pyNastran.bdf.cards.elements.shell.CTRIA6.pid, pyNastran.bdf.cards.elements.bars.CROD.pid, pyNastran.bdf.cards.properties.shell.PCOMP.pid, pyNastran.bdf.cards.properties.properties.PRAC2D.pid, pyNastran.bdf.cards.elements.springs.CELAS3.pid, pyNastran.bdf.cards.elements.solid.CPENTA15.pid, pyNastran.bdf.cards.properties.properties.PRAC3D.pid, pyNastran.bdf.cards.elements.solid.CTETRA4.pid, pyNastran.bdf.cards.elements.shell.CTRIAR.pid, pyNastran.bdf.cards.thermal.thermal.PHBDY.pid, pyNastran.bdf.cards.optimization.DVPREL2.pid, pyNastran.bdf.cards.elements.solid.CTETRA10.pid, pyNastran.bdf.cards.aero.CAERO1.pid, pyNastran.bdf.cards.elements.bars.CTUBE.pid, pyNastran.bdf.cards.properties.bars.PROD.pid, pyNastran.bdf.cards.aero.CAERO2.pid, pyNastran.bdf.cards.properties.bars.PTUBE.pid, pyNastran.bdf.cards.elements.bars.CBAR.pid, pyNastran.bdf.cards.properties.shell.PSHEAR.pid, pyNastran.bdf.cards.elements.shell.CSHEAR.pid, pyNastran.bdf.cards.properties.bars.PBAR.pid, pyNastran.bdf.cards.properties.shell.PSHELL.pid, pyNastran.bdf.cards.elements.shell.CQUAD4.pid, pyNastran.bdf.cards.properties.bars.PBARL.pid, pyNastran.bdf.cards.elements.shell.CQUADR.pid, pyNastran.bdf.cards.aero.PAERO1.pid, pyNastran.bdf.cards.elements.shell.CQUAD.pid, pyNastran.bdf.cards.aero.PAERO2.pid, pyNastran.bdf.cards.properties.bars.PBEAM.pid, pyNastran.bdf.cards.elements.shell.CQUAD8.pid, pyNastran.bdf.cards.elements.bars.CBEAM3.pid, pyNastran.bdf.cards.elements.bars.CBEAM.pid, pyNastran.bdf.cards.elements.shell.CQUADX.pid, pyNastran.bdf.cards.properties.bars.PBEAML.pid, pyNastran.bdf.cards.elements.bars.CBEND.pid, pyNastran.bdf.cards.properties.bars.PBEND.pid, and pyNastran.bdf.cards.baseCard.Element.prepareNodeIDs().
Referenced by pyNastran.bdf.cards.elements.shell.CQUAD8.AreaCentroid(), and pyNastran.bdf.cards.elements.shell.QuadShell.MassMatrix().
the list of node IDs for an element (default=None)
Reimplemented from pyNastran.bdf.cards.elements.shell.ShellElement.
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, and pyNastran.bdf.cards.elements.shell.CSHEAR.
Definition at line 626 of file shell.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.CSHEAR::Centroid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1::Cid(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2::crossReference(), pyNastran.bdf.cards.elements.solid.CPENTA6::getFaceNodesAndArea(), pyNastran.bdf.bdfInterface.getCard.GetMethods::getNodeIDToElementIDsMap(), pyNastran.bdf.cards.elements.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.constraints.SPCAX::rawFields(), pyNastran.bdf.cards.loads.staticLoads.MOMENT2::rawFields(), 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().